This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Spec][Draft] Stepped series (DateSerie, TimeSerie, FloatSerie) #250
Labels
You can continue the conversation there. Go to discussion →
The feature
Be able to declare series for Chart with an auto generation of the labels part, accordingly to a range and step size.
API
[ class abstract BaseChartSerie ]
[class ChartSerie]
Inherit from BaseChartSerie
[class abstract BaseChartEntry]
Generic BaseChartEntry with Typed Label value
[class ChartEntry]
Inherit from BaseChartEntry.
Equivalient of the actual ChartEntry
[class DateTimeChartEntry]
Inherit from BaseChartEntry.
[enum StepDateType]
[class DateSerie]
Inherit from BaseChartSerie
Scenario
All the 'magic' will be made during the first Get of DateSerie.Entries, and the entries will be generated accordingly to the others option of the class.
The same type of class can be applied for TimeSeries, FloatSeries, and others.
With this API Model, no change will be made of the core charts.
Additional context
Feedback required.
The text was updated successfully, but these errors were encountered: