mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
Rename to HeatmapRenderer
This commit is contained in:
@@ -20,9 +20,9 @@ let MIN_CARD_SIZE = 1,
|
||||
MIN_SELECTION_WIDTH = 2;
|
||||
|
||||
export default function rendering(scope, elem, attrs, ctrl) {
|
||||
return new Link(scope, elem, attrs, ctrl);
|
||||
return new HeatmapRenderer(scope, elem, attrs, ctrl);
|
||||
}
|
||||
export class Link {
|
||||
export class HeatmapRenderer {
|
||||
width: number;
|
||||
height: number;
|
||||
yScale: any;
|
||||
|
||||
Reference in New Issue
Block a user