Skip to content

Commit

Permalink
feat:plotly lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patil authored and sbrugman committed Jun 27, 2022
1 parent a602d88 commit f13018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popmon/visualization/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def xtick(lab):
"x": 1,
"font": {"size": 10},
},
hovermode='x unified'
hovermode="x unified",
)

plot = json.loads(fig.to_json())
Expand Down

0 comments on commit f13018c

Please sign in to comment.