File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export * from './vaadin-chart-mixin.js';
136136 * @fires {CustomEvent } point-mouse-out - Fired when the mouse leaves the area close to the point.
137137 * @fires {CustomEvent } point-mouse-over - Fired when the mouse enters the area close to the point.
138138 * @fires {CustomEvent } point-remove - Fired when the point is removed from the series.
139- * @fires {CustomEvent } point-select -Fired when the point is selected either programmatically or by clicking on the point.
139+ * @fires {CustomEvent } point-select - Fired when the point is selected either programmatically or by clicking on the point.
140140 * @fires {CustomEvent } point-unselect - Fired when the point is unselected either programmatically or by clicking on the point.
141141 * @fires {CustomEvent } point-update - Fired when the point is updated programmatically through `.updateConfiguration()` method.
142142 * @fires {CustomEvent } point-drag-start - Fired when starting to drag a point.
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ import { ChartMixin } from './vaadin-chart-mixin.js';
141141 * @fires {CustomEvent } point-mouse-out - Fired when the mouse leaves the area close to the point.
142142 * @fires {CustomEvent } point-mouse-over - Fired when the mouse enters the area close to the point.
143143 * @fires {CustomEvent } point-remove - Fired when the point is removed from the series.
144- * @fires {CustomEvent } point-select -Fired when the point is selected either programmatically or by clicking on the point.
144+ * @fires {CustomEvent } point-select - Fired when the point is selected either programmatically or by clicking on the point.
145145 * @fires {CustomEvent } point-unselect - Fired when the point is unselected either programmatically or by clicking on the point.
146146 * @fires {CustomEvent } point-update - Fired when the point is updated programmatically through `.updateConfiguration()` method.
147147 * @fires {CustomEvent } point-drag-start - Fired when starting to drag a point.
You can’t perform that action at this time.
0 commit comments