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 */
12import {
23 Chart ,
34 ChartAxis ,
78 ChartThreshold ,
89 createContainer
910} from '@patternfly/react-charts/victory' ;
10- // eslint-disable-next-line camelcase
11+
1112import chart_color_orange_300 from '@patternfly/react-tokens/dist/esm/chart_color_orange_300' ;
1213
1314interface Data {
@@ -36,7 +37,7 @@ export const ChartBoxPlotLegend: React.FunctionComponent = () => {
3637 {
3738 childName : 'limit' ,
3839 name : 'Limit' ,
39- // eslint-disable-next-line camelcase
40+
4041 symbol : { fill : chart_color_orange_300 . var , type : 'threshold' }
4142 } ,
4243 { childName : 'cats' , name : 'Cats' } ,
@@ -97,7 +98,6 @@ export const ChartBoxPlotLegend: React.FunctionComponent = () => {
9798 name = "limit"
9899 style = { {
99100 data : {
100- // eslint-disable-next-line camelcase
101101 stroke : chart_color_orange_300 . var
102102 }
103103 } }
You can’t perform that action at this time.
0 commit comments