@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 935 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./base/ConfigurationComponent.js"),r=require("@progress/kendo-vue-common"),i=require("../utils/main.js"),e=require("vue"),u=e.defineComponent({name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:void 0},selection:{type:[Boolean,Object],default:void 0}},render(){const o=r.getDefaultSlots(this),n=i.removeUndefinedProps(this.$props);return e.h(t.Configuration,{config:n,chartKey:"zoomable"},function(){return o})}});exports.ChartZoomable=u;