Results 3 issues of Liuchenglong

![xiaolong02](https://github.com/antvis/G2/assets/17085315/439dd011-e845-43bd-93d7-e429ad358409) 问题 1: 无数据 鼠标经过 却显示的是 五级,五级的数值是 0 . 问题 2: 背景颜色是自定义的,无数据应该是灰色的,但是却显示了五级的颜色红色。 https://codesandbox.io/p/sandbox/happy-ride-9wn5rm 以下是代码 ```html import { plotlib } from '@antv/g2-extension-plot'; import { Runtime, corelib, extend } from '@antv/g2'; const...

在使用 双轴多折线条形图 时候 加上 自定义提示 会多出来 逗号 ![xiaolong](https://github.com/antvis/G2/assets/17085315/e89ab53e-e139-4aa6-95b1-e31791e53d14) 官方说明: https://g2.antv.antgroup.com/manual/extra-topics/customization#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8F%90%E7%A4%BAtooltip 以下是问题代码 ```html import { Chart } from '@antv/g2'; const chart = new Chart({ container: 'container', autoFit: true, }); const data...

![xiaolong01](https://github.com/antvis/G2/assets/17085315/31d1a86b-659c-499d-bbd6-1895b01b5a9f) https://g2.antv.antgroup.com/zh/examples/composition/space#space-layer ```html import { Chart } from '@antv/g2'; const chart = new Chart({ container: 'container', }); const scaleColor = (node) => node.scale('color', { palette: 'cool', offset: (t) => t...

v5