Skip to content

Commit

Permalink
chore: v2.4.14 (#3169)
Browse files Browse the repository at this point in the history
* feat(mix): mix 复合图表支持统一在顶层配置,增加 top、slider、annotations 等属性配置

* docs(mix): 完善文档,增加定制股票图 demo: https://g2plot.an
tv.vision/zh/examples/plugin/multi-view#customized-stock

* chore: v2.4.14 & changelog
  • Loading branch information
visiky committed Mar 31, 2022
1 parent 80dea88 commit b046c23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#### 2.4.14 (2022-03-31)

##### Chores

* v2.4.13 & changelog ([#3164](https://github.com/antvis/G2plot/pull/3164)) ([689f8d83](https://github.com/antvis/G2plot/commit/689f8d83ca45ccf67e05b0edff57c6a22ed888a7))


##### Documentation Changes

* **mix:** 完善文档,增加定制股票图 demo: https://g2plot.an tv.vision/zh/examples/plugin/multi-view#customized-stock ([fc41099c](https://github.com/antvis/G2plot/commit/fc41099c99690e4d5d5e76275033cd9797c0de1f))

##### New Features

* **mix:**
* mix 复合图表支持统一在顶层配置,增加 top、slider、annotations 等属性配置 ([b2e6b96c](https://github.com/antvis/G2plot/commit/b2e6b96cb3bb0c5cbbaf773ae0aa357ded8388f6))

#### 2.4.13 (2022-03-28)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "2.4.13",
"version": "2.4.14",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.4.13';
export const version = '2.4.14';

// G2 自定义能力透出
import * as G2 from '@antv/g2';
Expand Down

0 comments on commit b046c23

Please sign in to comment.