You must be logged in to post your query.
Home › Forums › StockChart Support › Having ($) in data.
I need to have a ($) sign in front of the data.
Any idea how? I tried doing this:
dataPoints: [ {y: '$79.45', label: "Google"}, {y: '$7.31', label: "Bing"}, {y: '$7.06', label: "Baidu"}, {y: '$4.91', label: "Yahoo"}, {y: '$1.26', label: "Others"} ]
This does not display anything!
Figured It Out:
yValueFormatString: "$#,##0.## Used"
@alphamirage,
Glad you figured it out that you can achieve your requirement by using yValueFormatString. :)
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register