v2.10.7
VueUiFlow
- Add optional tooltip
const config = ref({
style: {
chart: {
tooltip: {
show: true,
color: "#1A1A1A",
backgroundColor: "#F3F4F6",
fontSize: 14,
showPercentage: true,
roundingPercentage: 0,
customFormat: null,
borderRadius: 4,
borderColor:"#e1e5e8",
borderWidth: 1,
backgroundOpacity: 30,
position: "center",
offsetY: 24,
showPercentage: true,
roundingPercentage: 0,
translations: {
from: 'From:',
to: 'To:',
percentOfTotal: 'Percent of total:'
}
}
}
}
})
Documentation is up to date, as well as the chart maker.