We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f7ee4 commit ec3fd4aCopy full SHA for ec3fd4a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+#### 2.4.11 (2022-03-22)
2
+
3
+##### New Features
4
5
+* **gauge:** 仪表盘增加 tooltip 配置 ([#3149](https://github.com/antvis/G2plot/pull/3149)) ([61f7ee43](https://github.com/antvis/G2plot/commit/61f7ee4396af3d43452985220fe7fff347af3857))
6
7
#### 2.4.10 (2022-03-10)
8
9
##### Documentation Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
- "version": "2.4.10",
+ "version": "2.4.11",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
src/index.ts
@@ -1,4 +1,4 @@
-export const version = '2.4.10';
+export const version = '2.4.11';
// G2 自定义能力透出
import * as G2 from '@antv/g2';
0 commit comments