get xValueMapper and yValueMapper

hi, i have a problem in get json value and key for xValueMapper and yValueMapper in flutter, how to get json if json data 

"data": [
 {
  "data": [
   {
    "data": [
     {
      "value": [
       {
        "key": "1",
        "value": 2500
       }
      ]
     }
    ]
   }
  ]
 }
]

1 Reply

SK Sriram Kiran Senthilkumar Syncfusion Team September 2, 2021 02:53 PM UTC

Hi Ferry farhanudin, 
  
Greetings from Syncfusion. We have analyzed your scenario at our end, and we have created a simple chart sample in which we have parsed the provided nested JSON structure and used the parsed JSON data values to render the chart widget. We have attached the sample below for your reference.  
  
  
Please check with above-attached sample and revert us if you require further assistance. 
  
Regards, 
Sriram Kiran 


Loader.
Up arrow icon