The AnyChart Graphics engine draws custom elements on the stage and combines them with chart interactivity. Stage-level paths and shapes work together with selection events to produce applications well outside standard data visualization.
This Points Operations sample displays a scatter chart with 100 randomly generated marker points. Clicking on any point selects it and draws a connecting line segment from the previously selected point using a stage path. Pre-selected seed points demonstrate the initial graph. The interactivity mode is set to single-select, tooltips are disabled, and the path redraws automatically on chart resize events.
See the Graphics documentation for all configuration options.