Hi,
Is there any way to style the amCharts output? Specifically I'm trying to get rid of the X-axis on the trend line graphic below:
I've tried to set the options as below, but that returns the date in a unix-style time format, rather then removing it:
options="{categoryAxis:[{labelsEnabled: false, fontSize: '0'}],valueAxes:[{ unit: '%'}]}">
Can anyone point me in the corect direction for this?
Also I'd like to make the background canvas slightly smaller, but can't see the correct style to address - is there any documentation on the styles/style names used by amCharts (I couldn't see anything documented on their site).
Thanks
Richard