Skip to content

Commit

Permalink
Fix issue rendering some charts (#3593)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Jan 10, 2024
1 parent 7e605c5 commit 38071dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,310 deletions.
4 changes: 4 additions & 0 deletions web/src/layout/stats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 38071dc

Please sign in to comment.