<?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 Power BI Custom visual (Liquid fill guage) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-visual-Liquid-fill-guage/m-p/3270314#M42973</link>
    <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;I am a beginner in development, I do not ha e any coding background so my questions might also be silly&lt;BR /&gt;I am thankful in advance for everyone for helping me and for being understanding.&lt;BR /&gt;I want to customize liquidfill gauge into a shape of a beaker.&lt;/P&gt;&lt;P&gt;I have made changes in the .js files to convert into beaker&lt;BR /&gt;I downloaded this source file: &lt;A href="https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip" target="_blank" rel="noopener"&gt;https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I think .js file are not supported anymore.&lt;/P&gt;&lt;P&gt;Does anyone have another source code for liquifill gauge?&lt;/P&gt;&lt;P&gt;with all the project structure files?&lt;BR /&gt;&lt;BR /&gt;├───.vscode&lt;BR /&gt;│ ├───launch.json&lt;BR /&gt;│ └───settings.json&lt;BR /&gt;├───assets&lt;BR /&gt;│ └───icon.png&lt;BR /&gt;├───node_modules&lt;BR /&gt;├───src&lt;BR /&gt;│ ├───settings.ts&lt;BR /&gt;│ └───visual.ts&lt;BR /&gt;├───style&lt;BR /&gt;│ └───visual.less&lt;BR /&gt;├───capabilities.json&lt;BR /&gt;├───package-lock.json&lt;BR /&gt;├───package.json&lt;BR /&gt;├───pbiviz.json&lt;BR /&gt;├───tsconfig.json&lt;BR /&gt;└───tslint.json&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: 07/06/2023- Hello again!&lt;BR /&gt;So I tried many things and could resolve some errors.&lt;BR /&gt;I am using the same code above of which I have posted the link : &lt;A href="https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip" target="_blank" rel="noopener"&gt;https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip&lt;/A&gt;&lt;BR /&gt;Now after resolving some errors in the code and api version, I tried creating package and facing the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The "&lt;FONT color="#FF0000"&gt;path&lt;/FONT&gt;" argument must be of type string. Received undefined&lt;/P&gt;&lt;P&gt;Snippet of my screen&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ash_009_0-1686118543156.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/925264i3F98F5D8920657D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ash_009_0-1686118543156.png" alt="ash_009_0-1686118543156.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how I can resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2023 06:17:09 GMT</pubDate>
    <dc:creator>ash_009</dc:creator>
    <dc:date>2023-06-07T06:17:09Z</dc:date>
    <item>
      <title>Power BI Custom visual (Liquid fill guage)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-visual-Liquid-fill-guage/m-p/3270314#M42973</link>
      <description>&lt;P&gt;Hello everyone,&lt;BR /&gt;I am a beginner in development, I do not ha e any coding background so my questions might also be silly&lt;BR /&gt;I am thankful in advance for everyone for helping me and for being understanding.&lt;BR /&gt;I want to customize liquidfill gauge into a shape of a beaker.&lt;/P&gt;&lt;P&gt;I have made changes in the .js files to convert into beaker&lt;BR /&gt;I downloaded this source file: &lt;A href="https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip" target="_blank" rel="noopener"&gt;https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I think .js file are not supported anymore.&lt;/P&gt;&lt;P&gt;Does anyone have another source code for liquifill gauge?&lt;/P&gt;&lt;P&gt;with all the project structure files?&lt;BR /&gt;&lt;BR /&gt;├───.vscode&lt;BR /&gt;│ ├───launch.json&lt;BR /&gt;│ └───settings.json&lt;BR /&gt;├───assets&lt;BR /&gt;│ └───icon.png&lt;BR /&gt;├───node_modules&lt;BR /&gt;├───src&lt;BR /&gt;│ ├───settings.ts&lt;BR /&gt;│ └───visual.ts&lt;BR /&gt;├───style&lt;BR /&gt;│ └───visual.less&lt;BR /&gt;├───capabilities.json&lt;BR /&gt;├───package-lock.json&lt;BR /&gt;├───package.json&lt;BR /&gt;├───pbiviz.json&lt;BR /&gt;├───tsconfig.json&lt;BR /&gt;└───tslint.json&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: 07/06/2023- Hello again!&lt;BR /&gt;So I tried many things and could resolve some errors.&lt;BR /&gt;I am using the same code above of which I have posted the link : &lt;A href="https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip" target="_blank" rel="noopener"&gt;https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip&lt;/A&gt;&lt;BR /&gt;Now after resolving some errors in the code and api version, I tried creating package and facing the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The "&lt;FONT color="#FF0000"&gt;path&lt;/FONT&gt;" argument must be of type string. Received undefined&lt;/P&gt;&lt;P&gt;Snippet of my screen&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ash_009_0-1686118543156.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/925264i3F98F5D8920657D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ash_009_0-1686118543156.png" alt="ash_009_0-1686118543156.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how I can resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 06:17:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Custom-visual-Liquid-fill-guage/m-p/3270314#M42973</guid>
      <dc:creator>ash_009</dc:creator>
      <dc:date>2023-06-07T06:17:09Z</dc:date>
    </item>
  </channel>
</rss>

