Charts are not displayed if sourceData has null values
Posted: Tue Jul 10, 2018 9:46 am
Hello, on charts if source data has null values charts are not showed.
For example, this data will make charts to not display:
if we change null by 0, it work. But being right it is not the same null and 0. It can be the same in the chart, but maybe not in the application.
I think that could be solved. For example, making charts ignoring null data or treat null as 0.
I attach an example.
For example, this data will make charts to not display:
Code: Select all
[{"PeriodNo":7,"Sum":null,"Income":null,"Cost":null},{"PeriodNo":8,"Sum":null,"Income":null,"Cost":null}]
I think that could be solved. For example, making charts ignoring null data or treat null as 0.
I attach an example.