Hi!
I'm building a Bar2D chart that contains simple data such as:
Test Data | 90%
Test Data 2 | 83%
Test Data 3 | 96%
But now the chart gets rendered with grid lines such as: 0%, 22%, 44%, 66%, 88%, 110%
I'd like to specify what I want such as 80%, 85%, 90%, 95%, 100% only.
I'm using XML syntax and JS. Could you please help me?
Also bonus question! I'm using trending lines, I got two and their labels overlap each others because they're horizontal. I read that it is not possible to put them vertically, is it?
You can see the chart below:
Thanks a lot and have a nice day!
/tommy