mirror of https://github.com/artifacthub/hub.git
Fix issue rendering some charts (#3593)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
parent
7e605c5da4
commit
38071dc17c
|
|
@ -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
Loading…
Reference in New Issue