In the Syncfusion chart with Flutter, the lines are added on the previous value
Expected result: Plotting each series with reference to zero. Problem: The second series is added on the first series value. Graph plotted: Data: The first series is drawn correctly as 10-10-10. The second series should start from 0 as 0-5-10. But it starts at 10. It’s drawn as 10-15-20. How do I make the second […]
In the Syncfusion chart with Flutter, the lines are added on the previous value
Expected result: Plotting each series with reference to zero. Problem: The second series is added on the first series value. Graph plotted: Data: The first series is drawn correctly as 10-10-10. The second series should start from 0 as 0-5-10. But it starts at 10. It’s drawn as 10-15-20. How do I make the second […]
Flutter Synchfusion: How to create a bar using SfCartesianChart on top of others series which does not start at bottom
My goal is to add a series in the SfCartesianChart like the yellow line in the following chart:
enter image description here