Commit 7affc11
committed
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.1 parent adf2ea1 commit 7affc11
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments