<?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: Dojox charting themes in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552224#M51488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kelly&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 07:58:18 GMT</pubDate>
    <dc:creator>AndreiLuca</dc:creator>
    <dc:date>2017-06-08T07:58:18Z</dc:date>
    <item>
      <title>Dojox charting themes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552222#M51486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the &lt;A href="https://developers.arcgis.com/javascript/3/jssamples/popup_chart.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Popup &lt;/A&gt;&lt;SPAN style="color: #636363; background-color: #fefefe;"&gt;sample code for code learning.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the&amp;nbsp;&lt;STRONG&gt;dojox/charting/themes/Dollar&lt;/STRONG&gt; I created my own two themes and uploaded them on a web server:&lt;/P&gt;&lt;P&gt;&lt;A class="jivelink1" href="http://test-themes.sensomarket.com/themes/" title="http://test-themes.sensomarket.com/themes/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://test-themes.sensomarket.com/themes/&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can not manage to link the&amp;nbsp;themes to my charts.&lt;/P&gt;&lt;P&gt;When I add these lines the script stops working:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;require&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"themes/hea"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"themes/wat"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;hea&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; wat&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

chart1&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setTheme&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;hea&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
chart2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setTheme&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;wat&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My code is available&amp;nbsp;here on &lt;A href="http://jsbin.com/mutoqetugo/1/edit?html,output" rel="nofollow noopener noreferrer" target="_blank"&gt;JS BIN&lt;/A&gt;.&lt;BR /&gt;I successfully tested the themes in localhost.&lt;/P&gt;&lt;P&gt;But how do I link them from a web server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:52:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552222#M51486</guid>
      <dc:creator>AndreiLuca</dc:creator>
      <dc:date>2021-12-11T23:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dojox charting themes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552223#M51487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Made a few modifications - here's a bin showing it working with one of your themes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://jsbin.com/yamexadafi/edit?html,output" title="http://jsbin.com/yamexadafi/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 00:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552223#M51487</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2017-06-08T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dojox charting themes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552224#M51488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kelly&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dojox-charting-themes/m-p/552224#M51488</guid>
      <dc:creator>AndreiLuca</dc:creator>
      <dc:date>2017-06-08T07:58:18Z</dc:date>
    </item>
  </channel>
</rss>

