From 068072b829530ea47d9b696ab178a757fa53d3f0 Mon Sep 17 00:00:00 2001 From: Thomas Edwin Santosa Date: Mon, 13 May 2024 08:19:43 +0700 Subject: [PATCH] size 3000 for chart image --- src/app/pages/dialog/chart-image/chart-image.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/dialog/chart-image/chart-image.component.ts b/src/app/pages/dialog/chart-image/chart-image.component.ts index a3136ed..8586f64 100644 --- a/src/app/pages/dialog/chart-image/chart-image.component.ts +++ b/src/app/pages/dialog/chart-image/chart-image.component.ts @@ -44,7 +44,7 @@ export class ChartImageComponent implements AfterViewInit, OnInit { paginator = { index: 0, length: 10, - size: 9, + size: 3000, last: false, } type = "trash"