Skip to content

Commit b5842cf

Browse files
committed
2 parents 46c6b9d + 9abc35c commit b5842cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Usage of TimeYAxisDateXAxis:
4545
datetime(2020,9,1,1,11,11),
4646
...
4747
]
48-
48+
all_data = data1 + data2
49+
all_dates = sorted(list(set([str(d.date()) for d in all_data])))
4950
chart = TimeYAxisDateXAxis(init_opts=opts.InitOpts(height="1000px"))
5051
chart.set_global_opts(
5152
xaxis_opts=DateAxisOpts(axis_data=all_dates),

0 commit comments

Comments
 (0)