vue-gantt-elastic icon indicating copy to clipboard operation
vue-gantt-elastic copied to clipboard

Some styles not loaded

Open kevinjanada opened this issue 4 years ago • 0 comments

Hi, i'm trying to load the example without using quasar. my project is an electron vue app. The gantt chart loaded fine, but some styles are not loaded

image

there also seem to be no errors in the console

do i need to have quasar installed?

Edit: Comparing the example and my project, there are inline styles missing. In the working example: <rect x="0" y="0" width="116.27406227122002" height="100%" class="gantt-elastic__chart-days-highlight-rect" style="fill: rgba(243, 245, 247, 0.5);"></rect>

in my project <rect x="0" y="0" width="116.27406227122002" height="100%" class="gantt-elastic__chart-days-highlight-rect"></rect>

the style attribute is missing

kevinjanada avatar Nov 22 '19 14:11 kevinjanada