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

Custom colors for linear-scaled charts and fix incorrect maximum gradient stop bug #1911

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2023

  1. Create custom colors for linear scaled charts

    Includes all bar charts, line chart, all area charts, bubble chart, heat map and calendar and box chart.
    Lyq322 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3a81ada View commit details
    Browse the repository at this point in the history
  2. Adjust gradient stops

    Place gradient stop 1 at minimum and gradient stop 2 at maximum
    Lyq322 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b30df1d View commit details
    Browse the repository at this point in the history
  3. Add custom color option to demo

    Input is the two gradient stops
    Lyq322 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    49c2275 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Lyq322 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    af4e791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4f655d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    804b5d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Fix last gradient stop bug

    Last color stop of linear gradient is taking up 2 stops instead of one stop for each color.
    Lyq322 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ffa069a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    da83d41 View commit details
    Browse the repository at this point in the history
  2. Cleanup code

    Lyq322 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a3a99d9 View commit details
    Browse the repository at this point in the history
  3. Cleanup code

    Lyq322 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9cc3ab5 View commit details
    Browse the repository at this point in the history