@progress/kendo-react-charts
Version:
React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package
9 lines (8 loc) • 1.1 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react"),c=require("./base/CollectionConfigurationComponent.js"),a=require("./XAxisItem.js"),l=require("../utils/index.js");function s(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 u=s(i),r=e=>u.createElement(c.CollectionConfigurationComponent,{...e,_chartKey:"xAxis"});r.prototype={children:function(e,n,t){return l.validateChildren(e,n,t,a.ChartXAxisItem)}};r.displayName="ChartXAxis";exports.ChartXAxis=r;