Changing series type
Posted: Fri Sep 21, 2012 3:44 pm
All,
I'm trying to create a graph with 3 series. I'd like for the series to b 2 columns and 1 line. I've tried setting the series type but it doesn't seem to be taking. The series themselves seem to get their type derived from the chart type. I have the 'rules' tab setup below, an I missing something to define the series separately or is this not possible?
Thanks,
Jeff
Highcharts.theme =
{
chart:
{
type:'spline'
},
series:
[
{
type: 'column'
},
{
type: 'column'
},
{
type: 'line'
}
]
};
var highchartsOptions = Highcharts.setOptions(Highcharts.theme);
I'm trying to create a graph with 3 series. I'd like for the series to b 2 columns and 1 line. I've tried setting the series type but it doesn't seem to be taking. The series themselves seem to get their type derived from the chart type. I have the 'rules' tab setup below, an I missing something to define the series separately or is this not possible?
Thanks,
Jeff
Highcharts.theme =
{
chart:
{
type:'spline'
},
series:
[
{
type: 'column'
},
{
type: 'column'
},
{
type: 'line'
}
]
};
var highchartsOptions = Highcharts.setOptions(Highcharts.theme);