RE: Part 3: Combing Charts.js And Django Rest Framework

You are viewing a single comment's thread from:

Part 3: Combing Charts.js And Django Rest Framework

in utopian-io •  6 years ago 

Nice work again.

When I was using ChartJS, I didn't make use of a the rest-framework. This looks much easier than the way I got it working. More extensible too!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thanks! I agree that it is super extensible, this is just a simple introduction. You can pull all the chart settings from a database and play around with the URL path even more. For example: /api/chart/data/<slug:type>/ for different charts.