SergeyT Report post Posted September 8, 2011 (edited) 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 September 8, 2011 by SergeyT Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 9, 2011 Hi, Welcome to FusionCharts Forum! Please refer to the link: http://www.highcharts.com/ref/#xAxis-labels Hope this helps. Share this post Link to post Share on other sites
SergeyT Report post Posted October 6, 2011 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
Sanjukta Report post Posted October 12, 2011 Hi, I am afraid, the JavaScript version of FusionCharts does not support the stagger feature, as of now. Share this post Link to post Share on other sites
SergeyT Report post Posted October 19, 2011 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
Sanjukta Report post Posted October 19, 2011 Hi, You are always welcome. Glad that we could help you. Thank you for your continued support! Happy FusionCharting! Share this post Link to post Share on other sites