mirror of
https://github.com/svm0n/datadeck.git
synced 2026-07-22 08:31:46 +00:00
No description
New Chart view mode (scatter/line of any numeric column pair, X/Y pickers persisted per file) plus a csv-chart code block for embedding charts — or pure y=f(x) plots — in notes. Least-squares fit line with equation + R² (per-day trend phrasing on date X), formula overlay via a new eval-free expression parser (src/formula.ts). Chart.js lazy loader extracted from the dashboard into src/chartjs-loader.ts and shared by all three consumers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| test-support | ||
| bench-load.mjs | ||
| esbuild.config.mjs | ||
| main.js | ||
| main.ts | ||
| styles.css | ||
| test-csv-parser.mjs | ||
| test-plugin-logic.mjs | ||
| test-view-smoke.mjs | ||
| world-map.svg | ||