<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bar chart customization in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/814908#M11210</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I tried a couple of cases but no luck. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Chart.defaults.elements.bar.borderWidth=2;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 08:07:42 GMT</pubDate>
    <dc:creator>KlemenM</dc:creator>
    <dc:date>2022-08-24T08:07:42Z</dc:date>
    <item>
      <title>Bar chart customization</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/808520#M11117</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only options that I found are this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Chart.defaults.global.legend.position="bottom";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chart.defaults.global.legend.labels.fontColor="#912f46";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chart.defaults.global.defaultFontColor="#00acc8";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chart.defaults.global.defaultFontSize=20;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chart.defaults.global.title.display=true;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/WidgetBarChart.html" target="_blank"&gt;http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/WidgetBarChart.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can I change any other options inside of the bar chart and how?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 11:04:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/808520#M11117</guid>
      <dc:creator>KlemenM</dc:creator>
      <dc:date>2022-07-22T11:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart customization</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/809190#M11127</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/292936"&gt;@KlemenM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think this widget is based on &lt;SPAN&gt;&amp;nbsp;Chart.js so &lt;/SPAN&gt;possibly you can check this link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.chartjs.org/docs/latest/charts/bar.html" target="_blank" rel="noopener"&gt;https://www.chartjs.org/docs/latest/charts/bar.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;so example when check the first setting in&amp;nbsp;&lt;A href="http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/WidgetBarChart.html" target="_blank" rel="noopener"&gt;http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/WidgetBarChart.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Chart.defaults.global.legend.position="bottom";&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we can then look on&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.chartjs.org/docs/latest/configuration/legend.html" target="_blank" rel="noopener"&gt;https://www.chartjs.org/docs/latest/configuration/legend.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.chartjs.org/docs/latest/configuration/legend.html#position" target="_blank" rel="noopener"&gt;https://www.chartjs.org/docs/latest/configuration/legend.html#position&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and for the line properties you can check&amp;nbsp;&lt;A href="https://www.chartjs.org/docs/latest/configuration/elements.html#line-configuration" target="_blank"&gt;https://www.chartjs.org/docs/latest/configuration/elements.html#line-configuration&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:47:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/809190#M11127</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2022-07-26T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart customization</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/814908#M11210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I tried a couple of cases but no luck. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Chart.defaults.elements.bar.borderWidth=2;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:07:42 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/Bar-chart-customization/m-p/814908#M11210</guid>
      <dc:creator>KlemenM</dc:creator>
      <dc:date>2022-08-24T08:07:42Z</dc:date>
    </item>
  </channel>
</rss>

