Forum Discussion
Gantt Chart Visual tweak. (adding black line around the bars)
- 8 years ago
Did you you use the debug visual?
Or you used pbiviz package command to build a package? If so, please change GUID to any another one in order to bypass our CDN.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Gantt Chart is open sourced on GitHub. Feel free to modify it as you want.
We have also included this feature into our backlog to the extend functionality.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Many thanks Ignat
I have downloaded the github and built my own version of the visual. I have tried applying some additional style attributes for stroke and stroke width to the taskRect (line 1558 in gantt.ts) but this doesn't seem to be making any difference.
I've also tried poking some style values into the CSS but this also didn't seem to make any difference
I'll do some more research with regards to D3/SVG and typescript to see if I can figure out where I should add the relevant properties.
But thank you for considering it in the backlog.
Steve
- v-viig8 years agoCommunity Champion
Did you you use the debug visual?
Or you used pbiviz package command to build a package? If so, please change GUID to any another one in order to bypass our CDN.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Anonymous8 years agoNot applicable
Many thanks Ignat
The GUID was the issue. I now have a chart with 20 pt black lines around it! :-)
I was using BIG values to make sure I'd see it when it worked.