forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: heatmap/swimlane chart type (opensearch-project#831)
Generic chart for handling the Heat map and Swim lane. The main difference between those two is X-axis scaling, categorical vs. time-based. Currently supported: * Linear, threshold, quantile, and quantize color scaling * Time scaling for X-axis, with custom boundaries and interval * Tooltip for cells and Y-axis values * Highlighting of the brushed area with customizable styling * Legend based on the color scaling and handling the deselected series * Basic styling for axis, grid, and cells. Events: * onElementClick callback for the clicked cell on the chart * Providing X, Y ranges and selected cells with onBrushEnd callback as part of the chart config fix opensearch-project#752 Co-authored-by: Marco Vettorello <[email protected]>
- Loading branch information
Showing
74 changed files
with
4,661 additions
and
104 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
Oops, something went wrong.