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

Heat map If max and min parameters are not passed, the colors of legend and heat grid will be inconsistent. #1925

Open
eric-gitta-moore opened this issue Dec 6, 2023 · 1 comment
Labels

Comments

@eric-gitta-moore
Copy link

Describe the bug
Heat map If max and min parameters are not passed, the colors of legend and heat grid will be inconsistent.

To Reproduce

      <ngx-charts-heat-map
        *ngIf="chartType === 'heat-map'"
        class="chart-container"
        [legend]="true"
        [view]="view"
        [results]="multi"
      >

Expected behavior
The legend color is consistent with the heat grid color.

Screenshots
image

Demo
https://stackblitz.com/~/github.com/james-curtis/ngx-charts-bug-heat-map-legend-color

ngx-charts version
20.5.0

@Lyq322
Copy link

Lyq322 commented Dec 11, 2023

Already fixed: Issue #1910 PR #1911

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants