Skip to content

Commit

Permalink
fix: PR Curve chart Y axis adaptive values (#756) (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPanZH authored Aug 27, 2020
1 parent 3d99546 commit b9b7e70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/packages/core/resource/pr-curve/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ export const options = {
tooltip: {
position: ['10%', '100%']
},
xAxis: {
min: 0,
max: 1
},
yAxis: {
min: 0,
max: 1,
splitNumber: 5
}
};

0 comments on commit b9b7e70

Please sign in to comment.