Hi
I'm using CD with ColdFusion 9.
I'm trying to get the data labels on a bar chart to format correctly, but can not figure it out.
If the value is 60000 what gets displayed is 60.000 what I would like is 60,000
I'm using this code:
layer.setAggregateLabelFormat("{value|,}");
My page is set for UTF-8 characters
Could you provide some help. I am new to CD.
Thx
Michael |