Skip to content

Commit 1378d71

Browse files
authored
Revert "docs(demo): 补充组合图表 demo & 增加一个插件图表 (#2448)"
This reverts commit 772155d.
1 parent 772155d commit 1378d71

File tree

6 files changed

+2
-143
lines changed

6 files changed

+2
-143
lines changed

docs/manual/plots/pie.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ With G2Plot, you can set the `innerRadius` to create concentric ring.
140140

141141
### Fan chart
142142

143-
By setting startAngle` and endAngle, we can turn a pie plot into a fan chart.
143+
By setting `startAngle` and `endAngle`we can turn a pie plot into a fan chart.
144144

145145
<playground path='pie/basic/demo/quarter-circle.ts' rid='rect3'></playground>
146146

docs/manual/plots/pie.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ piePlot.render();
141141

142142
### 扇形图
143143

144-
通过设置饼图的 startAngle (开始角度) 和 endAngle (结束角度),我们可以将饼图变成扇形图
144+
通过设置饼图的 `startAngle` (开始角度) 和 `endAngle` (结束角度),我们可以将饼图变成扇形图
145145

146146
<playground path='pie/basic/demo/quarter-circle.ts' rid='rect3'></playground>
147147

docs/manual/plugin.en.md

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The main process is divided into the following steps:
5959
| [G2Plot-QRCode](https://github.com/hustcc/G2Plot-QRCode) | [Go](https://git.hust.cc/G2Plot-QRCode) | Draw a QRCode with G2Plot. | [![npm](https://img.shields.io/npm/v/g2plot-qrcode.svg)](https://www.npmjs.com/package/g2plot-qrcode) |
6060
| [G2Plot-Column](https://github.com/yujs/G2Plot-Column) | [Go](https://yujs.github.io/G2Plot-Column/) | Customize Column with G2Plot. | [![npm](https://img.shields.io/npm/v/g2plot-column.svg)](https://www.npmjs.com/package/g2plot-column) |
6161
| [G2Plot-Lollipop](https://github.com/MrSmallLiu/G2Plot-Lollipop) | [Go](https://mrsmallliu.github.io/G2Plot-Lollipop/) | Welcome to G2Plot-Lollipop 👋 | [![npm](https://img.shields.io/npm/v/g2plot-lollipop.svg)](https://www.npmjs.com/package/g2plot-lollipop) |
62-
| [G2Plot-Calendar](https://github.com/visiky/G2Plot-Calendar) | [Go](https://visiky.github.io/g2plot-calendar/) | A component like GitHub-contribution-calendar with G2Plot 📅 | [![npm](https://img.shields.io/npm/v/g2plot-calendar.svg)](https://www.npmjs.com/package/g2plot-calendar) |
6362

6463
## Technology stack packages
6564

docs/manual/plugin.zh.md

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ plot.render();
5959
| [G2Plot-QRCode](https://github.com/hustcc/G2Plot-QRCode) | [前往](https://git.hust.cc/G2Plot-QRCode) | Draw a QRCode with G2Plot. | [![npm](https://img.shields.io/npm/v/g2plot-qrcode.svg)](https://www.npmjs.com/package/g2plot-qrcode) |
6060
| [G2Plot-Column](https://github.com/yujs/G2Plot-Column) | [前往](https://yujs.github.io/G2Plot-Column/) | Customize Column with G2Plot. | [![npm](https://img.shields.io/npm/v/g2plot-column.svg)](https://www.npmjs.com/package/g2plot-column) |
6161
| [G2Plot-Lollipop](https://github.com/MrSmallLiu/G2Plot-Lollipop) | [前往](https://mrsmallliu.github.io/G2Plot-Lollipop/) | Welcome to G2Plot-Lollipop 👋 | [![npm](https://img.shields.io/npm/v/g2plot-lollipop.svg)](https://www.npmjs.com/package/g2plot-lollipop) |
62-
| [G2Plot-Calendar](https://github.com/visiky/G2Plot-Calendar) | [前往](https://visiky.github.io/g2plot-calendar/) | A component like GitHub-contribution-calendar with G2Plot 📅 | [![npm](https://img.shields.io/npm/v/g2plot-calendar.svg)](https://www.npmjs.com/package/g2plot-calendar) |
6362

6463
## 技术栈封装
6564

examples/plugin/multi-view/demo/combo-plot.ts

-131
This file was deleted.

examples/plugin/multi-view/demo/meta.json

-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
},
2121
"screenshot": "https://gw.alipayobjects.com/mdn/rms_f5c722/afts/img/A*19AdR6-BjRgAAAAAAAAAAABkARQnAQ"
2222
},
23-
{
24-
"filename": "combo-plot.ts",
25-
"title": {
26-
"zh": "组合图表",
27-
"en": "Combo plot"
28-
},
29-
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/GMzV%24DSDAX/68a9190b-a4eb-4ad4-be3b-4fef31595a3f.png"
30-
},
3123
{
3224
"filename": "nobel-prize.ts",
3325
"title": {

0 commit comments

Comments
 (0)