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

fix(ChartDonutThreshold): Don't show static threshold donut tooltips by default. #2270

Merged
merged 1 commit into from Jun 17, 2019
Merged

Commits on Jun 14, 2019

  1. fix(ChartDonutThreshold): Don't show static threshold donut tooltips …

    …by default.
    
    Pie chart tooltips display the x value of each slice as a tooltip label by default. Because we are
    doing our own calculations on the data and manually setting the x-value, this can lead to tooltips
    displaying array index values. Also, fix a bug where ChartDonutThreshold accessors were being used
    for child ChartDonutUtilization data prop.
    TheRealJon committed Jun 14, 2019
    Copy the full SHA
    2b9a739 View commit details
    Browse the repository at this point in the history