We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7335c3b commit 74f7c09Copy full SHA for 74f7c09
packages/react-charts/src/victory/components/ChartLegend/examples/ChartLegend.md
@@ -293,6 +293,7 @@ import {
293
getInteractiveLegendItemStyles,
294
} from '@patternfly/react-charts/victory';
295
import { getResizeObserver } from '@patternfly/react-core';
296
+// import '@patternfly/patternfly/patternfly-charts.css'; // For mixed blend mode
297
298
const InteractiveLegendChart = () => {
299
const containerRef = React.useRef(null);
0 commit comments