Skip to content

yAxis no longer accept objects #367

@chripede

Description

@chripede

After upgrading to 0.0.9 this no longer works:

yAxis: {
    title: {
        text: null,
    },
    labels: {
        format: "{value}%"
    },
    max: 100,
    tickInterval: 20
}

If I add it to yAxis as an array it does work, but according to Highcharts docs this should only be needed if there are multiple axes. http://api.highcharts.com/highcharts#yAxis

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions