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

9 lines (8 loc) 663 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 strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./get-grid-selected-rows.js"),r=require("@progress/kendo-charts"),{getWizardDataFromDataRows:o}=r.ChartWizardCommon,a=e=>o(t.getGridSelectedRows(e));exports.getWizardDataFromGridSelection=a;