NEW Merged / visually-grouped Y-Axes: multiple Y-axis groups can share a single visible axis line with independent scales and colocated slave tick labels (mergeYAxisGroups).
NEW OHLCChart zoom support — drag to zoom, reset via button, double-click, or Esc key (#770).
FIXED Esc key now resets zoom in XYChart and OHLCChart (#930).
FIXED Custom X-axis tick label formatter no longer drops ticks when the formatter returns duplicate label strings (#792).
FIXED UI freeze when chart window is resized to a very narrow width (#886).
IMPROVED Axis internals split into Axis_ / Axis_X / Axis_Y for cleaner separation of concerns.