amCharts: Set value 0 if no data is available on that date -
How do I set values if date data is not present? Do I have to do it in PHP? Or can it be easily done by using EmCart?
You can do it directly from AMCharts.
var chart = new AmCharts.AmSerialChart (); Chart.connect = false; This line must be avoided if the value is unavailable. Defalut is true.
Comments
Post a Comment