remove stray debugging code
This commit is contained in:
parent
7f4bb8df63
commit
1422865efd
|
@ -289,7 +289,6 @@ class Chart extends Component {
|
||||||
const legendPosition = this.getLegendPosition();
|
const legendPosition = this.getLegendPosition();
|
||||||
const legendDirection = legendPosition === 'top' ? 'row' : 'column';
|
const legendDirection = legendPosition === 'top' ? 'row' : 'column';
|
||||||
const chartDirection = legendPosition === 'side' ? 'row' : 'column';
|
const chartDirection = legendPosition === 'side' ? 'row' : 'column';
|
||||||
// const type = chartType;
|
|
||||||
|
|
||||||
const chartHeight = this.getChartHeight();
|
const chartHeight = this.getChartHeight();
|
||||||
const legend = isRequesting ? null : (
|
const legend = isRequesting ? null : (
|
||||||
|
|
Loading…
Reference in New Issue