I am trying to hide the legend as my data is pretty huge and it occupies half of the container. Are there any other ways to disable it?
<PieTooltip
data= {this.state.data}
width= {width}
height= {height}
chartSeries= {chartSeries}
showLegend = {false}
margins= {margins}
value = {value}
name = {name}
/>