We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在参考下面的例子,写横向柱状图 http://antv.alipay.com/zh-cn/f2/3.x/demo/bar/bar-with-label.html 同时,基于文档设置coord http://antv.alipay.com/zh-cn/f2/3.x/tutorial/coordinate.html
文档中提供这样两种方式设置
chart.coord('coordType'); // 声明坐标系类型 chart.coord('coordType', { // 配置 }); // 声明坐标系类型的同时,声明配置项
但是例子中是这样写的
chart.coord({ transposed: true });
当我使用下面的写法时:
chart.coord('rect', { transposed: true });
坐标系转置虽然生效,但是柱状图没有选中效果:
理想状态应该是这个样子:
The text was updated successfully, but these errors were encountered:
fix: fix the problem that tooltipMarker not show. Closed #234.
334eb76
Merge pull request #237 from antvis/fix-234
901c918
你好,非常感谢反馈。我已经在 3.1.19 版本修复了,辛苦升级下啦~~~
Sorry, something went wrong.
解决啦,多谢大佬
simaQ
Successfully merging a pull request may close this issue.
我在参考下面的例子,写横向柱状图
http://antv.alipay.com/zh-cn/f2/3.x/demo/bar/bar-with-label.html
同时,基于文档设置coord
http://antv.alipay.com/zh-cn/f2/3.x/tutorial/coordinate.html
文档中提供这样两种方式设置
但是例子中是这样写的
当我使用下面的写法时:
坐标系转置虽然生效,但是柱状图没有选中效果:
理想状态应该是这个样子:
The text was updated successfully, but these errors were encountered: