Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Custom point renderer #2245

Closed
wants to merge 4 commits into from
Closed

Commits on Nov 15, 2023

  1. feat(line chart/point renderer): expose canvas context during point r…

    …endering
    
    This commit aims to allow users to specify a custom point rendering function while iterating a line.
    An example use case is adding the value label to the point in a custom manner
    qbob1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    023dda1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bac653 View commit details
    Browse the repository at this point in the history
  3. general clean up

    qbob1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    752cc28 View commit details
    Browse the repository at this point in the history
  4. Update point geometry checking

    qbob1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    92a1daa View commit details
    Browse the repository at this point in the history