github graphieros/vue-data-ui v3.7.6

3 hours ago

VueUiCirclePack

  • Replace the old clumsy selected state with a tooltip
  • Config updates:
const config = ref({
    style: {
        chart: {
            tooltip: {} // New, works like all other tooltips
            circles: {
                selectedShadowColor: '#2D353C', // New
                zoom: {} // Deprecated
            }
        }
    },
    userOptions: {
        buttons: {
            tooltip: true, // New
        },
        callbacks: {
            tooltip: null // New
        },
        buttonTitles: {
            tooltip: 'Toggle tooltip' // New
        }
    }
});

Docs and chart maker are up to date

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

NewReleases is sending notifications on new releases.