UNPKG

@progress/kendo-react-charts

Version:

React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package

9 lines (8 loc) 1.12 kB
/** * @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 a=require("react"),i=require("./base/CollectionConfigurationComponent.js"),c=require("./ValueAxisItem.js"),l=require("../utils/index.js");function u(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const o=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,o.get?o:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const s=u(a),r=e=>s.createElement(i.CollectionConfigurationComponent,{...e,_chartKey:"valueAxis"});r.propTypes={children:function(e,n,t){return l.validateChildren(e,n,t,c.ChartValueAxisItem)}};r.displayName="ChartValueAxis";exports.ChartValueAxis=r;