Skip to content

Commit

Permalink
add pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankadev committed Nov 10, 2017
1 parent 08635d2 commit e66b763
Show file tree
Hide file tree
Showing 4 changed files with 708 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@ def get_response():
return render_template('admin/get_responses.html', session=session, **templateData)


@app.route('/user/graph_chart')
def graph_chart():
templateData = {'title': 'Graph page'}
return render_template('user/graph_chart.html', **templateData)


#############################################
# #
# MAIN SERVER #
Expand Down
Loading

0 comments on commit e66b763

Please sign in to comment.