chartit / django-chartit

A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
http://django-chartit.mrsenko.com/
Other
492 stars 164 forks source link

RFE: Drop simplejson dependency #38

Closed atodorov closed 8 years ago

atodorov commented 8 years ago

In https://github.com/chartit/django-chartit/pull/32 there's a patch which drops the simplejson dependency entirely and replaces it with the standard json module. Need to take a look at this and make some tests but sounds like a good idea.

grantmcconnaughey commented 8 years ago

The use_decimal part is why this hasn't happened yet. Just a heads up.

atodorov commented 8 years ago

Duplicate of #3