Configuration
Properties
Chartjs
const chart = new wire.chartjs().render("#chart", {
...
type: "bar",
chartjs: {
title: {display: true, fontSize: 12},
legend: {display: true, position: "bottom"},
}
});Last updated
Was this helpful?