Skip to content

Commit 17d93d8

Browse files
author
pipeline
committed
bug(EJ2-4832): labels removed in chart and gauges
1 parent 3a8738c commit 17d93d8

File tree

4 files changed

+14
-27
lines changed

4 files changed

+14
-27
lines changed

src/chart/sample.json

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "Chart",
33
"directory": "chart",
4-
"category": "Data Visualization",
5-
"type": "update",
4+
"category": "Data Visualization",
65
"samples": [{
76
"url": "line",
87
"name": "Line",
@@ -71,8 +70,7 @@
7170
{
7271
"url": "step-area",
7372
"name": "Step Area",
74-
"category": "Series",
75-
"type":"new"
73+
"category": "Series"
7674
},
7775
{
7876
"url": "scatter",
@@ -96,33 +94,27 @@
9694
}, {
9795
"url": "default-pie",
9896
"name": "Pie",
99-
"category": "Accumulation Series",
100-
"type": "new"
97+
"category": "Accumulation Series"
10198
}, {
10299
"url": "default-doughnut",
103100
"name": "Pie With Legend",
104-
"category": "Accumulation Series",
105-
"type":"new"
101+
"category": "Accumulation Series"
106102
}, {
107103
"url": "semi-pie",
108104
"name": "Semi Accumulation Series",
109-
"category": "Accumulation Series",
110-
"type": "new"
105+
"category": "Accumulation Series"
111106
}, {
112107
"url": "smart-labels",
113108
"name": "Smart Labels",
114-
"category": "Accumulation Series",
115-
"type": "new"
109+
"category": "Accumulation Series"
116110
}, {
117111
"url": "drilldown-pie",
118112
"name": "Drilldown",
119-
"category": "Accumulation Series",
120-
"type": "new"
113+
"category": "Accumulation Series"
121114
}, {
122115
"url": "grouping",
123116
"name": "Grouping",
124-
"category": "Accumulation Series",
125-
"type": "new"
117+
"category": "Accumulation Series"
126118
}, {
127119
"url": "local-data",
128120
"name": "Local Data",
@@ -161,8 +153,7 @@
161153
{
162154
"url": "inversed",
163155
"name": "Inversed Axis",
164-
"category": "Chart Axes",
165-
"type": "new"
156+
"category": "Chart Axes"
166157
},
167158
{
168159
"url": "symbols",
@@ -172,14 +163,12 @@
172163
{
173164
"url": "pie-annotation",
174165
"name": "Annotation",
175-
"category": "Chart Customization",
176-
"type": "new"
166+
"category": "Chart Customization"
177167
},
178168
{
179169
"url": "data-label-template",
180170
"name": "DataLabel Template",
181-
"category": "Chart Customization",
182-
"type": "new"
171+
"category": "Chart Customization"
183172
},
184173
{
185174
"url": "selection",

src/circulargauge/sample.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "Circular Gauge",
33
"directory": "circulargauge",
4-
"category": "Data Visualization",
5-
"type": "new",
4+
"category": "Data Visualization",
65
"samples": [
76
{
87
"url": "default",

0 commit comments

Comments
 (0)