<Chart
chartType='ColumnChart'
width="100%"
height="800px"
data={this.state.graphData}
options={{
fontSize: 11 // adjust fontsize according to your need, making font small will make automatically multi line
}}
/>