Relative Content

Tag Archive for flutterchartssyncfusionsfcartesianchart

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 […]