Skip to content

Commit

Permalink
Remove useless js in sparklines. References Kozea#312
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed May 31, 2016
1 parent 15f7a72 commit 607d533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygal/graph/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def render_sparkline(self, **kwargs):
max_scale=2,
explicit_size=True,
no_data_text='',
js=(),
classes=(_ellipsis, 'pygal-sparkline')
)
spark_options.update(kwargs)
Expand Down

0 comments on commit 607d533

Please sign in to comment.