mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 00:28:11 +08:00
add d3 and scale chromatic imports
This commit is contained in:
@@ -7,6 +7,7 @@ import { setupSVGandBrushElements } from "./setupSVGandBrush";
|
||||
import SectionHeader from "../framework/sectionHeader";
|
||||
import { connect } from "react-redux";
|
||||
import actions from "../../actions";
|
||||
import * as d3 from "d3";
|
||||
|
||||
import mat4 from "gl-mat4";
|
||||
import fit from "canvas-fit";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
import styles from "./graph.css";
|
||||
import _ from "lodash";
|
||||
import * as globals from "../../globals";
|
||||
import * as d3 from "d3";
|
||||
|
||||
/******************************************
|
||||
*******************************************
|
||||
|
||||
Reference in New Issue
Block a user