Skip to content

Commit

Permalink
animation duration = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
RFDarter committed Dec 23, 2024
1 parent 029029c commit c8e03ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/v3/src/esp-entity-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class ChartElement extends LitElement {
],
},
options: {
animation: { duration: 0 },
plugins: { legend: { display: false } },
scales: { x: { display: false }, y: { position: "right" } },
responsive: true,
Expand Down

0 comments on commit c8e03ec

Please sign in to comment.