Questions tagged [smoothie.js]

Use this for questions regarding the smoothie.js charting library

Smoothie.js (Smoothie Charts) is an open-sourced MIT-licensed JavaScript charting library for streaming data.

Web site is http://smoothiecharts.org/

11 questions
1
vote
1 answer

How to call a javascript function from tornado web ?

I want to make a live chart with smoothy js. My server is running from tornado, this is written in python. Smoothy can refresh the chart live. In python I render the html file, which includes the smoothy, but I don't know how to refresh data from…
jhsznrbt
  • 133
  • 1
  • 13
1
vote
0 answers

How to pause and resume a HTML5 animation?

I am using "smoothie charts" http://smoothiecharts.org/. I'm trying to make the animation stop and restart, but all I can do is freeze the "viewing" image. The animation doesn't really stop. It seems to continue to run in the background? Once I…
1
vote
1 answer

Creating a line chart with smoothie graphs from a pubnub stream

I am using pubnub to send the touch and move events from a mobile screen. I'm able to subscribe to it with JavaScript and pubnub library and display the data on the page with the below code. The data looks like array data, which is how I'm sending…
0
votes
1 answer

Smoothies charts with json live data

I'm trying out smoothies charts This is the json output from my server: {"time": "1332216212", "in": "4.52", "out": "4.85"} Here is the code that renders the chart: