Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello, I'm trying using powerbi-visuals-linedotchart project, I've installed every component (typescript, d3, ...) but when I launch it I've these errors
C:\PowerBI-visuals-master\powerbi-visuals-linedotchart-master>pbiviz start
info Building visual...
error TYPESCRIPT /src/behavior.ts : (35,28) Cannot find namespace 'd3'.
error TYPESCRIPT /src/behavior.ts : (40,28) Cannot find namespace 'd3'.
error TYPESCRIPT /src/behavior.ts : (41,31) Cannot find namespace 'd3'.
error TYPESCRIPT /src/behavior.ts : (46,54) Cannot find name 'd3'.
error TYPESCRIPT /src/behavior.ts : (47,18) Cannot find name 'd3'.
error TYPESCRIPT /src/behavior.ts : (65,20) Cannot find namespace 'd3'.
error TYPESCRIPT /src/behavior.ts : (65,20) Property 'selection' of exported
interface has or is using private name 'd3'.
error TYPESCRIPT /src/behavior.ts : (66,23) Cannot find namespace 'd3'.
error TYPESCRIPT /src/behavior.ts : (66,23) Property 'clearCatcher' of export
ed interface has or is using private name 'd3'.
error TYPESCRIPT /src/columns.ts : (43,40) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (51,17) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (59,35) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (60,68) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (62,29) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (65,29) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (87,35) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (96,29) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (109,48) Cannot find name '_'.
error TYPESCRIPT /src/columns.ts : (116,31) Cannot find name '_'.
error TYPESCRIPT /src/visual.ts : (94,23) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (95,23) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (96,23) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (97,24) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (98,24) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (99,25) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (100,26) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (101,23) Cannot find namespace 'd3'.
error TYPESCRIPT /src/visual.ts : (145,25) Cannot find name 'd3'.
....
There are some other fix to do?
Thanks
The d3 injector is required for d3 v4.x.x and v5.x.x but Line Dot Chart uses d3 v3.
We'd reccomend to follow steps described above to fix the issues.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Please follow these steps below to build Linedot Chart locally:
We use npm commands instead of global pbiviz since it allows to use the local version of pbiviz instead of global one.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
11 | |
3 | |
2 | |
2 | |
2 |