Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed May 9, 2024
1 parent 7e3331f commit ea36be7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,11 @@ def send_figure(
self.check_backend()
# pylint: disable=C0415

paper_bg = "rgba(0,0,0,0)" if self.charting_settings.chart_style == "dark" else "rgba(255,255,255,0)"
paper_bg = (
"rgba(0,0,0,0)"
if self.charting_settings.chart_style == "dark"
else "rgba(255,255,255,0)"
)

title = "Interactive Chart"

Expand Down

0 comments on commit ea36be7

Please sign in to comment.