nstrayer / datadrivencv

R package for building customizable CVs from spreadsheets
http://nickstrayer.me/datadrivencv/
Other
598 stars 177 forks source link

Language skill bars not visible #16

Open jgammerman opened 4 years ago

jgammerman commented 4 years ago

Hi @nstrayer ,

I can reproduce your entire CV apart from one thing - the language skill bars aren't visible:

image

However, if I click and drag on where they ought to be the language names appear, albeit faintly:

image

Note that this is only the case when rendering to html, not PDF which works fine. Please could you advise? I suppose that I need to change something in the CV_printing_functions.R file?

Thanks

nstrayer commented 4 years ago

I think this is an issue with RStudio. Have you tried looking at the output of your CV in the browser rather than the RStudio viewer? The bars don't show up in my RStudio but work fine when in the browser. This is because they use a semi-fancy CSS technique that the embedded browser in RStudio doesn't have yet.

Let me know if that works.

I should be clear about this in the documentation!

jgammerman commented 4 years ago

Yep it works fine in the browser, thanks for the prompt response!