HighCharts - Logarithmic X Axis malfunction -


whenever change x axis of existing chart linear logarithmic, chart doesn't scale in same manner when y axis changed. clear, axis indeed change linear logarithmic, y axis scale not adjust , appears cannot adjusted new settings.

i think may problem highcharts.

the fiddle demonstrating problem here. note command using change axis :

chart.xaxis[0].update({  type: "logarithmic"  }); 

i may need include in command, maybe approach problem linear , need rescale view (that supposed humorous).

looks bug in highcharts, reported here. thanks!


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 -