Sundaybrian / dynamic-chart-update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic Chart Updater...(for a lack of a better name)

15-11-2018

By Sunday Brian

Description

Dynamic chart updater is a simple way to add data to the doughnut chart via firebase database

Setup/Installation Requirements

  • Create a firebase database
  • Create a data tree e.g
  • Link firebase to you HTML/js
<script src=""></script>
<script>
  // Initialize Firebase
  var config = {
    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: ""
  };
  firebase.initializeApp(config);
</script>
  • Clone repo
  • Experiment
  • Enjoy

Technologies Used

Written in HTML.Styled a bit with CSS.Scripted in Javascript and Jquery

Support and contact details

If you run into any issues or have questions, ideas or concerns.Feel free to contact me at brians931@gmail.com

License

MIT

Copyright (c) 2018

About


Languages

Language:JavaScript 78.7%Language:HTML 15.1%Language:CSS 6.3%