I have an isse with a chart control showing bars horizontally
When I insert the div to be displayed in the html to be shown immidiately there are no problems.
But when I use a jqxTab control that are made visible by clicking a button, and present the bar charts in a tab, all the axis text becomes so small that they are unreadable.
If I can make this work I also need to turn the rotation of the X axis. I use horizontal bars and I need to write the X axis text horizontally or else it will take up to much space per bar.
Originally I encapsulated the jqxTabControl in a jqxWindow but I had to give up this approach because it caused problems with a pie chart presented in another tab. It worked with IE but in FF it caused error:
“Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMSVGLocatable.getBBox]” nsresult: “0x80004005 (NS_ERROR_FAILURE)”
The latter is just FYI – I managed to work around it 
I use followng as bar chart code:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_bar_series.htm?classic