Skip to content

chitacan/chartjs-with-fiebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chartjs-with-firebase

simple chartjs demo. powered by firebase.

Run

  • Create a firebase app.
  • Update your firebase app url to following files.
// on index.js
var fb = new Firebase(YOUR_FIREBASE_URL);
var chartRef = fb.child('chart_1');
<!-- on control.html -->
<script type="text/javascript">
  var fb = new Firebase(YOUR_FIREBASE_URL);
  var chartRef = fb.child('chart_1');
  • Run bower install
  • Fire up an local server & hacking it !!

Demo

see Demo.

About

a simple chartjs demo. backend powered by firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published