Forum Discussion
Anonymous
7 years agoNot applicable
Power bi custom visual - Blank after cloning from GitHub Repo
Hi All, 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-visu...
Anonymous
7 years agoNot applicable
Hi, I find some clue, I think it's because the API version of gantt chart is 1.13.0, I tried with other samples like forcegraph with API version(2.3.0) and it worked fine.
So my question is, does anyone have clue about how to upgrade the API version of existing project? I tried "pbiviz update 2.3.0", but the visual still stays blank.