do the length and range for timeseries charts need to be the same in an object?
R
Ronak Patel
started a topic
over 7 years ago
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?
Ronak Patel
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?