Hi,
This is what I have in my Graph:
axes: [
{
type: 'category',
location: 'bottom',
categories: ['DHS', 'HUD'],
zoomEnabled: true,
labels: {
cursor: 'pointer',
font: '11px sans-serif'
}
},
{
type: 'linear',
location: 'left',
extendRangeToOrigin: true
}
],
How to wrap the text to display categories like below:
Homeland
Security,
Housing and
Urban Development,