Closed lsbardel closed 9 years ago
Currently margins are specified by the option margin, for example
margin
margin: {left: 10, right: 10, top: 20, bottom: 20}
We want to be able to set them as a percentage too
margin: {left: '5%', right: '5%', top: '6%', bottom: '6%'}
Useful for creating nested charts and visualizations which resize gracefully
Currently margins are specified by the option
margin
, for exampleWe want to be able to set them as a percentage too
Useful for creating nested charts and visualizations which resize gracefully