Rank: Advanced Member
Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered Joined: 1/3/2011(UTC) Posts: 483
Thanks: 0 times Was thanked: 87 time(s) in 87 post(s)
|
Yes, it is possible. Here are the default values: Code:axes: [ { type: 'dateTime', location: 'bottom', zoomEnabled: true, labels: { yearsIntervalStringFormat: 'yyyy', monthsIntervalStringFormat: 'm/d/yy', weeksIntervalStringFormat: 'm/d/yy', daysIntervalStringFormat: 'm/d/yy', hoursIntervalStringFormat: 'm/d/yy HH:MM', minutesIntervalStringFormat: 'h:MM TT', secondsIntervalStringFormat: 'h:MM:ss TT', millisecondsIntervalStringFormat: 'h:MM:ss TT' } } You can change them as you want. Best Regards, Dragan Matek jqChart Inc.
|