Merge pull request #26608 from hansrwindhoff/master

Removing unneeded reference to crossfilter
This commit is contained in:
Nathan Shively-Sanders
2018-06-18 11:03:54 -07:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
import * as CrossFilter from 'crossfilter';
import * as d3 from "d3";
import * as dc from "dc";
interface IYelpData {
city: string;
review_count: number;

4
types/dc/index.d.ts vendored
View File

@@ -5,10 +5,6 @@
// matthias jobst <https://github.com/MatthiasJobst>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// this makes only sense together with d3 and crossfilter so you need the d3.d.ts and crossfilter.d.ts files
///<reference types="crossfilter" />
import * as d3 from "d3";
export = dc;