Skip to content

Next chart formatting stuff #12

@davidlrichmond

Description

@davidlrichmond

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 Scale class.
  • 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions