javascript - In highstock 1.3.0, when zooming in full, the graph draws all messed up -


i have tested various graphs , seems consistent problem.

i have highstock graph, if draw lot of data , zoom out full view of graph using sliders or range selector, whole graph draws messes up.

i found example fiddle illustrate issue.

http://fiddle.jshell.net/highcharts/qgprf/show/

i've used chrome path highstock generated , plotted path:

http://jsfiddle.net/msfhh/

it's obvious highstock creating tomfoolery.

for sake of stackoverflow, here's code

  alert("i r code"); //copying huge svg path in here kinda insane 

is there can fix this?

ps: if upgrade new highstock version, in our graphs breaks updating not option :(

this known bug of highstock 1.3.0, alread y fixed in 1.3.3+. reported here. can modify sources fix issue, or upgrade latest version.

if have issue upgrading - let know kind, , try fix them. of course working fiddle issues appreciated.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -