I use Highcharts for my ThingSpeak IoT project.
All is fine except these things, which just makes me angry (I cannot find a solution on my own... I have been trying with my frind Google for last 3 days without any success).
Here is my project page: http://net.cekuj.net/
There are my issues: 1) I cannot see the most top number next to the Y axes (I can see only the tick, not the number - if you check browser console, it is there but it has wrong X and Y coordinates) 2) I cannot align "tick mark" for all Y axes according to the manual - I would like to align them "on" mark, but now there are still "between"... and yes I use added a var for this :( 3) I would like to use decimalplace setting independently for every series of data - for example - Temperature will have 1 decimal place, humidex will have 0 decimal place etc. is that possible? 4) I added major ticks, but no succes with adding minor ticks :(
I would be really happy if any of these 4 issues would be solved, thank you for your help and time!
EDIT: Also autorefresh is not working, but it seems to be because of wrong URL pattern, will be fixed later :)