Commit 2e203fac authored by Masayuki Tanaka's avatar Masayuki Tanaka

Accept category as axis type

parent 2b124aeb
......@@ -328,7 +328,7 @@
clipPathForYAxis = getClipPath(clipIdForYAxis);
var isTimeSeries = (__axis_x_type === 'timeseries'),
isCategorized = (__axis_x_type === 'categorized'),
isCategorized = (__axis_x_type.indexOf('categor') >= 0),
isCustomX = function () { return !isTimeSeries && (__data_x || notEmpty(__data_xs)); };
var dragStart = null, dragging = false, cancelClick = false, mouseover = false, transiting = false;
......
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