John Hardin Report post Posted November 15, 2007 Folks: I'm trying to generate a bar+line dual-Y combo chart that displays three series: two currency values and a percent difference. I'd like to have the values displayed in the chart with appropriate formatting, but it seems the number format options only apply globally to all series in the chart. Since two totally different types of numbers (currency values and percentages) are being charted, it looks like I can't display them appropriately formatted. Is this indeed the case? Or am I missing something? If this isn't possible :crying: , then please put this on the wishlist: add the number formatting attributes to the DATASET tag, giving the ability to override the chart-level number format on a by-series basis on multi-series charts. Thanks! Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 16, 2007 Hi, You can set number formatting for secondary axis using sFormatNumber ,sFormatNumberScale,sDefaultNumberScale , sNumberScaleUnit , sNumberScaleValue , sNumberPrefix , sNumberSuffix ,sDecimals, sYAxisValueDecimals attributes in CHART element itself. Share this post Link to post Share on other sites
John Hardin Report post Posted November 16, 2007 Thanks! I didn't see those options because I was thinking in terms of series, not Y axes. Share this post Link to post Share on other sites