@progress/kendo-react-charts
Version:
React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package
22 lines (21 loc) • 863 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 * as a from "react";
import { CollectionConfigurationComponent as i } from "./base/CollectionConfigurationComponent.mjs";
import { ChartValueAxisItem as m } from "./ValueAxisItem.mjs";
import { validateChildren as n } from "../utils/index.mjs";
const r = (e) => /* @__PURE__ */ a.createElement(i, { ...e, _chartKey: "valueAxis" });
r.propTypes = {
children: function(e, t, o) {
return n(e, t, o, m);
}
};
r.displayName = "ChartValueAxis";
export {
r as ChartValueAxis
};