v7.3.0

GridChartDesigner
Widget

Subclass of ChartDesigner that draws data series and values from the selection of the configured Grid.

See also

  • Charts - Charts feature for the grid
No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • Grid whose selected cells will provide the data series for the chart. Columns in the grid will become series available for use in the chart designer, and cell values in the selected cells becomes data values shown in the preview chart.

  • sync : Booleanfalse

    Whether to update the chart designer's data series options and preview data as the grid selection changes.

Properties

Properties are getters/setters or publicly accessible variables on this class
type: gridchartdesigner

Source path

Grid/widget/GridChartDesigner.js

Demo

examples/charts

Contents