ep 13 การดาวน์โหลดกราฟเป็นไฟล์ PDF ด้วย chartjs

398 ครั้ง 5 05/03/2024 ครูอภิวัฒน์"สอนสร้างสื่อ"
+++++++++++++++++++++++
const bgColor = {
id: 'bgColor',
beforeDraw(chart,step, options) =ตรงนี้พิมพ์เครื่องหมายมากกว่าเองนะครับ {
const {ctx,width,height} = chart
ctx.fillStyle = options.backgroundColor
ctx.fillRect(0,0,width,height)
ctx.restore()
}
}
+++++++++++++++++++++++
const config = {
type: 'bar',
data,
options: {
scales: {
y: {
beginAtZero: true
}
},
plugins:{
bgColor:{
...

วิดีโอแนะนำ