Rank: Newbie
Groups: Registered
Joined: 10/20/2013(UTC) Posts: 4
Thanks: 1 times Was thanked: 0 time(s) in 0 post(s)
|
Good morning all, I want to ask about how to show unique stringFormat in each data Here the sample from http://www.jqchart.com/j...t/ChartTypes/LineChart,
series: [ { type: 'line', title: 'Series 1', strokeStyle: '#418CF0', lineWidth : 2, data: [62, 70, 68, 58, 52, 60, 48], labels: { stringFormat: '%d K', font: '12px sans-serif' } } a.k.a : 62 K 70 M 68 N etc Thankyou for your attention :)
|