Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

fix: add back nvd3 missing css #776

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js
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