DWH Report post Posted February 21, 2021 So I can have a chart with two separate axes Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted February 22, 2021 Hi, In FusionCharts, you can have two separate axes in a chart by using our Dual Y axis charts (https://www.fusioncharts.com/dev/chart-guide/standard-charts/combination-charts#2d-dual-y-axis-combination-chart) However, you need to specify the "parentYAxis" as "P" or "S" under the dataset object to indicate whether that dataset is using the Primary (left) or the Secondary (right) Y axis. Hence, in your provided chart image, try specifying the parentYAxis as "S" for the Profit % measure to indicate it's using the Secondary axis. Please refer to this demo: http://jsfiddle.net/srishti_fc/xfakcorn/ Hope this will help. Thanks, Srishti Share this post Link to post Share on other sites
DWH Report post Posted February 23, 2021 (edited) thanks, But I have two Measures and I want to show it with a bar chart, for example Edited February 23, 2021 by [email protected] Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted February 23, 2021 Hi, From version 3.13.0 visualization of dual y-axis multi-series chart is changed. Now, if the data plots for both the axes are set as column, the secondary plots overlaps the primary plots. Demo: https://jsfiddle.net/srishti_fc/xfakcorn/1/ Reference: https://docs.fusioncharts.com/archive/3.13.0/upgrading/changed-behavior#secondary-data-plots-overlap-primary-data-plots-3 Please refer to the sample and check if the second measure is using the secondary y axis or not. Hope this will help. Thanks, Srishti Share this post Link to post Share on other sites
DWH Report post Posted February 23, 2021 how it will be showed if both columns' value are same. i think it must be showed as: is this feature available in fusionchart? Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted February 25, 2021 Hi, The kind of visualization you shared in the mock up image is of overlapped column chart and the dual y axis feature is not available in overlapped column chart type. Reference: https://www.fusioncharts.com/dev/chart-guide/standard-charts/overlapped-column-and-bar-charts Also, before version 3.13.0 visualization of dual y-axis multi-series chart was like the usual multi-series chart type and not overlapped one. Reference: https://docs.fusioncharts.com/archive/3.13.0/upgrading/changed-behavior#secondary-data-plots-overlap-primary-data-plots-3 However, there is a way to achieve the older visualization as in your shared image, by applying an extension. If you required the extension for the older visualization (without overlapping columns) please drop a mail at [email protected] explaining your query for further assistance. Hope this will help. Thanks, Srishti Share this post Link to post Share on other sites