We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f20d2c commit 17cf550Copy full SHA for 17cf550
packages/charts/src/vaadin-chart-mixin.js
@@ -177,7 +177,6 @@ export const ChartMixin = (superClass) =>
177
* Defaults to `undefined`
178
*
179
* @attr {left|right|top|bottom} category-position
180
- * @type {ChartCategoryPosition | undefined}
181
*/
182
categoryPosition: {
183
type: String,
@@ -202,7 +201,6 @@ export const ChartMixin = (superClass) =>
202
201
* If "stack" property is not defined on the vaadin-chart-series elements, then series will be put into
203
* the default stack.
204
* @attr {normal|percent} stacking
205
- * @type {ChartStacking | undefined}
206
207
stacking: {
208
0 commit comments