Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTooltip should use default config if some props are undefined #924
Comments
|
BizCharts/src/processor/g2Update.js Line 142 in d84f6b6 g2的tooltip只会合并传入的配置,所以传入undefined并不能修改配置,这个和使用react组件的直觉是相悖的。 |
|
可以通过修改react 组件的key来销毁并重建这个组件。 |
|
@Leannechn 请问你试过吗? 我用的时候换key tooltip就失效了。 如果你能修好这个bug也不错啊 |
|
chart组件上加 forceUpdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


retro step: