Forum Discussion
Gantt chart - Help customizing it
We included all of requested features into our backlog.
We'll start working on them soon.
What issues have you faced packaging this CV?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous8 years agoNot applicable
HI v-viig,
After editing gantt.ts I'm having issues with the "pbiviz package". First it estates that API version is invalid, I do a "pbiviz update" and when running "pbiviz package" again I've got the following error:
LESS style/gantt.less : 'node_modules/powerbi-visuals-utils-formattingutils/lib/index.css' wasn't found. Tried - node_modules/powerbi-visuals-utils-formattingutils/lib/index.css,node_modules\powerbi-visuals-utils-formattingutils\lib\index.cssNo need to say that my level of frustration is quite high now...
PS: I've downloaded the latest version (https://github.com/Microsoft/powerbi-visuals-gantt/releases/tag/1.11.1) and even when trying to create the package without making any modification, I get the same issue...
- v-viig8 years agoCommunity Champion
You have to execute npm install command to install of dependencies listed in package.json.
Please also note that you will have to change GUID for your own modification of Gantt.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous8 years agoNot applicable
Thank you Ignat,
I did execute npm install and changed the GUI (should it have any specific character lenght?) but no luck.