How to hide axis using Chartkick.js
问题 I am using https://github.com/ankane/vue-chartkick to draw Vue charts, but looks like it didn't say how to hide axis from there document. Does anyone know how to do it in this library? Thanks in advance. 回答1: The chart component has a library property that allows you to customize the options for the chart. To hide / remove the x-axis for a line chart would look like this: <line-chart :data="lineData" :library="chartOptions"> ...and in your component... data () { return { lineData: [ {name: