JavaScript API updates

We have currently added several scatter plot customizations:

  • method hitTest for row hit testing using canvas coords;
  • method zoom for zooming using world coords;
  • method worldToScreen for converting world coords to screen coords;
  • getters viewBox, xAxisBox, yAxisBox for view box and axes rectangles;
  • property viewport for the current viewport rectangle;
  • events onZoomed, onViewportChanged, onAfterDrawScene for the corresponding scatter plot events;
2 Likes