williamchart
williamchart copied to clipboard
How to set up Y axis right?
The highest label on the Y axis represents the highest value in the list, what about graphs with higher Y labels then the highest value in the list?
Can I somehow setup the Y axis?
Found the answer myself:
lineChart.setScale(new Scale(0, highestValueY));
...for a graph with 0 and the highestValue.
You may close this ticket, thanks.