- Fixed
shiftVisibleRangeOnNewBar
behaviour for realtime updates to a series. Additionally, a new option allowShiftVisibleRangeOnWhitespaceReplacement
has been added if you wish to have the old 4.0 behaviour for when new data replaces existing whitespace. (PR #1444)
- When disabling touch scrolling on the chart via either the
vertTouchDrag
or horzTouchDrag
setting in the handleScroll
options, any touch scroll events over the corresponding scale will now be ignored so the page can be scrolled. (PR #1445)
Changes since the last published version.