Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10a88f6

Browse files
update readme
1 parent67cee73 commit10a88f6

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="https://github.com/ECharts-Java/ECharts-Java/actions">
1010
<img src="https://github.com/ECharts-Java/ECharts-Java/actions/workflows/maven.yml/badge.svg" alt="Github Actions Status">
1111
</a>
12-
<a href="https://github.com/pyecharts/pyecharts/pulls">
12+
<a href="https://github.com/ECharts-Java/ECharts-Java/pulls">
1313
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contributions welcome">
1414
</a>
1515
<!-- <a href="https://codecov.io/gh/ECharts-Java/ECharts-Java">

‎README.zh.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="https://github.com/ECharts-Java/ECharts-Java/actions">
1010
<img src="https://github.com/ECharts-Java/ECharts-Java/actions/workflows/maven.yml/badge.svg" alt="Github Actions Status">
1111
</a>
12-
<a href="https://github.com/pyecharts/pyecharts/pulls">
12+
<a href="https://github.com/ECharts-Java/ECharts-Java/pulls">
1313
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contributions welcome">
1414
</a>
1515
<!-- <a href="https://codecov.io/gh/ECharts-Java/ECharts-Java">

‎test.json‎

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"media": [
3+
{
4+
"query": {"minAspectRatio":1 },
5+
"option": {
6+
"series": [
7+
{"center": ["25%","50%"] },
8+
{"center": ["50%","50%"] },
9+
{"center": ["75%","50%"] }
10+
]
11+
}
12+
},
13+
{
14+
"option": {
15+
"series": [
16+
{"center": ["50%","25%"] },
17+
{"center": ["50%","50%"] },
18+
{"center": ["50%","75%"] }
19+
]
20+
}
21+
}
22+
],
23+
"dataset": [
24+
{
25+
"source": [
26+
["Product","Sales","Price","Year"],
27+
["Cake",123,32,2011],
28+
["Cereal",231,14,2011],
29+
["Tofu",235,5,2011],
30+
["Dumpling",341,25,2011],
31+
["Biscuit",122,29,2011],
32+
["Cake",143,30,2012],
33+
["Cereal",201,19,2012],
34+
["Tofu",255,7,2012],
35+
["Dumpling",241,27,2012],
36+
["Biscuit",102,34,2012],
37+
["Cake",153,28,2013],
38+
["Cereal",181,21,2013],
39+
["Tofu",395,4,2013],
40+
["Dumpling",281,31,2013],
41+
["Biscuit",92,39,2013],
42+
["Cake",223,29,2014],
43+
["Cereal",211,17,2014],
44+
["Tofu",345,3,2014],
45+
["Dumpling",211,35,2014],
46+
["Biscuit",72,24,2014]
47+
]
48+
},
49+
{
50+
"transform": {
51+
"type":"sort",
52+
"config": {"dimension":"Year","order":"ss" }
53+
}
54+
},
55+
{
56+
"transform": {
57+
"type":"filter",
58+
"config": {"dimension":"Year","value":2012 }
59+
}
60+
},
61+
{
62+
"transform": {
63+
"type":"filter",
64+
"config": {"dimension":"Year","value":2013 }
65+
}
66+
}
67+
],
68+
"series": [
69+
{
70+
"type":"pie",
71+
"center": ["50%","25%"],
72+
"radius":50,
73+
"datasetIndex":1
74+
},
75+
{
76+
"type":"pie",
77+
"center": ["50%","50%"],
78+
"radius":50,
79+
"datasetIndex":2
80+
},
81+
{"type":"pie","center": ["50%","75%"],"radius":50,"datasetIndex":3 }
82+
]
83+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp