New to KendoReact? Start a free 30-day trial
Integration with the KendoReact Chart Component
To configure the Chart's data:
- Use the PivotGrid's
dataCells
function and pass the PivotGrid'srows
,columns
anddata
props. - Loop through the
dataCells
result and create Chartseries
andcategories
.
The following example demonstrates how to visualize the PivotGrid data with the KendoReact Chart component.
Change Theme
Theme
Loading ...