File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/react-charts/src/victory/components/ChartBoxPlot/examples Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 77 ChartThreshold ,
88 createContainer
99} from '@patternfly/react-charts/victory' ;
10- /* eslint-disable-next-line */
1110import chart_color_orange_300 from '@patternfly/react-tokens/dist/esm/chart_color_orange_300' ;
1211
1312interface Data {
@@ -36,7 +35,6 @@ export const ChartBoxPlotEmbeddedLegend: React.FunctionComponent = () => {
3635 {
3736 childName : 'limit' ,
3837 name : 'Limit' ,
39- /* eslint-disable-next-line */
4038 symbol : { fill : chart_color_orange_300 . var , type : 'threshold' }
4139 } ,
4240 { childName : 'cats' , name : 'Cats' } ,
@@ -97,7 +95,6 @@ export const ChartBoxPlotEmbeddedLegend: React.FunctionComponent = () => {
9795 name = "limit"
9896 style = { {
9997 data : {
100- /* eslint-disable-next-line */
10198 stroke : chart_color_orange_300 . var
10299 }
103100 } }
You can’t perform that action at this time.
0 commit comments