@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
14 lines (13 loc) • 627 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { getGridSelectedRows as t } from "./get-grid-selected-rows.mjs";
import { ChartWizardCommon as r } from "@progress/kendo-charts";
const { getWizardDataFromDataRows: a } = r, m = (o) => a(t(o));
export {
m as getWizardDataFromGridSelection
};