Spline Area is much like area chart except that its envelope is a smooth curve.
Cannot be combined with: Doughnut, Pie, Bar, Stacked Bar charts.
Important Properties
Applies To | Attribute | Type | Default | Options/Examples |
---|---|---|---|---|
dataSeries/ dataPoint | markerSize | Number | auto. | 5,10.. |
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 | markerBorderThickness | Number | 1 | 4,7.. |
dataSeries | lineThickness | Number | 2 | 4,7.. |
dataSeries | fillOpacity | Number | .7 | .2,.4,1 etc |
Basic Spline Chart
Spline Chart With Additional Customization
Integrations:
Comments 4
Server Side Technologies |
Front End Technologies |
Contact |
|
---|---|---|---|
ASP.NET MVC Charts | JavaScript Charts | FAQs | |
PHP Charts | jQuery Charts | Sales Enquiries | |
Spring MVC Charts | React Charts | Support Forum | |
JSP Charts | Angular Charts | Careers | |
JavaScript StockCharts | |||
Privacy Policy © fenopix
Can I use xAxis grids in this type?
Yes you can.
Is it possible to remove the gaps either side of the chart – making the first and last datapoints sit flush with the Y axis?
use viewportMinimum and viewportMaximum to do the same.