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,5 +1,5 @@
/* global d3 */
import React from 'react'
import * as d3 from 'd3'
class TimelineAxis extends React.Component {
constructor () {