Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there any tutorial how to use this? #190

Open
chairath opened this issue Oct 16, 2018 · 3 comments
Open

is there any tutorial how to use this? #190

chairath opened this issue Oct 16, 2018 · 3 comments

Comments

@chairath
Copy link

it s really interesting , but I dont know how to start , I also could run the example

@datdinhquoc
Copy link

  • install mongodb
  • install and run jsondash: https://github.com/christabor/flask_jsondash#download-the-package-and-start-the-app
  • point browser to port 8080
  • use the web ui to create charts, u will notice that you don't have data source urls yet, so create another web server to serve the json chart data
  • the formats of chart data are the formats of chart/diagram/visual libraries, ie. D3, C3, etc.
  • there is a link also on the chart creation form at bottom with links to visualisation libs

@christabor
Copy link
Owner

@datdinhquoc has got good instructions there. I think there is room for improvement though, ideally some kind of video screencap would be the easiest.

@threemonks
Copy link

threemonks commented Jan 7, 2019

I am using this with my existing flask app, which will provide data source. I have added the module, added the template with correct static path etc, but after loading a view rending base.html, I only got the following text:

Flask JSONDASH example app.
A place to demonstrate how to use the blueprint.

How do I create charts? Also, where can I find the table schema, or instruction on how to create database?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants