Skip to content

Commit

Permalink
fix: fix plot initialization regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Dec 27, 2024
1 parent 61013a3 commit aa551f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plot.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
$effect(() => {
if(plotData) {
if(plotCreated){
if(!plotCreated){
const config = {
displaylogo: false,
responsive: true,
Expand Down

0 comments on commit aa551f7

Please sign in to comment.