File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-charts/src/victory/components/ChartBoxPlot/examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- /* eslint-disable camelcase */
21import {
32 Chart ,
43 ChartAxis ,
87 ChartThreshold ,
98 createContainer
109} from '@patternfly/react-charts/victory' ;
11-
10+ /* eslint-disable-next-line */
1211import chart_color_orange_300 from '@patternfly/react-tokens/dist/esm/chart_color_orange_300' ;
1312
1413interface Data {
@@ -37,7 +36,7 @@ export const ChartBoxPlotLegend: React.FunctionComponent = () => {
3736 {
3837 childName : 'limit' ,
3938 name : 'Limit' ,
40-
39+ /* eslint-disable-next-line */
4140 symbol : { fill : chart_color_orange_300 . var , type : 'threshold' }
4241 } ,
4342 { childName : 'cats' , name : 'Cats' } ,
@@ -98,6 +97,7 @@ export const ChartBoxPlotLegend: React.FunctionComponent = () => {
9897 name = "limit"
9998 style = { {
10099 data : {
100+ /* eslint-disable-next-line */
101101 stroke : chart_color_orange_300 . var
102102 }
103103 } }
You can’t perform that action at this time.
0 commit comments