VueUiXy
- Added config options to hide | show axes lines, as well as the zero line, to allow for minimalist designs
config.chart.grid.labels.zeroLine.show: boolean;
// default: true; hide or show the zero base line
config.chart.grid.labels.yAxis.showBaseline: boolean;
// default: true; hide or show the yAxis line
config.chart.grid.labels.xAxis.showBaseline: boolean;
// default: true; hide or show the xAxis line; this config option was already there, but is mentioned for consistency