Fix issue rendering some charts (#3593)

Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
Cintia Sánchez García 2024-01-10 09:34:01 +01:00 committed by GitHub
parent 7e605c5da4
commit 38071dc17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1310 deletions

View File

@ -91,6 +91,10 @@ const StatsView = () => {
height: 300,
type: 'area',
redrawOnParentResize: false,
// Temporary solution -> https://github.com/apexcharts/apexcharts.js/issues/4154 and https://github.com/apexcharts/Blazor-ApexCharts/issues/376
animations: {
enabled: false,
},
zoom: {
type: 'x',
enabled: true,

File diff suppressed because it is too large Load Diff