rsp Report post Posted April 26, 2013 Hi ! I need to implement Legend for single series 2D column and bar graph . How to make it possible . Try to help me out for this query with the file attached . Share this post Link to post Share on other sites
Haritha Report post Posted April 29, 2013 Hi, It is not possible to implement Legend for Single-series charts as of now. The chart attached can be created using StackedColumn2D chart. Please find the attached XML and a screenshot of the chart generated by the XML. For information on StackedColumn2D chart, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/ChartSS/StCol2D.html Hope this helps Data_StackedColumn2D.xml Share this post Link to post Share on other sites
mustak Ahmed Report post Posted October 26, 2017 is there any alternative way of implementing legends in single seires chart? Share this post Link to post Share on other sites
Akash Biswas Report post Posted October 26, 2017 Hi, To have legends in a single-series Column chart, you need to use the Multi-series Column chart type where only one series must be provided in the dataSource. This will have the legend shown for the only one series that is present. Refer to the sample fiddle : http://jsfiddle.net/ged6eoxo/ Thanks, Akash Share this post Link to post Share on other sites