Rename to HeatmapRenderer

This commit is contained in:
Tobias Skarhed 2018-08-13 14:24:15 +02:00
parent 2e2de38b31
commit e6057e08de

View File

@ -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;