fix: add back nvd3 missing css (#776)

This commit is contained in:
Jesse Yang 2020-09-08 17:38:47 -07:00 committed by Yongjie Zhao
parent 1862341226
commit 104c1b597a

View File

@ -24,14 +24,17 @@ import mathjs from 'mathjs';
import moment from 'moment';
import PropTypes from 'prop-types';
import {
isDefined,
t,
isDefined,
getTimeFormatter,
smartDateVerboseFormatter,
getNumberFormatter,
NumberFormats,
CategoricalColorNamespace,
} from '@superset-ui/core';
import 'nvd3-fork/build/nv.d3.css';
/* eslint-disable-next-line */
import ANNOTATION_TYPES, { applyNativeColumns } from './vendor/superset/AnnotationTypes';
import isTruthy from './utils/isTruthy';