Skip to content

Commit 17cf550

Browse files
authored
docs: remove more types JSDoc for enum properties (#11274)
1 parent 4f20d2c commit 17cf550

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/charts/src/vaadin-chart-mixin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export const ChartMixin = (superClass) =>
177177
* Defaults to `undefined`
178178
*
179179
* @attr {left|right|top|bottom} category-position
180-
* @type {ChartCategoryPosition | undefined}
181180
*/
182181
categoryPosition: {
183182
type: String,
@@ -202,7 +201,6 @@ export const ChartMixin = (superClass) =>
202201
* If "stack" property is not defined on the vaadin-chart-series elements, then series will be put into
203202
* the default stack.
204203
* @attr {normal|percent} stacking
205-
* @type {ChartStacking | undefined}
206204
*/
207205
stacking: {
208206
type: String,

0 commit comments

Comments
 (0)