Is your feature request related to a problem? Please describe.
For some use cases it would be nice to have to be able to display a chart.
Describe the solution you'd like
For this to work one column has to be marked as X axe and another one as Y axe. Then, a simple chart can be displayed. Here's an example of a tsv file in another app:
The tsv file contains the data and configuration and looks like this:
"Datum#string{axis:x}" "Wert#int{axis:y}" "Differenz#int{formula:[Wert]-[Wert][-1]}"
"2024-01" "20" ""
"2024-02" "40" ""
"2024-03" "31" ""
"2024-04" "75" ""
"2024-05" "90" ""
"2024-06" "120" ""
This translates well into the column configuration of Nextcloud Tables:
The chart is obviously not meant to replace a spreadsheet, but there a some use cases, where a spreadsheet is overkill and a simple table with just values not enough.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
For some use cases it would be nice to have to be able to display a chart.
Describe the solution you'd like
For this to work one column has to be marked as X axe and another one as Y axe. Then, a simple chart can be displayed. Here's an example of a tsv file in another app:
The tsv file contains the data and configuration and looks like this:
This translates well into the column configuration of Nextcloud Tables:
The chart is obviously not meant to replace a spreadsheet, but there a some use cases, where a spreadsheet is overkill and a simple table with just values not enough.
Describe alternatives you've considered
No response
Additional context
No response