Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subsetting bug of minor ticks on x-axis
When reChart is called to draw subset series, minor ticks on xycoords$x do not change with the subset sereis. Fix xycoords$x to be xycoords$x[1:NROW(xsubset)] in the x-axis expression.
- Loading branch information