Yuchen Chen
Yuchen Chen

Reputation: 21

Power bi custom visual - Blank after cloning from GitHub Repo

I am trying to clone a GitHub Repo to local VS Code and adding other attributes to the existing project. I followed the following steps:

git:clone https://github.com/microsoft/powerbi-visuals-gantt.git in VS Code(use Gantt as example)

npm install

pbiviz start

And there is an error below saying missing a file, I didn't find that file so I deleted the line in pbiviz.json refering to that.

After deleting that, I can run pbiviz start with no errors, but the visual stays blank even I put data in that. I wonder which step I did was wrong.

Anyone has the idea what happened? I would really appreciate your opinions:)

pbiviz start error

deleted the dependencies line

No error after deleting that line

blank visual

Upvotes: 0

Views: 265

Answers (0)

Related Questions