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
- heightLimitToShowTooltipForEdgeRow: for bar chart, line chart, etc., when displaying tooltip for an entire column, it is detected that the first row and the last row may be occluded by scrolling and only a part of it is displayed. The minimum height allowed to display the tooltip is detected.
214
221
- widthLimitToShowTooltipForEdgeColumn: for horizontal bar chart, when displaying tooltip for an entire row, it is detected that the first column and the last column may be occluded by scrolling and only a part of it is displayed. The minimum width allowed to display the tooltip is detected.
215
222
- labelHoverOnAxis: the related configuration of the floating label label on the axis when the mouse hovers over the perspective chart. Supports configuration for the left, right, top, and bottom four directions.
223
+
- selectedStateFilter: the filter function for the high-light state of the clicked element in the associated chart
224
+
- selectedReverseStateFilter: the filter function for the reverse high-light state of the clicked element in the associated chart
225
+
- inBrushStateFilter: the filter function for the brush high-light state of the element in the associated chart
226
+
- outOfBrushStateFilter: the filter function for the out of brush high-light state of the element in the associated chart
227
+
- listenBrushChange: whether to listen to the brushChange event, default is false
228
+
- brushChangeDelay: the delay time for the brushChange event. The throttle is used to prevent frequent triggering of the chart, default is 100 milliseconds
229
+
- clearChartState: the function to clear the chart state
0 commit comments