rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

How to use rawgraphs in my django dashborad #276

Closed MrPallaBall closed 3 years ago

MrPallaBall commented 3 years ago

How I can use rawgraphs in my django project?

I can create JSON data or CSV Data automatically, but I would like to use rawgraphs to create charts as like as a user want.

bianchimro commented 3 years ago

Hi @MrPallaBall, if you want to integrate with a django project, I suggest to take a look at our rawgraphs-core library. We cannot provide specific information about django integration, but you can find some information about creating charts from your javascript code.