antvis/G2

当数据以万为单位开始,area 就显示成一条

Closed this issue · 1 comments

问题描述

动态获取数据,数据为 10万以上的数据开始就显示成一条直线

重现链接

No response

重现步骤

chart
.area()
.encode('x', 'time')
.encode('y', 'value')
.encode('shape', 'smooth')
.style('fill', 'l(270) 0:rgba(255,255,255,0) 0.4:#EBD6DF 1:#EBD6DF')
.style('fillOpacity', 1)

预期行为

No response

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox]

屏幕截图或视频(可选)

image

补充说明(可选)

No response

是什么版本,有复现的 demo 吗?