UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 1.16 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 r=require("../base/ConfigurationComponent.js"),u=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),n=require("vue"),o=n.defineComponent({name:"KendoChartLegendItem",props:{cursor:String,type:{type:String,default:function(){},validator:function(e){return["area","line"].includes(e)}},line:{type:Object,default:function(){}},area:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},visual:{type:Function,default:void 0}},render(){const e=u.getDefaultSlots(this),t=i.removeUndefinedProps(this.$props);return n.h(r.Configuration,{config:t,chartKey:"item"},function(){return e})}});exports.ChartLegendItem=o;