|
|
|
@ -288,10 +288,10 @@ Component({
@@ -288,10 +288,10 @@ Component({
|
|
|
|
|
devicePixelRatio: dpr, // new
|
|
|
|
|
}); |
|
|
|
|
canvas.setChart(chart); |
|
|
|
|
const x: string[] = ["2024-09", "2024-10"]; |
|
|
|
|
const y1: string[] = ["10", "30"]; |
|
|
|
|
const y2: string[] = ["10", "30"]; |
|
|
|
|
const y3: string[] = ["20", "60"]; |
|
|
|
|
const x: string[] = []; |
|
|
|
|
const y1: string[] = []; |
|
|
|
|
const y2: string[] = []; |
|
|
|
|
const y3: string[] = []; |
|
|
|
|
list.forEach((item) => { |
|
|
|
|
x.push(item.YearMonth); |
|
|
|
|
y1.push(item.DoctorLevel1TotalCases); |
|
|
|
@ -448,10 +448,10 @@ Component({
@@ -448,10 +448,10 @@ Component({
|
|
|
|
|
devicePixelRatio: dpr, // new
|
|
|
|
|
}); |
|
|
|
|
canvas.setChart(chart); |
|
|
|
|
const x: string[] = ["2024-09", "2024-10"]; |
|
|
|
|
const y1: string[] = ["10", "30"]; |
|
|
|
|
const y2: string[] = ["10", "30"]; |
|
|
|
|
const y3: string[] = ["20", "60"]; |
|
|
|
|
const x: string[] = []; |
|
|
|
|
const y1: string[] = []; |
|
|
|
|
const y2: string[] = []; |
|
|
|
|
const y3: string[] = []; |
|
|
|
|
list.forEach((item) => { |
|
|
|
|
x.push(item.YearMonth); |
|
|
|
|
y1.push(item.DoctorLevel1MonthCases); |
|
|
|
|