Is there any reason why my chart legends are always appearing on the right? My config looks like this:
legend: {
enabled: true,
position: 'bottom'
}
Setting enabled
to false
causes the legend to disappear as expected, but changing the position
has no effect.
This is using @gooddata/react-components
5.2.0-alpha17