categoryAxis.visibleBoolean(default: false)

The visibility of the axis.

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    categoryAxis: {
        visible: true,
        categories: ["Q1", "Q2", "Q3", "Q4"]
    },
    series: [{
        data: [10, 15, 8, 12]
    }]
});
</script>
In this article
categoryAxis.visible
Not finding the help you need?
Contact Support