Start a new topic

do the length and range for timeseries charts need to be the same in an object?

In nvd3, when you create a stackedAreaChart or a chart that is timeseries, the length and the timeseries range must be the same for the arrays in the data object. Does fusioncharts require something similar as well? 


Essentially in nvd3, the data has to follow these rules for a timeseries chart...


1. ) Series should have the same time scale (range).

2.) Series length, i.e. 'values' array length should be the same across all objects in data.


Does fusioncharts require the same as well? Or is there a simple way to handle this in fusion charts?

Login or Signup to post a comment