Commit afe83971 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Use 0 as default for axis.x.tick.rotate

parent 5c11d8fc
...@@ -985,7 +985,7 @@ ...@@ -985,7 +985,7 @@
axis_x_tick_count: undefined, axis_x_tick_count: undefined,
axis_x_tick_fit: true, axis_x_tick_fit: true,
axis_x_tick_values: null, axis_x_tick_values: null,
axis_x_tick_rotate: undefined, axis_x_tick_rotate: 0,
axis_x_tick_outer: true, axis_x_tick_outer: true,
axis_x_tick_width: 80, axis_x_tick_width: 80,
axis_x_max: undefined, axis_x_max: undefined,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -90,7 +90,7 @@ c3_chart_internal_fn.getDefaultConfig = function () { ...@@ -90,7 +90,7 @@ c3_chart_internal_fn.getDefaultConfig = function () {
axis_x_tick_count: undefined, axis_x_tick_count: undefined,
axis_x_tick_fit: true, axis_x_tick_fit: true,
axis_x_tick_values: null, axis_x_tick_values: null,
axis_x_tick_rotate: undefined, axis_x_tick_rotate: 0,
axis_x_tick_outer: true, axis_x_tick_outer: true,
axis_x_tick_width: 80, axis_x_tick_width: 80,
axis_x_max: undefined, axis_x_max: undefined,
......
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