Labels used to annotate columns and rows in the matrix.
| 90 | |
| 91 | /** Labels used to annotate columns and rows in the matrix. */ |
| 92 | interface Label { |
| 93 | text: string; |
| 94 | pixel: Position2D; |
| 95 | world: Position2D; |
| 96 | } |
| 97 | |
| 98 | /** Megaplot Selections used to create the Dive visualization. */ |
| 99 | interface DiveSelections { |
nothing calls this directly
no outgoing calls
no test coverage detected