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 @@ -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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments