msajdak Report post Posted August 19, 2010 Hi, is it possible to make the same YAxis (column values match line values, so i can easly compare it) for chart with stocked columns and line ? Thanks for help Share this post Link to post Share on other sites
Sanjukta Report post Posted August 19, 2010 (edited) Hi, Welcome to FusionCharts Forum! I roughly made out an idea of what you are trying to display. Could you please refer to the attached screenshot of the Dual Y axis chart to check if this is something you are looking for? Looking forward to your reply on the same. Edited August 19, 2010 by Guest Share this post Link to post Share on other sites
msajdak Report post Posted August 19, 2010 (edited) Hi, i added charts as attachment : I need to have identical values in red rectangles (1,2) , or to delete 2 values (I prefer to delete it from chart). So then orange line ( 0 ) should be at the place where I draw violet line ( 3 ) . I'm loading data from xml, like it's shown in example StMSCol2DLineDY.html so yes i need excatly what you drawn, or just delete right Yaxis values at all Edited August 19, 2010 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted August 20, 2010 Hi, Could you please try setting the attributes "showDivLineSecondaryValue" and "showSecondaryLimits" to "0" in the <chart> element to hide the Secondary Y axis Values? Also, in case you wish to show same values on both the Y axis, please try setting the same minimum and maximum values for both the Primary and Secondary Y axis in the <chart> element. Ref.- <chart... PYAxisMinValue='0' PYAxisMaxValue='70' SYAxisMinValue='0' SYAxisMaxValue='70' > In the image, the Violet line is displayed outside the chart canvas. This is not posible to be displayed in FusionCharts. FusionCharts adjusts the chart limits based on the data provided to make all the plots fall within the canvas. Even if you explicitly set a smaller limit for the line plot, the chart would adjusts itself as soon it encounters a data larger than the given limit. Hope I am able to make myself clear. Please revert in case you have further queries on the same. Share this post Link to post Share on other sites
msajdak Report post Posted August 20, 2010 thanks works like i wanted thanks In the image, the Violet line is displayed outside the chart canvas. This is not posible to be displayed in FusionCharts. FusionCharts adjusts the chart limits based on the data provided to make all the plots fall within the canvas. Even if you explicitly set a smaller limit for the line plot, the chart would adjusts itself as soon it encounters a data larger than the given limit. yes yes i just draw it in that way, sorry. I have one more question is it possible to add horizontalscrollbar into that kind of chart ? thanks !! Share this post Link to post Share on other sites
Sanjukta Report post Posted August 20, 2010 Hi, You are always welcome. Glad that your issue is resolved. I have one more question is it possible to add horizontalscrollbar into that kind of chart ? I am afraid, the Scroll Charts of the FusionCharts suite does not support Dual Y axis, as of now. Also, you can check the Scroll charts of the FusionCharts pack in case if it helps: Ref.- http://www.fusioncharts.com/docs/ >> Scroll Charts Please revert in case you have further queries on the same. Share this post Link to post Share on other sites