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,
|
height: 300,
|
||||||
type: 'area',
|
type: 'area',
|
||||||
redrawOnParentResize: false,
|
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: {
|
zoom: {
|
||||||
type: 'x',
|
type: 'x',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue