<?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: Modify custom widget D3 range chart in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modify-custom-widget-D3-range-chart/m-p/909281#M64264</link>
    <description>&lt;P&gt;&lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/302909"&gt;@ru&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not clear to me what you are asking about the D3js library. The D3js library is not used by the core ThingWorx product. &amp;nbsp;If you have multiple extensions which use the D3js library, it is recommended that they use the same version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &amp;lt;extension&amp;gt;.runtime.js file needs to include the library from the files delivered with your extension. That could would look something like:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;FileResource description="" file="d3.min.js" isDevelopment="false" isRuntime="true" type="JS"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be a general outline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can provide more information or upload your extension, I will see if I can offer suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 21:18:31 GMT</pubDate>
    <dc:creator>PEHOWE</dc:creator>
    <dc:date>2023-10-30T21:18:31Z</dc:date>
    <item>
      <title>Modify custom widget D3 range chart</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modify-custom-widget-D3-range-chart/m-p/906444#M64100</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I want to modify custom widget which is D3 range chart. The already customized widget have x axis and 2 y axis now i want to add again 2 y axis in the chart. I am new to custom widget, i didn't create custom widget before. And i don't have idea how to create it.&lt;BR /&gt;I already have D3range chart custom widget extension file but i have to modify it.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help to modify the extension file. I don't know where i have to modify it.&lt;BR /&gt;sharing the links for extension file and the code please check and help me with this.&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/24519098/multiple-y-axis-and-paths-in-different-scales" target="_blank"&gt;d3.js - Multiple Y axis and paths in different scales - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://github.com/ptc-iot-sharing/D3RangeChart/tree/master" target="_blank"&gt;GitHub - ptc-iot-sharing/D3RangeChart: A Thingworx widget that implements a chart that is highly configurable at runtime using D3.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="headerbuttontrackingcode"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 08:31:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modify-custom-widget-D3-range-chart/m-p/906444#M64100</guid>
      <dc:creator>Ru</dc:creator>
      <dc:date>2023-10-16T08:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Modify custom widget D3 range chart</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modify-custom-widget-D3-range-chart/m-p/909281#M64264</link>
      <description>&lt;P&gt;&lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/302909"&gt;@ru&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not clear to me what you are asking about the D3js library. The D3js library is not used by the core ThingWorx product. &amp;nbsp;If you have multiple extensions which use the D3js library, it is recommended that they use the same version.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &amp;lt;extension&amp;gt;.runtime.js file needs to include the library from the files delivered with your extension. That could would look something like:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;FileResource description="" file="d3.min.js" isDevelopment="false" isRuntime="true" type="JS"/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be a general outline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can provide more information or upload your extension, I will see if I can offer suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 21:18:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modify-custom-widget-D3-range-chart/m-p/909281#M64264</guid>
      <dc:creator>PEHOWE</dc:creator>
      <dc:date>2023-10-30T21:18:31Z</dc:date>
    </item>
  </channel>
</rss>

