Skip to content

Commit 90859cc

Browse files
docs: fix incorrect fires JSDoc annotation for series-mouse-over (#11267) (#11272)
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
1 parent 8f3a780 commit 90859cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export * from './vaadin-chart-mixin.js';
129129
* @fires {CustomEvent} series-hide - Fired when the series is hidden after chart generation time.
130130
* @fires {CustomEvent} series-legend-item-click - Fired when the legend item belonging to the series is clicked.
131131
* @fires {CustomEvent} series-mouse-out - Fired when the mouse leaves the graph.
132-
* @fires {CustomEvent} series-mouse-enter - Fired when the mouse enters the graph.
132+
* @fires {CustomEvent} series-mouse-over - Fired when the mouse enters the graph.
133133
* @fires {CustomEvent} series-show - Fired when the series is shown after chart generation time.
134134
* @fires {CustomEvent} point-click - Fired when the point is clicked.
135135
* @fires {CustomEvent} point-legend-item-click - Fired when the legend item belonging to the point is clicked.

packages/charts/src/vaadin-chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ import { ChartMixin } from './vaadin-chart-mixin.js';
134134
* @fires {CustomEvent} series-hide - Fired when the series is hidden after chart generation time.
135135
* @fires {CustomEvent} series-legend-item-click - Fired when the legend item belonging to the series is clicked.
136136
* @fires {CustomEvent} series-mouse-out - Fired when the mouse leaves the graph.
137-
* @fires {CustomEvent} series-mouse-enter - Fired when the mouse enters the graph.
137+
* @fires {CustomEvent} series-mouse-over - Fired when the mouse enters the graph.
138138
* @fires {CustomEvent} series-show - Fired when the series is shown after chart generation time.
139139
* @fires {CustomEvent} point-click - Fired when the point is clicked.
140140
* @fires {CustomEvent} point-legend-item-click - Fired when the legend item belonging to the point is clicked.

0 commit comments

Comments
 (0)