javascript - Highcharts date tick position hiding removing -


i have tried using sorts of combinations of tickinterval, tickpixelinterval label formatter , tickpositioner , haven't been able solve issue.

i have chart builder pulls in different feeds , allows user modify date range of feeds before shooting data highcharts , spitting out chart.

the problem of time, first and/or last dates cut off. here example:july cut off

without adjusting margins of chart (which causes chart take less space), how prevent happening?

if able determine pixel location of ticks , labels, in theory, hide specific ticks , corresponding labels located outside graph / cut off. thoughts?

without looking @ code - there few things can do.

  1. rotate labels
  2. play around x/y axis labels
  3. align them right

hopefully 1 of these cause.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -