Skip to content

Commit

Permalink
Improve SiriusChart performance (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 authored Aug 30, 2023
2 parents 30fed18 + ededabd commit 12891d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sirius-epics-react",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
4 changes: 1 addition & 3 deletions src/components/SiriusChart/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ const scalesOpt: Dict<any> = {
}

const chartOptions: any = {
animation: {
duration: 0
},
animation: false,
spanGaps: true,
responsive: true,
maintainAspectRatio: false,
Expand Down

0 comments on commit 12891d2

Please sign in to comment.