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(react-charting): Heatmap text color based on Contrast Ratio #33659

Merged
merged 12 commits into from
Jan 22, 2025
1 change: 1 addition & 0 deletions packages/charts/react-charting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"dependencies": {
"@fluentui/react-focus": "^8.9.20",
"@fluentui/react-charting": "^5.23.41",
Anush2303 marked this conversation as resolved.
Show resolved Hide resolved
"@fluentui/theme-samples": "^8.7.196",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/d3-array": "^3.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { create as d3Create, select as d3Select, Selection } from 'd3-selection';
import { resolveCSSVariables } from '../../utilities/utilities';
import { resolveCSSVariables } from '@fluentui/react-charting/src/utilities/index';

/**
* {@docCategory DeclarativeChart}
Expand Down
Loading