Home Forums Feature Requests & Feedback auto axisY.minimum

auto axisY.minimum

Viewing 3 posts - 1 through 3 (of 3 total)
  • #10084

    I created a chart edit tool do change some values after the chart is displayed.
    If I set the axisY.minimum to a value, I cant later revert to a automatically calculated value.

    chart.options.axisY.minimum=5;
    chart.options.axisY.minimum=auto; //doesn’t work

    Is possible to implement this?

    #10085

    Daniel Silva,

    In canvasjs api you can unset a property by setting it to null. So, by setting minimum to null will revert it to automatically calculated value.

    #10086

    Its working.
    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.