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
Is it possible to stack up multiple markers on top of each other?
The idea would be that the first marker would be light and the subsequent overlapping markers would make the highlight darker. Kind of creating a heat map. Right now, the markers that get added, override the CSS.
If overriding CSS with the last class is inevitable, I was thinking about getting the ranges and checking the overlap myself, then adding a CSS class which is equivalent to the overlap level.
The problem then becomes, that I need to get 1-d intervals, instead of the 2-d intervals that I currently have. So the second question is.
Is there a way to convert betweem the 2-d interval (startRow: number, startColumn: number, endRow: number, endColumn: number) and a 1-d interval (startIndex: number, endIndex: number)?
This discussion was converted from issue #809 on December 10, 2020 01:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have two questions.
The idea would be that the first marker would be light and the subsequent overlapping markers would make the highlight darker. Kind of creating a heat map. Right now, the markers that get added, override the CSS.
If overriding CSS with the last class is inevitable, I was thinking about getting the ranges and checking the overlap myself, then adding a CSS class which is equivalent to the overlap level.
The problem then becomes, that I need to get 1-d intervals, instead of the 2-d intervals that I currently have. So the second question is.
Beta Was this translation helpful? Give feedback.
All reactions