Skip to content

Commit

Permalink
remove orphan statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 6, 2017
1 parent f9b54c4 commit d3f327d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyecharts/custom/overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def add(self, chart, xaxis_index=0, yaxis_index=0, is_add_xaxis=False, is_add_ya
if self._chart is None:
self._chart = chart
self._js_dependencies = chart._js_dependencies
self._page_title = chart._page_title
else:
_series = (
chart._option.get('legend')[0].get('data'),
Expand Down

0 comments on commit d3f327d

Please sign in to comment.