You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a difficult issue to debug as the issue appears to arise from a quirk of the underlying template.
My summary of the issue is that ggplot2 charts have bolded text when using some templates and rvg::dml . The text is not bolded when using the default template in officeror when exporting to PPTX without using rvg::dml.
My question is what do I need to change in the PPTX template?
This one will be difficult to fix. I had a look, the xml is not defining any bold attribute, it means that it inherits that from a global property... I don't know which one
This is a difficult issue to debug as the issue appears to arise from a quirk of the underlying template.
My summary of the issue is that
ggplot2
charts have bolded text when using some templates andrvg::dml
. The text is not bolded when using the default template inofficer
or when exporting to PPTX without usingrvg::dml
.My question is what do I need to change in the PPTX template?
An example template where this occurs is here: sample_report_template.pptx.
A reprex follows:
Session info.
The text was updated successfully, but these errors were encountered: