Skip to content

Commit

Permalink
added label to the RadarChartSeries interface
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphire12 committed Oct 28, 2024
1 parent fbcee92 commit 84bd60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@mantine/charts/src/RadarChart/RadarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface RadarChartSeries {
color: MantineColor;
strokeColor?: MantineColor;
opacity?: number;
label?: string;
}

export type RadarChartStylesNames = 'root' | 'container';
Expand Down

0 comments on commit 84bd60a

Please sign in to comment.