Don't hide labels
This commit is contained in:
parent
895697fa35
commit
34c1b32fea
1 changed files with 0 additions and 6 deletions
|
@ -71,12 +71,6 @@ class Polar extends Component {
|
||||||
autosize: false,
|
autosize: false,
|
||||||
width: graphSize,
|
width: graphSize,
|
||||||
height: graphSize,
|
height: graphSize,
|
||||||
margin: {
|
|
||||||
l: 0,
|
|
||||||
r: 0,
|
|
||||||
t: 0,
|
|
||||||
b: 0,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
let graphData = [];
|
let graphData = [];
|
||||||
const dayLabels = ts.getDayLabels();
|
const dayLabels = ts.getDayLabels();
|
||||||
|
|
Loading…
Reference in a new issue