-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(grid) Grid Markers Mouse Down Behaviour (#6678)
- Ruler markers now take a colour and scale directly. - Added a short vertical and horizontal pipe marker. - Grid outlines shown when triggered from the grid markers. - `RulerMarkers` now takes a callback to trigger the showing of grid markers. - Additional properties added to `RulerMarkerData` and `RulerMarkerPositionData`. - The additional markers are built up using `addOtherMarker`. - When the row and column grid markers are mouse downed, their respective ruler and additional markers are shown. - A `GridRuler` component was added and the `RulerMarkerIndicator` components respective to their axis are now children of those rulers. - `RulerMarkerIndicator` components were reworked to cater for their new functionality and also that they are now within a `GridRuler` component. - Added `getRulerMarkerColor` utility function. - Deleted `skewMarkerPosition` as now all of the markers are a fixed size. - Removed `priority` setting in `controlsForGridPlaceholders` so the grid controls sit above other controls. - Introduced `MarkerSVG` component to handle scaling of the SVGs. - Put the selected ruler markers on top of the other ruler markers.
- Loading branch information
1 parent
bdbc857
commit e3ebb25
Showing
3 changed files
with
487 additions
and
249 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.