Commit b4b48ae1 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Modify default of data.x_format to undefined - #113

parent fc47508c
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
var __data_x = getConfig(['data', 'x']), var __data_x = getConfig(['data', 'x']),
__data_xs = getConfig(['data', 'xs'], {}), __data_xs = getConfig(['data', 'xs'], {}),
__data_x_format = getConfig(['data', 'x_format'], '%Y-%m-%d'), __data_x_format = getConfig(['data', 'x_format']),
__data_id_converter = getConfig(['data', 'id_converter'], function (id) { return id; }), __data_id_converter = getConfig(['data', 'id_converter'], function (id) { return id; }),
__data_names = getConfig(['data', 'names'], {}), __data_names = getConfig(['data', 'names'], {}),
__data_groups = getConfig(['data', 'groups'], []), __data_groups = getConfig(['data', 'groups'], []),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment