UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 906 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("vue"),o=require("./base/CollectionConfigurationComponent.js"),n=require("@progress/kendo-vue-common");function r(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}const i=t.defineComponent({name:"KendoChartValueAxis",render(){const e=n.getDefaultSlots(this);return t.createVNode(o.CollectionConfiguration,{chartKey:"valueAxis"},r(e)?e:{default:()=>[e]})}});exports.ChartValueAxis=i;