Data Labels
const chart = new wire.chartjs().render("#chart", {
...
datalabels: {
display: true,
color: "white"
}
});
Library
Last updated
Was this helpful?
const chart = new wire.chartjs().render("#chart", {
...
datalabels: {
display: true,
color: "white"
}
});
Last updated
Was this helpful?
Was this helpful?