Skip to content

Commit e6dd4b4

Browse files
authored
added test
1 parent 495bc35 commit e6dd4b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: test/percy/plotly-express.py

+8
Original file line numberDiff line numberDiff line change
@@ -543,3 +543,11 @@
543543
)
544544
fig = px.timeline(df, x_start="Start", x_end="Finish", y="Task", color="Task")
545545
fig.write_html(os.path.join(dir_name, "timeline.html"), auto_play=False)
546+
547+
548+
px.bar(
549+
pd.DataFrame(columns=['A', 'B', 'X']),
550+
x = 'A',
551+
y = 'X',
552+
facet_col = 'B'
553+
)

0 commit comments

Comments
 (0)