refactor: Removes the CSS files from the Sankey Loop plugin (#19494)

* refactor: Removes the CSS files from the Sankey Loop plugin

* Gets opacity from the theme
This commit is contained in:
Michael S. Molina
2022-04-06 07:37:56 -03:00
committed by GitHub
parent 2d81c4c79f
commit 6fa99d6b07
5 changed files with 89 additions and 100 deletions

View File

@@ -26,8 +26,6 @@ import {
CategoricalColorNamespace,
} from '@superset-ui/core';
import './SankeyLoop.css';
// a problem with 'd3-sankey-diagram' is that the sankey().extent() paramters, which
// informs the layout of the bounding box of the sankey columns, does not account
// for labels and paths which happen to be layedout outside that rectangle.