This question is locked. New answers and comments are not allowed.
Hi,
I have some data in my Json file and I am trying to populate the data in the chart. You can see the code in ChartDatasourceconnection Image.
When I am writing the command
dataSource.Read().then(function() {
});
ideally, it should read the json file and then when I assign the same datasource to chart, it should populate the resutls. But when I debug it, nothing is read from through the dataSource.Read() command.
Please let me know were I am going wrong.
I have some data in my Json file and I am trying to populate the data in the chart. You can see the code in ChartDatasourceconnection Image.
When I am writing the command
dataSource.Read().then(function() {
});
ideally, it should read the json file and then when I assign the same datasource to chart, it should populate the resutls. But when I debug it, nothing is read from through the dataSource.Read() command.
Please let me know were I am going wrong.