mirror of
https://github.com/pyecharts/pyecharts.git
synced 2026-02-01 17:46:01 +00:00
parent
f430c0fce2
commit
6db7f72e36
@ -78,6 +78,7 @@ class Timeline(Base):
|
||||
"title": chart.options.get("title"),
|
||||
"tooltip": chart.options.get("tooltip"),
|
||||
"visualMap": chart.options.get("visualMap"),
|
||||
"color": chart.options.get("color"),
|
||||
}
|
||||
)
|
||||
self.__check_components(chart)
|
||||
|
||||
@ -110,3 +110,4 @@ def test_page_with_multi_axis():
|
||||
|
||||
for t in tl.options.get("options"):
|
||||
assert "xAxis" in t
|
||||
assert "color" in t
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user