Skip to content

Commit 5939fbf

Browse files
authored
docs: remove mentions of using Polymer API from charts JSDoc (#9241)
1 parent e135670 commit 5939fbf

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/charts/src/vaadin-chart-series-mixin.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ export declare class ChartSeriesMixinClass {
4848
* - An array of objects, each one describing one point `[ {x: x0, y: y0, name: 'Point0', color: '#FF0000'}, {...}, ...]`
4949
*
5050
* See more in [API Site](https://api.highcharts.com/highcharts/series)
51-
*
52-
* Note that you should always use [Polymer API](https://www.polymer-project.org/2.0/docs/devguide/model-data#array-mutation)
53-
* to mutate the values array in order to make the component aware of the
54-
* change and be able to synchronize it.
5551
*/
5652
values: ChartSeriesValues | null;
5753

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ export const ChartSeriesMixin = (superClass) =>
2626
*
2727
* See more in [API Site](https://api.highcharts.com/highcharts/series)
2828
*
29-
* Note that you should always use [Polymer API](https://www.polymer-project.org/2.0/docs/devguide/model-data#array-mutation)
30-
* to mutate the values array in order to make the component aware of the
31-
* change and be able to synchronize it.
3229
* @type {ChartSeriesValues}
3330
*/
3431
values: {

0 commit comments

Comments
 (0)