github graphieros/vue-data-ui v2.2.8

latest releases: v3.2.5, v3.2.4, v3.2.3...
16 months ago

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

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.