<?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: D3.js Supported versions? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/250732#M255</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24489"&gt;@nikitagrachev&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Have you successfully got Version 4 running in a custom visual?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;This blog post suggests that it doesn't currently work (but it is a few months old).&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://blog.jongallant.com/2016/11/pbiviz-12-d3-35-reference/" target="_self"&gt;http://blog.jongallant.com/2016/11/pbiviz-12-d3-35-reference/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;I am unable to find any guidance that is more recent.&lt;BR /&gt;&lt;BR /&gt;Think I will try it out again.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2017 09:16:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-13T09:16:10Z</dc:date>
    <item>
      <title>D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/246488#M247</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working with writing custom visuals in Power BI using the D3.js library.&amp;nbsp;&lt;A href="https://d3js.org/&amp;nbsp;" target="_blank"&gt;https://d3js.org/&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;Initially I had issues getting the D3 files packaged into the PowerBI packages via the pbiviz command line interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks as though custom visualisations only work with earlier versions of the D3 library (Version 3) Using V4 doesn't appear to work at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the Microsoft SVG-Utils npm package to get going with a solution that works (&amp;nbsp;&lt;A href="https://github.com/Microsoft/powerbi-visuals-utils-svgutils" target="_blank"&gt;https://github.com/Microsoft/powerbi-visuals-utils-svgutils&lt;/A&gt; ) and this contains version 3.5.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the latest supported version?&lt;BR /&gt;Is there any information on when newer versions will be supported (if they aren't already)?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 09:21:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/246488#M247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-06T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/248589#M250</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Anonymous,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Yes, svg-utils don't support v4 yet, but it's in backlog.&lt;BR /&gt;D3 v3 was one large library. You had to include all of it, even if you didn't need all of it.&lt;BR /&gt;D3 v4 is actually a set of small modules. You can choose to use one or more as you need them.&lt;BR /&gt;For example, if you need 'selection' from D3 v4, you can add the following packages to your project:&lt;BR /&gt;&lt;A href="https://www.npmjs.com/package/d3-selection" target="_blank"&gt;https://www.npmjs.com/package/d3-selection&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.npmjs.com/package/@types/d3-selection" target="_blank"&gt;https://www.npmjs.com/package/@types/d3-selection&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 04:54:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/248589#M250</guid>
      <dc:creator>nikitagrachev</dc:creator>
      <dc:date>2017-09-09T04:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/250732#M255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24489"&gt;@nikitagrachev&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Have you successfully got Version 4 running in a custom visual?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;This blog post suggests that it doesn't currently work (but it is a few months old).&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://blog.jongallant.com/2016/11/pbiviz-12-d3-35-reference/" target="_self"&gt;http://blog.jongallant.com/2016/11/pbiviz-12-d3-35-reference/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;I am unable to find any guidance that is more recent.&lt;BR /&gt;&lt;BR /&gt;Think I will try it out again.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 09:16:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/250732#M255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/251647#M257</link>
      <description>&lt;P&gt;D3 v4 actually works. However, you can't use ES2015 module system (import/export).&lt;/P&gt;&lt;P&gt;I suppose that you should use window.window.d3 to access d3 v4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another&amp;nbsp;option is to use prebundler such as webpack or rollup in order to generate a single JS file and use this file in pbiviz tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ignat Vilesov,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 08:00:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/251647#M257</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-09-14T08:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/252124#M260</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17823"&gt;@v-viig&lt;/a&gt;&amp;nbsp;I will give this a try asap.&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 16:24:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/252124#M260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/1083734#M3158</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Is there anywhere you are able to see the latest supported version of D3.js?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 09:25:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/1083734#M3158</guid>
      <dc:creator>SimonHalfspace</dc:creator>
      <dc:date>2020-05-11T09:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/1084886#M3160</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D3 v 5.12 works fine for me. I created '&lt;A href="https://www.udemy.com/course/power-bi-custom-visuals/?referralCode=35167F9431ED7FCAD728" target="_self"&gt;Power BI- Custom Visuals&lt;/A&gt;' course on Udemy using this version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:05:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/1084886#M3160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-11T22:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: D3.js Supported versions?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/1096425#M3183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Simon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you build a visual under powerbi-visuals-tools higher than 2.5, you can use any npm library for your visual.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The most of MS visuals currently use D3 v5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 14:02:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/D3-js-Supported-versions/m-p/1096425#M3183</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2020-05-19T14:02:06Z</dc:date>
    </item>
  </channel>
</rss>

