django-googlecharts icon indicating copy to clipboard operation
django-googlecharts copied to clipboard

A suite of Django template tags to generate charts using Google's chart API.

Results 2 django-googlecharts issues
Sort by recently updated
recently updated
newest added

Fix to replace uses of `django.utils.datastructures.SortedDict` with `collections.OrderedDict`.

`django.utils.datastructures.OrderedDict` was deprecated in Django 1.7 and removed in 1.9: https://code.djangoproject.com/wiki/SortedDict