Make d3 an npm-managed dependency

Closes #91
This commit is contained in:
delucis
2019-08-19 16:25:06 +02:00
committed by Lachlan Kermode
parent 658a755e9d
commit b0e2e6dd45
8 changed files with 941 additions and 177 deletions

View File

@@ -1,6 +1,6 @@
/* global d3 */
import React from 'react'
import { connect } from 'react-redux'
import * as d3 from 'd3'
import * as selectors from '../selectors'
import hash from 'object-hash'

View File

@@ -1,5 +1,5 @@
/* global d3 */
import React from 'react'
import * as d3 from 'd3'
class TimelineAxis extends React.Component {
constructor () {

View File

@@ -1,5 +1,5 @@
/* global d3 */
import React from 'react'
import * as d3 from 'd3'
class TimelineCategories extends React.Component {
constructor () {