github graphieros/vue-data-ui v2.2.70

latest releases: v3.1.3, v3.1.2, v3.1.1...
12 months ago

This release improves accessibility of the charts user options menu, by adding title attributes to its buttons.

image

The content of the titles attributes is configurable for each chart, through the config.userOptions.buttonTitles :

const config = ref({
   userOptions: {
     buttonTitles: {
       open: "Open options",
       close: "Close options",
       tooltip: "Toggle tooltip",
       pdf: "Download PDF",
       csv: "Download CSV",
       img: "Download PNG",
       table: "Toggle table",
       labels: "Toggle labels",
       sort: "Toggle sort",
       fullscreeen: "Toggle fullscreen"
     }
   }
})

Since charts have more or less user options, the config buttonTitles options will vary depending on the chart. Check out the detailed docs to learn more.

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

NewReleases is sending notifications on new releases.