feat(c3) Added C3 Example

Added c3 example using c3.load(JSON) to reload the data\
This commit is contained in:
Walker Waylon Scott 2017-06-28 21:05:15 -05:00
parent 2132e463c1
commit a84fb3a90d
5 changed files with 198 additions and 2 deletions

View file

@ -39,9 +39,10 @@ body {margin:0;}
<a href="/chartist">Chartist</a>
<a href="/matplotlib">Matplotlib</a>
<a href="/bokeh">bokeh</a>
<a href="/c3">c3</a>
</div>
{{ body | safe}}
{{ body | safe }}
</body>