Start tracking your metrics to see insights here
+ + } +/> +``` + +## Integration with GlobalChartsProvider + +The component automatically retrieves colors from the GlobalChartsProvider context: + +```tsx +import { GlobalChartsProvider } from '@automattic/charts'; +import { LeaderboardChart } from '@jetpack-premium-analytics/widgets-toolkit'; + +function MyWidget() { + return ( +