mirror of
https://github.com/svm0n/datadeck.git
synced 2026-07-22 08:31:46 +00:00
No description
A Color picker in the Chart view (persisted per file as chartHueCol) and a hue:/color: option in csv-chart blocks split the plot into one series per distinct value of a categorical column, drawn from Obsidian's extended color variables (Tableau-ish fallbacks). Best fit becomes per-series — each dashed line keeps its series color, spans only its own x-extent, and the footer reads 'A: +0.2/day (R² 0.91) · B: …'. Fit lines are filtered out of the legend; tooltips gain a [series] prefix. Chart core refactored from a single point-set to a series array (extractSeries, hueColumns). 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 | ||