<?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: How to edit a custom visualization? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/490339#M15022</link>
    <description>&lt;P&gt;You should learn TypeScript and D3.js API to modify &lt;A href="https://github.com/Microsoft/PowerBI-visuals-ForceGraph" target="_self"&gt;PowerBI-visuals-ForceGraph&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 13:02:51 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2018-08-15T13:02:51Z</dc:date>
    <item>
      <title>How to edit a custom visualization?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/489341#M14996</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any coding experience, but I would like to edit one of the custom visualizations I've found (Force-Directed Graph) in order to change the functionality a bit.&amp;nbsp; Specifically, I want the nodes to be manually adjustable so that I can nail them down to a specific location, instead of their location just being dictated by the charge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me figure out what I would need to learn in order to edit the code for that viz, and how to go about doing it?&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 13:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/489341#M14996</guid>
      <dc:creator>AriZadok</dc:creator>
      <dc:date>2018-08-14T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a custom visualization?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/490339#M15022</link>
      <description>&lt;P&gt;You should learn TypeScript and D3.js API to modify &lt;A href="https://github.com/Microsoft/PowerBI-visuals-ForceGraph" target="_self"&gt;PowerBI-visuals-ForceGraph&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Ignat Vilesov,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Software Engineer&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333333;"&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;pbicvsupport@microsoft.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 13:02:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/490339#M15022</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-08-15T13:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a custom visualization?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/936154#M22344</link>
      <description>&lt;P&gt;Are type script and D3.js API helps modify other custom visuals aswell or just that specific visual? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 20:43:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/936154#M22344</guid>
      <dc:creator>ramireddy_karri</dc:creator>
      <dc:date>2020-02-17T20:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a custom visualization?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/936227#M22345</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/149256"&gt;@ramireddy_karri&lt;/a&gt; - the vast majority of custom visuals are developed using TypeScript. Some are written in R but even that is built upon a TypeScript-based framework.&lt;/P&gt;
&lt;P&gt;TypeScript is essential learning for custom visual development. d3 is a library that sits on top - a lot of visuals are developed using d3 and it does make things easier but it's not necessarily required.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 22:09:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-edit-a-custom-visualization/m-p/936227#M22345</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-02-17T22:09:23Z</dc:date>
    </item>
  </channel>
</rss>

