diff --git a/docs/documentation/output.rst b/docs/documentation/output.rst index a6f7907..2ea12b5 100644 --- a/docs/documentation/output.rst +++ b/docs/documentation/output.rst @@ -52,6 +52,8 @@ With cairosvg installed you can directly get the png file using ``render_to_png` ... chart.render_to_png('/tmp/chart.png') # Write the chart in the specified file +In case of rendered image turning up black, installing lxml, tinycss and cssselect should fix the issue. + Etree -----