BizCharts 位于边缘位置的点,hover上去时,Tooltip有时候不展示

zrfyljdw  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(44)
  • bizcharts Version: 3.5.3
  • Platform or react version: macOS 10.14.6
  • Mini Showcase(like screenshots):
预期效果:

但当点位于坐标轴边缘时,数据点 得到焦点后经常复现下面这种情况

8mmmxcuj

8mmmxcuj1#

I have the same issue with version 4.0.14.

For the following code, the tooltip is sometimes visible sometimes not visible, I am checking by refreshing the page.

<Chart
            scale={scaleProps}
            height={chartHeight}
            forceFit={forceFit}
            data={data}
            padding={padding}
            pure
          >
            <Tooltip showTitle={false} crosshairs={false} />
            <Geom
              type="interval"
              position="period*avg"
              color={color}
              tooltip={tooltip}
            />
          </Chart>

相关问题