Skip to content

Commit 6a24675

Browse files
authored
docs: cleanup no longer relevant information from charts JSDoc (#9801)
1 parent 6080c4d commit 6a24675

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ export * from './vaadin-chart-mixin.js';
132132
*
133133
* For example `--vaadin-charts-color-0` sets the color of the first series on a chart.
134134
*
135-
* ### Validating your License
136-
*
137-
* When using Vaadin Charts in a development environment, you will see a pop-up that asks you
138-
* to validate your license by signing in to vaadin.com.
139-
*
140135
* @fires {CustomEvent} chart-add-series - Fired when a new series is added.
141136
* @fires {CustomEvent} chart-after-export - Fired after a chart is exported.
142137
* @fires {CustomEvent} chart-after-print - Fired after a chart is printed.

packages/charts/src/vaadin-chart.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ import { ChartMixin } from './vaadin-chart-mixin.js';
137137
*
138138
* For example `--vaadin-charts-color-0` sets the color of the first series on a chart.
139139
*
140-
* ### Validating your License
141-
*
142-
* When using Vaadin Charts in a development environment, you will see a pop-up that asks you
143-
* to validate your license by signing in to vaadin.com.
144-
*
145140
* @fires {CustomEvent} chart-add-series - Fired when a new series is added.
146141
* @fires {CustomEvent} chart-after-export - Fired after a chart is exported.
147142
* @fires {CustomEvent} chart-after-print - Fired after a chart is printed.

0 commit comments

Comments
 (0)