- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Power BI Custom visual (Liquid fill guage)
Hello everyone,
I am a beginner in development, I do not ha e any coding background so my questions might also be silly
I am thankful in advance for everyone for helping me and for being understanding.
I want to customize liquidfill gauge into a shape of a beaker.
I have made changes in the .js files to convert into beaker
I downloaded this source file: https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip
But I think .js file are not supported anymore.
Does anyone have another source code for liquifill gauge?
with all the project structure files?
├───.vscode
│ ├───launch.json
│ └───settings.json
├───assets
│ └───icon.png
├───node_modules
├───src
│ ├───settings.ts
│ └───visual.ts
├───style
│ └───visual.less
├───capabilities.json
├───package-lock.json
├───package.json
├───pbiviz.json
├───tsconfig.json
└───tslint.json
Edit: 07/06/2023- Hello again!
So I tried many things and could resolve some errors.
I am using the same code above of which I have posted the link : https://github.com/jongio/PowerBI-visuals-liquidFillGauge/archive/refs/tags/v1.0.4.zip
Now after resolving some errors in the code and api version, I tried creating package and facing the following error:
The "path" argument must be of type string. Received undefined
Snippet of my screen
Anybody knows how I can resolve this?

Helpful resources
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |