Reply To: Dual-Y Chart on a Column Chart

Home Forums SPJS Charts for SharePoint Dual-Y Chart on a Column Chart Reply To: Dual-Y Chart on a Column Chart

#16753
Todd Ingersoll
Participant

    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
    Attachments: