Commit e311a9f3 authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Fix test code

parent 187ab19e
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
// axis // axis
var __axis_x_type = getConfig(['axis','x','type'], 'indexed'), var __axis_x_type = getConfig(['axis','x','type'], 'indexed'),
__axis_x_categories = getConfig(['axis','x','categories'], ['hoge']), __axis_x_categories = getConfig(['axis','x','categories'], []),
__axis_x_tick_centered = getConfig(['axis','x','tick','centered'], false), __axis_x_tick_centered = getConfig(['axis','x','tick','centered'], false),
__axis_y_max = getConfig(['axis','y','max'], null), __axis_y_max = getConfig(['axis','y','max'], null),
__axis_y_min = getConfig(['axis','y','min'], null), __axis_y_min = getConfig(['axis','y','min'], null),
......
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