jsteriti Report post Posted December 9, 2010 (edited) Hi Guys, Since the integration between FusionCharts and Hightcharts is really minimal I am trying to override some of the options myself with the overrideJSChartConfiguration function. However it seems even this function is having some troubles. There are few properties I can not make work. I am not sure if I do things wrong or if the function itself has a problem. The two properties I am trying to use are staggerLines and step on xAxis or yAxis. The code is the following : if (!!myChart._overrideJSChartConfiguration ) { myChart._overrideJSChartConfiguration({ yAxis: [{ labels: { step: 2, staggerLines: 2 } }] }); } I have trying everything I could but it does not work. It seems to work fine on Highcharts demo page. I would appreciate some help on that. Thanks -- jean Edited December 9, 2010 by jsteriti Share this post Link to post Share on other sites