JavaScript data visualization library for creating interactive charts, graphs, and scientific visualizations
81
Builds lightweight tooling around the charting library's published schema so engineers can inspect trace attributes and validate figure definitions.
x, y, and marker.color. @test@generates
/**
* Returns ordered schema summaries for requested attributes on a given trace type.
*/
export function summarizeTraceAttributes(traceType, attributePaths);
/**
* Lists schema paths on the trace type that accept array values.
*/
export function listArrayLinkedAttributes(traceType);
/**
* Validates a figure object and returns structured issues from schema validation.
*/
export function validateFigureSpec(figure);Uses the charting library's published schema metadata and built-in validation utilities. @satisfied-by
Install with Tessl CLI
npx tessl i tessl/npm-plotly-js-distdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10