@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 1.46 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"),u=require("../../utils/main.js"),t=require("vue"),i=t.defineComponent({name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(e){return["start","end","onAxis",""].includes(e)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const e=o.getDefaultSlots(this),n=u.removeUndefinedProps(this.$props);return t.h(r.Configuration,{config:n,chartKey:"labels"},function(){return e})}});exports.ChartCategoryAxisLabels=i;