jsteriti

Staggerlines And Step Not Working On Yaxis Html5 Rendering

Recommended Posts

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 by jsteriti

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now