Skip to content

Commit

Permalink
fix: add back nvd3 missing css (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 26, 2021
1 parent 1862341 commit 104c1b5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 104c1b5

Please sign in to comment.