Don't hide labels

This commit is contained in:
Henri Bergius 2017-12-01 18:23:09 +01:00
parent 895697fa35
commit 34c1b32fea

View file

@ -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();