Browse Source

Modify default of axis.x.localtime to true - #161

pull/183/head
Masayuki Tanaka 11 years ago
parent
commit
ea25970439
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

@ -167,7 +167,7 @@
// axis
var __axis_rotated = getConfig(['axis', 'rotated'], false),
__axis_x_type = getConfig(['axis', 'x', 'type'], 'indexed'),
__axis_x_localtime = getConfig(['axis', 'x', 'localtime'], false),
__axis_x_localtime = getConfig(['axis', 'x', 'localtime'], true),
__axis_x_categories = getConfig(['axis', 'x', 'categories'], []),
__axis_x_tick_centered = getConfig(['axis', 'x', 'tick', 'centered'], false),
__axis_x_tick_format = getConfig(['axis', 'x', 'tick', 'format']),

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save