Commit a138b185 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix grid focus line update

parent 1eeb7f0c
...@@ -2764,8 +2764,8 @@ ...@@ -2764,8 +2764,8 @@
// grid // grid
main.select('line.' + CLASS.xgridFocus) main.select('line.' + CLASS.xgridFocus)
.style("visibility", "hidden") .attr(__axis_rotated ? 'y1' : 'x1', xx)
.attr('y2', height); .attr(__axis_rotated ? 'y2' : 'x2', xx);
if (__grid_x_show) { if (__grid_x_show) {
if (__grid_x_type === 'year') { if (__grid_x_type === 'year') {
xgridData = []; xgridData = [];
......
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