Hi,
I created a 'MSStackedColumn2DLineDY' chart with JavaScript.
'example.xml' as data source is attached.
FusionCharts.setCurrentRenderer('javascript');
var chartObj = new FusionCharts('MSStackedColumn2DLineDY', 'ChartId', "100%", "100%");
chartObj.setXMLUrl('example.xml');
chartObj.render("my_chart");
All x-axis DataLabels are correct on this chart with maximizing window, but when a window is made small, a chart has some vertical DataLabels.
I tried 'AUTO' and 'WRAP' on an attribute 'labelDisplay', but this vertical label did not be resolved.
I hope that all DataLabels are horizontal per each lines, and long label name can be truncated.
Is it possible?
Thank,
example.xml