Svg-charts

Latest version: v4.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

2.0.1

=====

* Added preliminary SVG CSS profile, suitable for stock CSS properties.

2.0

I suggest removing SVG 1.0 from the python installation. This involves removing the
SVG directory (or svg_chart*) from site-packages.

Change import statements to import from the new namespace, so::

from SVG import Bar
Bar.VerticalBar(...)

becomes::

from svg.charts import bar
bar.VerticalBar(...)

1.2

===

* Bug fixes

1.1

===

* First public release

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.