ErrLookup › chartjs/Chart.js
chartjs/Chart.js
Simple HTML5 Charts using the <canvas> tag · JavaScript · 98 source files
Analyzed at cb02e1d207 on 2026-08-12. 10 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| This method is not implemented: Check that a complete date a | exception | critical | date-adapter, time-scale, configuration, setup, dependency |
| Cannot determine type of '${id}' axis. Please provide 'axis' | exception | error | scales, configuration, axis, validation |
| Canvas is already in use. Chart with ID '${existingChart.id} | exception | critical | lifecycle, memory-leak, framework-integration, canvas |
| No dataset found at index ${datasetIndex} | exception | error | active-elements, interaction, validation, dataset |
| "${id}" is not a registered ${type}. | exception | critical | registry, tree-shaking, configuration, setup |
| class does not have id: ${item} | exception | error | registry, custom-component, plugin, configuration |
| Recursion detected: ${Array.from(_stack).join('->')}->${prop | exception | error | scriptable-options, recursion, configuration, resolver |
| Unsupported decimation algorithm '${options.algorithm}' | exception | error | decimation, plugin, configuration, data |
| Cannot find a dataset at index ${datasetIndex} | exception | error | tooltip, interaction, validation, dataset |
| ${min} and ${max} are too far apart with stepSize of ${stepS | exception | error | time-scale, ticks, configuration, performance, data |