Skip to content

Commit

Permalink
fix(CombineColumn): 修改Legend (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhang Rui <zhangrui@growingio.com>
  • Loading branch information
Quesle and Zhang Rui authored Apr 23, 2024
1 parent c826bfe commit 087eb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/combine-colunm/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class CombineColumn extends BaseChart {
renderPoint(chart);

chart.interaction('element-active');
chart.legend(false);
chart.render();
this.instance = chart;
} catch (err) {}
Expand Down

0 comments on commit 087eb5c

Please sign in to comment.