2
0

switched from 2d to svg

This commit is contained in:
2018-05-10 22:39:22 +02:00
parent e4352d9579
commit 8b01fc6872
2 changed files with 38 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
import { Component, OnInit, ChangeDetectorRef } from '@angular/core';
import { Config } from './models/config.model';
import * as d3 from 'd3';
@Component({
selector: 'app-root',