{% extends 'pychart/base.html' %} {% load staticfiles %} {% block title %}PyChart home{% endblock title %} {% block content %}

PyChart

Beautiful Charts Made Easy!

We love helping you make beautiful charts from complicated data.

With PyChart, it's simple to create poignant charts that tell a great story.


{% if chart.render %}
{{ chart.render | safe }}
{% endif %} {% endblock %}