Forum Replies Created by Tschounes

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: y-Axis Scaling #29087

    Thanks, that worked.
    Is there something like the “suggestedmin” function: when datapoints are between the min-max values the max and min values are taken, if there outside the larger value is used.

    Thanks for your support!

    in reply to: set title from other function #28863

    Thanks Manoj! That worked.

    Important to note (what probably is clear for the most people but was not for me): if you define the function in the windows.onload function you need to define your chart as global variable (windows.myChart = new ChanvasJs.Chart()” and access it via windows.myChart. Before you see the title change you have to rerender the plot “windows.myChart.render()”.

    Cheers, Tschounes

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