diff --git a/lib/svg/charts/graph.py b/lib/svg/charts/graph.py index 032a25c..4cc091b 100644 --- a/lib/svg/charts/graph.py +++ b/lib/svg/charts/graph.py @@ -566,7 +566,7 @@ class Graph(object): cl = node.getAttribute('class') style = styles[cl] if node.hasAttribute('style'): - style += node.getAtrtibute('style') + style += node.getAttribute('style') node.setAttribute('style', style) def parse_css(self):