olayinkaos / realtime-graph

Flask Realtime Graph built with Plotly and Pusher
14 stars 10 forks source link

no data appears on the browser #1

Closed renguzi closed 6 years ago

renguzi commented 6 years ago

after finished it step by step of the https://pusher.com/tutorials/bitcoin-live-graph-python there is no visualized data appear on the browser.Just the following:

Welcome to CryptoLiveChart! View live prices for Bitcoin and Ethereum in real time!

Prices (in USD) Graph Market Cap Bar Chart

renguzi commented 6 years ago

it's working now. I missed some keywords in the index.html: const pusher = new Pusher('xxxxxxxxxxxx', { cluster: 'xxxxxxxxxxx', // gotten from Pusher app dashboard encrypted: true // optional