Configuration
Name
Description
Highcharts
const chart = new wire.highcharts().render("#chart", {
...
highcharts: {
title: { text: "My Chart Title"}
}
});Last updated
Was this helpful?
const chart = new wire.highcharts().render("#chart", {
...
highcharts: {
title: { text: "My Chart Title"}
}
});Last updated
Was this helpful?
Was this helpful?