-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(analytics): hover state is not applied on serie's button
- Update CustomSeriesButtons component to toggle the visibility of series buttons for a Highcharts chart - Add useEffect hook to update series visibility based on buttonsVisibility state - Add toggleSeriesVisibility function to toggle the buttonsVisibility state - Update SeriesButton component to support onMouseEnter and onMouseLeave events - Add toggleState prop to SeriesButton component to control whether the button toggles visibility on click - Update propTypes for CustomSeriesButtons and SeriesButton components - Add ChartRefProperty type definition to types.js
- Loading branch information
Showing
3 changed files
with
82 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters