Commit a45d1ff
committed
Add scale-aware suggestions docs and data profile
Introduce scale-aware suggestions UX and schema: add a new ScaleAwarePage and blog entry (scale-aware-suggestions) and wire them into the docs nav and routes. Add DataScaleProfile type and test (src/components/ai/dataScaleProfile.ts + test) and update the suggestion engine to accept/handle declared scale (suggestCharts/suggestChartsGrouped changes). Update chart capability descriptors and the ai capability scorecard (ai/capability-scorecard.json) to reflect new fits/scores, added fixtures, and variant/caveat adjustments. Minor doc and navigation tweaks (InterrogationPage prev link) and preview component mapping for the new demo page.1 parent 16ef2ec commit a45d1ff
26 files changed
Lines changed: 2614 additions & 163 deletions
File tree
- ai
- docs/src
- blog
- entries
- components
- pages/features
- src/components
- ai
- charts
- network
- ordinal
- xy
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
431 | 432 | | |
432 | 433 | | |
433 | 434 | | |
| 435 | + | |
434 | 436 | | |
435 | 437 | | |
436 | 438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments