Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
4 | |
4 | |
4 | |
3 |