Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

Position of categoryAxis labels

$
0
0

how do I force position of categoryAxis labels to bottom?

$(".kpi-development-chart", row).kendoChart({
    theme: "bootstrap",
    chartArea: {
        height: 200
    },
    dataSource: {
        data: dev
    },
    title: {
        text: data[i].name
    },
    legend: {
        visible: false
    },
    seriesDefaults: {
        type: "line",
        style: "smooth",
        labels: {
            visible: false,
            background: "transparent"
        }
    },
    series: [{
        field: "data"
    }],
    valueAxis: {
        plotBands: dataTypeRanges,
        visible: false
    },
    categoryAxis: {
        field: "date",
        type: "date",
        labels: {
            mirror: true
        }
    }
});

 


Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>