valueAxis.visibleBoolean(default: false)

The visibility of the axis.

Example

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