Next chart formatting stuff #25
Replies: 5 comments 6 replies
-
|
Hey @davidlrichmond 👋 Data Boundaries: The forced min=0 is annoying, and your (min, max) tuple idea makes sense. Should be a quick fix. I'm thinking tackle the first two quickly since they're straightforward, then figure out the legend approach. If you want to take a shot at either of the first two, I'm happy to review. For the legend, I'd like to think through the API design a bit more first. Appreciate you actually using this thing and calling out what's missing. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, sorry for any confusion, I meant to raise my hand to take on the data bounds and axis labels! |
Beta Was this translation helpful? Give feedback.
-
|
That's awesome! Really appreciate you jumping in on these. |
Beta Was this translation helpful? Give feedback.
-
|
Hi! I've now opened a PR to resolve the data / axis bounds issue (and prettifying the scales!) There was quite an expansion of scope on axis bounds. Along the way, though, I found two other issues that I decided to put out of scope for this axis bounds PR but are related to the
Neither of these issues are on the critical path for my use cases. I will continue to look at the axis labels, however. |
Beta Was this translation helpful? Give feedback.
-
|
@rudi-q FYI throwing a bit of spare time & tokens at an alchemist visual testing suite on #70 and will then throw the same at an AnimatedChartPainter refactor with the test suite as a fixed target. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Useful perhaps to share a roadmap. I can see line of sight to a couple of additional quick axis formatting enhancements:
Scaleclass.Scale.There's one IMO critical formatting feature I am not sure how to build myself:
Beta Was this translation helpful? Give feedback.
All reactions