We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8ac9ac + a73615d commit d6fbe6dCopy full SHA for d6fbe6d
1 file changed
frontend/src/Components/FastaComposite.js
@@ -56,7 +56,7 @@ class FastaComposite extends React.Component {
56
yScale: {
57
type: "linear",
58
stacked: false,
59
- max: 1.5
+ max: 1
60
},
61
markers: [
62
{
@@ -79,6 +79,9 @@ class FastaComposite extends React.Component {
79
}
80
81
],
82
+ // gridYValues: {
83
+ // [0,0.2,0.4,0.6,0.8,1]
84
+ // },
85
axisBottom: {
86
orient: "bottom",
87
tickSize: 5,
@@ -88,7 +91,9 @@ class FastaComposite extends React.Component {
88
91
legendOffset: 46,
89
92
legendPosition: "middle"
90
93
- axisLeft: {},
94
+ axisLeft: {
95
+ tickValues: 5
96
+ },
97
theme: {
98
fontSize: 14,
99
fontFamily: "Roboto Slab",
0 commit comments