-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Useful perhaps to share a roadmap. I can see line of sight to a couple of additional quick axis formatting enhancements:
- Data Boundaries: Set bounds on the chart instead of forcing minimum to 0 as it does currently, or lock to minimum of data set. This could be a new optional tuple parameter (min, max) on the
Scaleclass. - Axis Description: Paint any arbitrary descriptive string on each axis ("Revenue", "Month"). This feature could also go as an optional parameter on
Scale.
There's one IMO critical formatting feature I am not sure how to build myself:
- Legend Support: The example docs mention "automatic legend generation from color mappings" but this is not implemented that I could find. I haven't researched out how e.g. ggplot does this but there's questions around descriptive data labels (vs. lowercase/camelcase/underscored field names) and where to pass those labels, as well as graphical presentational aspects (size and positioning of legend, especially across screen sizes, border styles).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request