Home › Forums › SPJS Charts for SharePoint › Dual-Y Chart on a Column Chart › Reply To: Dual-Y Chart on a Column Chart
June 3, 2017 at 13:32
#16753
I was able to get this to work using the classicoptions in the google reference above:
I have 3 options setup in the options tab:
series
{
"0": {
"targetAxisIndex": "0"
},
"1": {
"type": "line"
},
"2": {
"targetAxisIndex": "2"
}
}
vAxes
{
"0": {
"title": "Pounds"
},
"2": {
"title": "Downtime Hours"
}
}
seriesType
bars
-
This reply was modified 8 years, 7 months ago by
Todd Ingersoll.
