Flutter, I have This Type of Json from api i want to show multiline chart of every user. Users can increase or decrease on district basis selection inside application? I searched alot from Syncfusion library or from many others but i did not find any way please help.
NOTE: Number of Users Will Increase or Decrease On User Selection. There Will Be 40 Lines or 5 or any other value on just user selection.
Thank you for your answer.
I want to Add legend of every line by the name mentioned in sales....
please solve my problem
Please Look at dates.
Hi Fayyaz,
Query #1: Sir i want to show complete date like inserted picture for example with month and year(not only date).
We suggest you use the dateFormat property in the axis, using this you can customize the axis label format. We have attached the code snippet below for your reference.
Code snippet:
|
primaryXAxis: DateTimeCategoryAxis( labelRotation: 90, dateFormat: DateFormat('yyyy-MM-dd'), ) |
Screenshot:
UG: https://help.syncfusion.com/flutter/cartesian-charts/axis-types#formatting-the-labels-2
Query #2: When there is records less than 4 then records are not displaying on map its just bug.
We have tested with less than four records but the reported issue is not reproduced at our end, if you’re still facing the issue, please try to reproduce the issue in the below attached sample and get back to us.
Regards,
Yuvaraj.