You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback function which will be triggered on mouse entering the bars in the waterfall chart. The mouse event and current bar element will be passed as the prop in the function
The callback function which will be triggered on mouse leaving the bars in the waterfall chart. The mouse event and current bar element will be passed as the prop in the function
The callback function which will be triggered on clicking the bars in the waterfall chart. The current bar element will be passed as the prop in the function
@@ -187,7 +200,7 @@ the below code shows all the overridable styles:
Copy file name to clipboardExpand all lines: STYLE_GUIDELINES.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
## SCSS Style Guidelines for @keyvaluesystems/react-multi-selection-ui-component
1
+
## SCSS Style Guidelines for @keyvaluesystems/react-waterfall-chart
2
2
3
3
**Introduction**
4
4
5
-
As an open-source project utilizing SCSS, @keyvaluesystems/react-multi-selection-ui-component strives to maintain a consistent and well-structured codebase. These SCSS style guidelines serve as a reference for contributors, ensuring that their SCSS code adheres to established conventions and best practices.
5
+
As an open-source project utilizing SCSS, @keyvaluesystems/react-waterfall-chart strives to maintain a consistent and well-structured codebase. These SCSS style guidelines serve as a reference for contributors, ensuring that their SCSS code adheres to established conventions and best practices.
0 commit comments