We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89f42c commit 7ee47b7Copy full SHA for 7ee47b7
projects/js-packages/charts/src/components/leaderboard-chart/leaderboard-chart.tsx
@@ -140,6 +140,10 @@ export const LeaderboardChart: FC< LeaderboardChartProps > = ( {
140
className,
141
style,
142
} ) => {
143
+ // TODO: Integrate with ThemeProvider:
144
+ // 1. Use theme.colors for primaryColor/secondaryColor defaults
145
+ // 2. Get delta sign colors from theme instead of hardcoding
146
+ // 3. Add useChartTheme() hook like other chart components
147
const signColors = [ '#D63638', '#757575', '#008A20' ];
148
149
const chartStyle = {
0 commit comments