Skip to content

Instantly share code, notes, and snippets.

@SaMnCo
SaMnCo / README.md
Created October 27, 2014 10:33
Incremental Dynamic Number

Description

Most Dashing widgets require a job to pull information from the outside world. When data is pushed to a widget (with Curl for example), the past is usually lost and the new data is plotted / displayed.

I needed a widget that could have some memory of the past, and add the new pushed information to the past, not only display it.

Usage

To use this widget, copy activenumber.html, activenumber.coffee, and activenumber.scss into the /widgets/activenumber directory.

@SaMnCo
SaMnCo / Gemfile
Last active May 31, 2018 08:54
Dashing Dynamic Map
## This is for the Dynamic Map Widget
gem 'rest-client'