Remove comments
parent
6fdba650ec
commit
d5406ac749
|
@ -49,11 +49,6 @@ class GaugeChart extends Component {
|
||||||
300)
|
300)
|
||||||
.toString()
|
.toString()
|
||||||
|
|
||||||
// console.log('resizeCoordsHeight', resizeCoordsHeight)
|
|
||||||
// console.log('initialCellHeight', initialCellHeight)
|
|
||||||
// console.log('resizerTopHeight', resizerTopHeight)
|
|
||||||
// console.log('height', height)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="single-stat" ref={r => (this.gaugeContainer = r)}>
|
<div className="single-stat" ref={r => (this.gaugeContainer = r)}>
|
||||||
<Gauge
|
<Gauge
|
||||||
|
|
Loading…
Reference in New Issue