Skip to content

Plugin Status Registry

Last updated: 2026-07-10 (Stage 6 SVG parity)

Status key:

StatusMeaning
completeProduction-ready and tested
partialUsable; documented gaps accepted for v3
experimentalOpt-in; API may change; may be a stub or paused backend
stub(legacy) Prefer experimental + deprecation note

v3 release criterion: every plugin is complete, partial (with known gaps), or experimental. No undocumented stubs.

Plugin / ModuleStatusSVGNotes
PluginAnalysiscompletepartialFFT, filters, indicators, peaks
PluginToolscompleteinteractiveDelta, peak, tooltips (omit in export)
PluginAnnotationscompletecompleteLines, shapes, text → vector SVG
PluginStreamingcompleten/aWebSocket + backpressure
PluginSnapshotcompletecompletePNG/JPEG/WebP/SVG per chart; stack SVG via stack.exportSVG()
PluginDataExportcompleten/aCSV, JSON, etc.
PluginContextMenucompleten/a
PluginRegressioncompletecompleteFit line + equation via chart series/annotations
PluginAnomalyDetectioncompleten/a
PluginPatternRecognitionpartialcompletePattern lines/labels via chart series + annotations
PluginForecastingcompletecompleteForecast line + CI band via onExportSVG
PluginMLIntegrationpartialcompletePrediction line + band via onExportSVG
PluginVirtualizationcompleten/aViewport-aware LOD
PluginOffscreenpartialn/aRequires OffscreenCanvas
PluginLazyLoadcompleten/aChunks, distance unload
PluginCachingcompleten/aAuto-invalidate on data update
PluginSyncexperimentaln/aDeprecated stub — use ChartGroup. Removed in v4.0
PluginGpu / WebGPUexperimentaln/aOpt-in renderer: 'webgpu'
PluginDrawingToolscompletecompleteCommitted drawings via chart.getAnnotations()
PluginReplaycompletecompleteexportSVG({ at }) truncates series window
PluginLaTeXcompletepartialforeignObject phase 1 (axis labels)
PluginBrokenAxiscompletecompleteBreak markers via onExportSVG
PluginRadarcompletecompleteSpider chart grid + polygons
ChartGroup synccompleten/aX/Y pan/zoom/cursor
createStackedChartcompletecompleteVertical + horizontal; stack.exportSVG()
SeriesType SVGcompletecompleteAll 18 types — see svg-parity.json
3D pluginexperimentaldeferredWebGL-only; SVG projection future work

See Stage 5 roadmap and Migration v3.

Released under the MIT License.