mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Rename to HeatmapRenderer
This commit is contained in:
parent
2e2de38b31
commit
e6057e08de
@ -20,9 +20,9 @@ let MIN_CARD_SIZE = 1,
|
|||||||
MIN_SELECTION_WIDTH = 2;
|
MIN_SELECTION_WIDTH = 2;
|
||||||
|
|
||||||
export default function rendering(scope, elem, attrs, ctrl) {
|
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;
|
width: number;
|
||||||
height: number;
|
height: number;
|
||||||
yScale: any;
|
yScale: any;
|
||||||
|
Loading…
Reference in New Issue
Block a user