@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 1.27 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 r=require("../base/ConfigurationComponent.js"),o=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),t=require("vue"),u=t.defineComponent({name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(e){return["top","bottom","left","right","center"].includes(e)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const e=o.getDefaultSlots(this),n=i.removeUndefinedProps(this.$props);return t.h(r.Configuration,{config:n,chartKey:"title"},function(){return e})}});exports.ChartCategoryAxisTitle=u;