FeatureFuel
4

Insight - Line Diagram - Step Size

Source: directus/directus#23776 · opened by @NilsBaumgartner1994
Summary

Make the Line Diagram be possible to round to nearest values.

Basic Example

So what i have is the balance on a card of students. This balance ranges from 0-75€. I am able to display them but i would like group them by 1€ steps.
Currently it goes by every found mini step... any ideas how to make this work?

Motivation

<img width="1044" alt="370089484-a3aba2f5-977c-4c0e-966e-5c3283e7ad5d" src="


Detailed Design

Can set like "buckets"
For example: Merge from 0,5 and 5,10, ... together
Step size: 5

Requirements List

Must Have:

• Possibility to select a step size

Drawbacks

implementation cost
no breaking change as default value is "none"

Alternatives

Alterantive would be to create a custom table for these results and to calculate the buckets in there

Adoption Strategy

Unresolved Questions

_No response_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests