Sign in to follow this  
SergeyT

_Overridejschartconfiguration Parameter Specification

Recommended Posts

Please, show me all possible parameters, that I can change using _overrideJSChartConfiguration.

Google just give samples with several parameters like

jsChart._overrideJSChartConfiguration({

chart: {

xAxis: {

labels: {

rotation: 0,

align: 'center'

},

minorTickLength: 0

},

yAxis: {

tickInterval: 10000000,

 

}

});

I am sure that for xAxis labels I can set other things too.

Edited by SergeyT

Share this post


Link to post
Share on other sites

Thank you very much. It helped me a lot. But some questions still exist.

 

In this documentation all pages with samples reffer to

 

new Highcharts.Chart() method to create chart

 

and I use

 

new FusionCharts()

 

are these things equal?

 

Because I tryed to change

 

xAxis: {

labels: {

staggerLines: 2

 

- on example page it works fine, but in my case it doesn't work.

While other params like rotation works fine, staggerLines makes no difference

Share this post


Link to post
Share on other sites

Oh, yesss! Version 3.2.2. rules and in fact terminates the need of usage _overrideJSChartConfiguration, because almost all things in flash and html5 now looks fine.

Many thanks to developers!

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
Sign in to follow this