| 17 | import * as d3 from 'd3'; |
| 18 | |
| 19 | export interface HeatMapSettings { |
| 20 | [key: string]: any; |
| 21 | showAxes?: boolean; |
| 22 | noSvg?: boolean; |
| 23 | } |
| 24 | |
| 25 | /** Number of different shades (colors) when drawing a gradient heatmap */ |
| 26 | const NUM_SHADES = 30; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…