Skip to content

Commit 55de6c4

Browse files
peholmstclaude
andcommitted
docs: split Chart Types into one page per chart type
`components/charts/charttypes.adoc` documented 27 chart families on a single 95 KB page, by a wide margin the largest article in the docs. Its sections were already independent of one another, so readers had to scroll past 17 chart types to reach Waterfall Charts, and consumers that serve whole pages -- such as the documentation MCP server -- either refused to load the page or truncated it from the top. Split it into `components/charts/charttypes/`, one page per chart type, with the former page becoming the section index. The index keeps the `charts.charttypes` anchor and the alphabetical `ChartType` table, so its URL and the links into it are unchanged; every section keeps its own anchor on its new page. Content is carried over verbatim apart from the adjustments the split requires: * Headings promoted one level; `example` headings put in title case. * References that pointed at another section on the same page are now cross-page links, and the three sentences that read as "described previously" have been reworded. * A note on Timeline Charts distinguishes the chart type from the chart timeline navigator, now that the two are separate pages. * `&mult;` in the 3D article was a broken entity; it rendered literally. `Sankey` is added to the accepted vocabulary and `OHLC` to the abbreviation exceptions: both now appear in a page title, where they can't be spelled out first. Fixes #6003 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 231dfdc commit 55de6c4

34 files changed

Lines changed: 3022 additions & 2841 deletions

.github/styles/Vaadin/Abbr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ exceptions:
8383
- NAT
8484
- NGINX
8585
- OCR
86+
- OHLC
8687
- OSHI
8788
- OSV
8889
- OWASP

.github/styles/config/vocabularies/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ Roboto
196196
[rR]esizable
197197
[rR]esync
198198
[rR]esynchronizations?
199+
Sankey
199200
Scala
200201
[sS]anitization
201202
[sS]cannability

0 commit comments

Comments
 (0)