Changing series type

Technical support

Moderators: Bob Cergol, Data Access, Cintac

Changing series type

Postby JeffKimmel » 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);
JeffKimmel
 
Posts: 22
Joined: Tue Sep 18, 2012 6:12 pm

Re: Changing series type

Postby JeffKimmel » Fri Sep 21, 2012 5:03 pm

All,

In reading the documentation I do not believe this is possible. Barring that, is there a way to change the default behavior in the standard reports. the Line+Column report would work except the 3rd total always comes out in a pie. If I could change the chart type of pie to something else that would get me there.

Thanks,

jeff
JeffKimmel
 
Posts: 22
Joined: Tue Sep 18, 2012 6:12 pm


Return to Technical Support

cron