• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chart Wizardnew
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Toolsupdated
    • Date Inputs
    • Date Math
    • Dialogsupdated
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChart
    • PDF Processing
    • PDF Viewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheet
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Chart Integration

Use the Chart Wizard to quickly create charts from the Grid data.

Plot Selected Data

To allow users to create charts from the Grid selection, use one of the following methods:

Data-Binding

Use the Chart Wizard's data prop to bind the component to the Grid selection.

The following example demonstrates how to bind the Chart Wizard to the selection of the Grid:

Example
View Source
Change Theme:

Using Selected Keys

To bind the Chart Wizard to the selectedKeys collection, use the getWizardDataFromGridSelection method.

The following example demonstrates using the helper method:

Example
View Source
Change Theme:

Plot Any Data

To allow users to create charts without selecting cells, create a selectedKeys collection on the fly and use the getWizardDataFromGridSelection helper method as shown above.

The following example demonstrates how to plot all data:

Example
View Source
Change Theme:

Use Context Menu

The following example demonstrates how to launch the Chart Wizard from a Context Menu.

Example
View Source
Change Theme: