File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
sudo : false
10
10
branches :
11
11
only :
12
- - master
12
+ - main
13
13
before_install :
14
14
- yarn config set ignore-engines true
15
15
- export DISPLAY=:99.0
Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ _This may be a breaking change for animating VictoryArea and VictoryLine. Animat
1422
1422
_ VictoryTheme_
1423
1423
1424
1424
- All Victory components support a ` theme ` prop that can be used to define styles and props across different component types.
1425
- - ` victory-core ` includes the [ material theme] ( https://github.com/FormidableLabs/victory-core/blob/master /src/victory-theme/material.js )
1425
+ - ` victory-core ` includes the [ material theme] ( https://github.com/FormidableLabs/victory-core/blob/main /src/victory-theme/material.js )
1426
1426
1427
1427
_ VictoryCandlestick_
1428
1428
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const Data = () => {
39
39
< VictoryPie
40
40
style = { parentStyle }
41
41
data = { [
42
- { x : "Cat" , y : 62 } ,
42
+ { x : "Cat" , y : 63 } ,
43
43
{ x : "Dog" , y : 91 } ,
44
44
{ x : "Fish" , y : 55 } ,
45
45
{ x : "Bird" , y : 55 }
You can’t perform that action at this time.
0 commit comments