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 moment from 'moment';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import { import {
isDefined,
t, t,
isDefined,
getTimeFormatter, getTimeFormatter,
smartDateVerboseFormatter, smartDateVerboseFormatter,
getNumberFormatter, getNumberFormatter,
NumberFormats, NumberFormats,
CategoricalColorNamespace, CategoricalColorNamespace,
} from '@superset-ui/core'; } from '@superset-ui/core';
import 'nvd3-fork/build/nv.d3.css';
/* eslint-disable-next-line */ /* eslint-disable-next-line */
import ANNOTATION_TYPES, { applyNativeColumns } from './vendor/superset/AnnotationTypes'; import ANNOTATION_TYPES, { applyNativeColumns } from './vendor/superset/AnnotationTypes';
import isTruthy from './utils/isTruthy'; import isTruthy from './utils/isTruthy';