UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 1.02 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 t=require("../base/ConfigurationComponent.js"),o=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),e=require("vue"),u=e.defineComponent({name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},render(){const r=o.getDefaultSlots(this),n=i.removeUndefinedProps(this.$props);return e.h(t.Configuration,{config:n,chartKey:"errorBars"},function(){return r})}});exports.ChartSeriesErrorBars=u;