Query |
Response |
If I remove the valuetype and label format, then loads the chart with some random data. |
We have tried to replicate the reported scenario with your code example. But unfortunately the reported issue is not reproduced at our end. If you remove the value type and label format and if the data source (x value) is in string format, then chart will render in category axis. We have prepared as sample in which in the ajax request we have bind date time values for x axis. Sample used for testing can be find from below link.
Screenshot:
|
If I remove the valutype and keep the label format: Uncaught Bad number format specifier: M |
If the data soruce (x value) is in date time format, then if you remove the value type and specify the label format for date time, the error might be occur. But with our data source the error is not reporduced. Sample used for testing can be find from below link.
|
Hi Dharani,
thanks for the sample - my problems was solved!
What I had to change is include 'sender.model.series[0] = {};' in the onload function!
Now the formatting, etc. works correctly.
Thanks again for your valuable help!
József