Commit 3da6213e authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix undefined ticks()

parent ea5581a7
......@@ -1806,6 +1806,9 @@
axis.tickOffset = function() {
return tickOffset;
}
axis.ticks = function() {
return; // TODO: implement
}
return axis;
}
......
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