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,
|
||||
width: graphSize,
|
||||
height: graphSize,
|
||||
margin: {
|
||||
l: 0,
|
||||
r: 0,
|
||||
t: 0,
|
||||
b: 0,
|
||||
},
|
||||
};
|
||||
let graphData = [];
|
||||
const dayLabels = ts.getDayLabels();
|
||||
|
|
Loading…
Reference in a new issue