Bar chart customization
Hi,
I want to change the thickness and color of the bars in the bar chart widget in the vuforia studio. I can't find a way to do this.
The only options that I found are this:
Chart.defaults.global.legend.position="bottom";
Chart.defaults.global.legend.labels.fontColor="#912f46";
Chart.defaults.global.defaultFontColor="#00acc8";
Chart.defaults.global.defaultFontSize=20;
Chart.defaults.global.title.display=true;
http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/WidgetBarChart.html
Can I change any other options inside of the bar chart and how?

