Range Spline Area Chart is same as Range Area Chart except that it uses a smooth curve.
Cannot be combined with: Doughnut, Pie, Bar, Stacked Bar charts.
Applies To | Attribute | Type | Default | Options/Examples |
---|---|---|---|---|
dataSeries | fillOpacity | Number | .7 | .2,.4,1 etc |
dataSeries/ dataPoint | markerType | String | “circle” | “none”, “circle”, “square”, “cross”, “triangle” |
dataSeries/ dataPoint | markerColor | String | dataSeries Color | “red”,”#1E90FF”.. |
dataSeries/ dataPoint | markerBorderColor | String | dataSeries Color | “red”,”#1E90FF”.. |
dataSeries/ dataPoint | markerSize | Number | auto | 5,10.. |
dataSeries/ dataPoint | markerBorderThickness | Number | 0 | 4,7.. |
dataSeries | lineThickness | Number | 2 | 4,7.. |
2 Comments
hi,
Is it possible show the indexLabel only on the one side when I use the rangeSplineArea?
thx
You can skip indexLabel by checking index in parameter object to indexLabelFormatter as shown here.