hai, i'm Ade.
today i just make simple app from firebase and google chart, it's about 
reading temp from my sensor, at this time i can only display my temperature 
into Google Chart gauge.
but i still dont really understand about ploting data into google chart 
like bar or line. can somebody teach me about this ?

and this is my JSON database from firebase ; 
https://skripsi-adeguntoro.firebaseio.com/sensor.json

thank,
Ade

 dbRef.limitToLast(10).on('child_added', snap => {
        const data = snap.val();
        const li = document.createElement('li');
        li.innerText = data.sensor1+':'+data.nama1;
        li.id = snap.key;
        firelist.appendChild(li);
        console.log(data.sensor1, data.jam, data.tanggal, data.bulan, data.
tahun);
    });Enter code here...


<https://lh3.googleusercontent.com/-XvZDSUJbrl4/WVehjRafvBI/AAAAAAAAAew/rym2TntdR4ASNxUhXoPjoPmCj8H9eOUiQCLcBGAs/s1600/barrrr.PNG>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/044ba7b1-3f9a-41e6-b9a7-17a1928b058b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to