Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
8af4421
Add charts2 Storybook samples
xrendan Jun 11, 2026
5c4230d
Ensure charts2 samples have subtitles
xrendan Jun 12, 2026
f29c702
Fix charts2 CLI PNG font fallback
xrendan Jun 12, 2026
53fdd44
Remove charts2 powered-by footer
xrendan Jun 12, 2026
c13130e
Align charts2 y-axis labels with gridlines
xrendan Jun 12, 2026
b4666f3
Add charts2 faceting and comparison lines
xrendan Jul 9, 2026
37305ee
WIP checkpoint: charts2 theming, new chart types, chrome retheme, lin…
xrendan Jul 10, 2026
ebef1bf
Merge remote-tracking branch 'origin/master' into codex/charts2-story…
xrendan Jul 10, 2026
7d5ab6b
Remove charts3 package
xrendan Jul 10, 2026
310990e
Fix CI: build packages before typecheck/build; guard font + bug-repro…
xrendan Jul 10, 2026
1cd550a
Prune obsolete layoutChart snapshot
xrendan Jul 10, 2026
f86d7b2
Add number prefix/suffix formatting; show scale suffix on dollar amounts
xrendan Jul 10, 2026
f33f8d7
Trim axis-tick decimals and drop the scale suffix on zero
xrendan Jul 10, 2026
f825b27
Bump all packages to 0.4.0
xrendan Jul 10, 2026
9f38719
Replace the charts package with charts2; bump all packages to 1.0.0
xrendan Jul 10, 2026
66721c6
Fix npm publish: build workspace siblings before charts prepublishOnly
xrendan Jul 10, 2026
cae2038
Remove stale charts2-cli skill installs; fix spec 28 bin name
xrendan Jul 13, 2026
440fad6
Merge origin/master (0.4.0 release squash); keep charts cutover state
xrendan Jul 13, 2026
abe582f
Address Chromatic build 32 review comments
xrendan Jul 13, 2026
0ac0b06
Draw the range slider fill on a shared rail so thumbs sit on top
xrendan Jul 13, 2026
e54ddfe
Paint range slider thumbs above the fill; make fills solid auburn
xrendan Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:

- run: bun install --frozen-lockfile

# charts imports the built output of its workspace siblings, so
# they must be built before prepublishOnly compiles charts.
- run: bun run build:colours && bun run build:components

- run: bunx npm publish --access public --provenance ${{ env.DRY_RUN }}
working-directory: packages/charts

Expand Down
29 changes: 0 additions & 29 deletions .storybook/decorators/ChartsDecorator.tsx

This file was deleted.

185 changes: 0 additions & 185 deletions .storybook/docs/ChartTypes.mdx

This file was deleted.

Loading
Loading