Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thanks. Clarification - if your xml file is thenameofyourediteddefaultxmlfile.xml then for CF10 and earlier style="thenameofyourediteddefaultxmlfile". Starting with CF11 add the file extension: style="thenameofyourediteddefaultxmlfile.xml". Took me a couple of minutes to figure this out. hope it saves others' time
So "Horizontal" and "Vertical" work. I'm looking for a way to rotate partially, say 45 degrees. Any ideas?
Copy link to clipboard
Copied
i found this: https://stackoverflow.com/questions/34137728/coldfusion-11-cfchart-xaxis-format
i create this variable: <cfset myStruct = {"item"={"font-angle"=-45}}/>
then in your cfchart tag set attribute xAxis="#myStruct#"