Implement chart authoring feedback from issue #9 - #15
Conversation
|
Important Review skippedToo many files! This PR contains 187 files, which is 87 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (187)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Breaking changes
Axis presentation now lives under x.axis and y.axis. Existing guide, ticks, format, label, tickRotate, and labelOffset fields must migrate to the nested axis model. Grid remains at the scale layer and is independent from axis visibility.
Validation
Closes #9