问题 Following is an angular app with graphs made of apex charts https://codesandbox.io/s/apx-column-distributed-d3ns7?from-embed How can I remove the horizontal lines of that chart & its axis lines (so that this looks much cleaner) this.chartOptions = { series: [ { name: "distibuted", data: [21, 22,] } ], chart: { height: 350, type: "bar", events: { click: function(chart, w, e) { // console.log(chart, w, e) } } }, colors: [ "#008FFB", "#00E396", ], plotOptions: { bar: { columnWidth: "45%",