UNPKG

@progress/kendo-react-chart-wizard

Version:

React Chart Wizard lets you create a chart using data from a Grid, another data-bound component, or an external source

10 lines (9 loc) 911 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use client"; "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./ChartWizard.js"),e=require("./utils.js"),r=require("./grid-integration/get-grid-selected-rows.js"),a=require("./grid-integration/get-wizard-data-from-grid-selection.js");exports.ChartWizard=t.ChartWizard;exports.createState=e.createState;exports.getWizardDataFromDataRows=e.getWizardDataFromDataRows;exports.getGridSelectedRows=r.getGridSelectedRows;exports.getWizardDataFromGridSelection=a.getWizardDataFromGridSelection;