Skip to content

Simple chart based on two colums #2958

Description

@Truhe2342

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:

Image

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:

Image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending approval or rejection. This issue is pending approval.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions