Skip to content

Commit

Permalink
fix(legacy-preset-chart-nvd3): remove data fetching from multiline ch…
Browse files Browse the repository at this point in the history
…art (#899)

Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@polidea.com>
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
  • Loading branch information
3 people authored and zhaoyongjie committed Nov 26, 2021
1 parent 6db9aef commit 368e198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 167 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* under the License.
*/
import { t, ChartMetadata, ChartPlugin } from '@superset-ui/core';
import transformProps from '../transformProps';
import thumbnail from './images/thumbnail.png';
import controlPanel from './controlPanel';

Expand All @@ -31,8 +32,9 @@ const metadata = new ChartMetadata({
export default class LineChartPlugin extends ChartPlugin {
constructor() {
super({
loadChart: () => import('./LineMulti'),
loadChart: () => import('../ReactNVD3'),
metadata,
transformProps,
controlPanel,
});
}
Expand Down

0 comments on commit 368e198

Please sign in to comment.