Cannot use brush on line chart w/ shape #2435
MarkLyck posted onGitHub
<!-- Thank you for reporting an issue. 1. It's RECOMMENDED to submit PR for typo or tiny bug fix. 2. If this's a FEATURE request, please provide: details, pseudo codes if necessary. 3. If this's a BUG, please provide: course repetition, error log and configuration. Fill in as much of the template below as you're able. 4. It will be nice to use to provide a CodePen Link which can reproduce the issue, we provide a CodePen template g2-github-issue. 感谢您向我们反馈问题。 1. 提交问题前,请先阅读 https://antv.alipay.com/zh-cn/g2/3.x/index.html 上的文档。 2. 我们推荐如果是小问题(错别字修改,小的 bug fix)直接提交 PR。 3. 如果是一个新需求,请提供:详细需求描述,最好是有伪代码实现。 4. 如果是一个 BUG,请提供:复现步骤,错误日志以及相关配置,并尽量填写下面的模板中的条目。 5. 如果可以,请提供尽可能精简的 CodePen 链接,可使用 CodePen 模板 https://codepen.io/leungwensen/pen/WXJgox,方便我们排查问题。 6. 扩展阅读:如何向开源项目提交无法解答的问题 -->
- G2 Version: 4.0.7
- Platform: Google Chrome
- CodePen Link: https://g2.antv.vision/zh/examples/gallery/line#line8 (add brush-x interaction to this)
Uncaught TypeError: Cannot read property 'get' of undefined at Circle.push../node_modules/@antv/g-base/esm/abstract/element.js.Element.animate (element.js:414) at Object.draw (breathPoint.ts:47) at Object.drawShape (base.js:71) at Element.push../node_modules/@antv/g2/esm/geometry/element/index.js.Element.update (index.js:58) at Point.push../node_modules/@antv/g2/esm/geometry/base.js.Geometry.createElements (base.js:838) at Point.push../node_modules/@antv/g2/esm/geometry/base.js.Geometry.paint (base.js:353) at Chart.push../node_modules/@antv/g2/esm/chart/view.js.View.paintGeometries (view.js:1351) at Chart.push../node_modules/@antv/g2/esm/chart/view.js.View.renderPaintRecursive (view.js:953) at Chart.push../node_modules/@antv/g2/esm/chart/view.js.View.paint (view.js:915) at Chart.push../node_modules/@antv/g2/esm/chart/view.js.View.render (view.js:142)
I would expect to still be able to zoom in on my data and see the poit displayed correctly.
<img width="776" alt="Screen Shot 2020-05-10 at 8 15 28 AM" src="https://user-images.githubusercontent.com/6841110/81499035-7c840d00-9296-11ea-9db0-552ef84ae004.png">