Questions tagged [dashing]

A Sinatra based framework for building dashboards in simple way, it uses premade widgets, or fully create your own with scss, html, and coffeescript.

Dashing is a Sinatra based framework that lets you build dashboards in a simple way, it uses premade widgets, or fully create your own with scss, html, and coffeescript.

Questions tagged should also be tagged .


Resources


Reated tags

241 questions
1
vote
1 answer

Creating custom widgets for ruby gem dashing.io - Or combining widgets elements

I'm working with the dashing ruby gem and I would really like to combine elements of the graph and number widgets. I would like all elements of the graph and include the up/down percentage arrow from the number widget. I've never done much work…
Brian Smith
  • 117
  • 8
1
vote
0 answers

How can I set specific duration for each dashboard using gem SinatraCyclist?

Is there a way to set specific time/duration for specific dashboard using gem 'sinatra_cyclist' link here. Documentation says, Usage require "sinatra/base" require "sinatra/cyclist" class MyApp < Sinatra::Base register Sinatra::Cyclist set…
aldrien.h
  • 3,437
  • 2
  • 30
  • 52
1
vote
0 answers

How to flip gridster dashing widget and show description after flip

I am using dashing widgets. I want to flip a widget on mouseover and show summary details after flip in a new widget. Any help would be much appreciated. Thanks in advance. Edited: Sorry for my vague question. I am a newbie to forums. I was trying…
Nallappan
  • 11
  • 3
1
vote
1 answer

Google Analytics API : Required parameter is missing: grant_type

So I'm creating a dashboard using dashing (sinatra based framework) and I need to get data from Analytics API, and display it in the dashboard. So I have the following ruby code, and the oauth returns this error: { "error" : "invalid_request", …
1
vote
2 answers

How to populate data in dashing dashboard

I have created a dashboard using us map widgets in dashing using following git link: https://gist.github.com/jrunge/acd98d3d550911bdc4b5 Can anybody tell me how to create the custom job to populate data to be sent to widget? The JSON data follows…
user3086014
  • 4,241
  • 5
  • 27
  • 56
1
vote
1 answer

Jenkins json REST api does not show failcount, skipCount and totalCount for a console job output

I am planning to use following data in one of my dashboards that I am running on dashing.io framework. Is there any plugin or setting that I am missing in the Jenkins job or server that is restricting it to set this data in Jenkins REST API for…
Psy Rahul
  • 13
  • 3
1
vote
1 answer

Dashing and mySQL with Ruby on Windows

I have Ruby 2.2.4 on Windows 10, both x64. I had a working Shopify Dashing gem, displaying everything until I tried to populate one of my widgets from a MySQL table. I have followed Shopify Wiki's tutorial so my .rb file looks like this: require…
kb29
  • 21
  • 2
1
vote
1 answer

How to save and display Dashing historical values?

Currently to setup a graph widget, the job should pass all values to be displayed: data = [ { "x" => 1980, "y" => 1323 }, { "x" => 1981, "y" => 53234 }, { "x" => 1982, "y" => 2344 } ] I would like to read just current (the latest)…
LA_
  • 19,823
  • 58
  • 172
  • 308
1
vote
1 answer

Dashing dashboard: issue getting progress bar widget to work with a job file i created

I am trying to use a progress bar widget someone else created and posted on the internet (https://gist.github.com/mdirienzo/6716905). I created a job file (Ruby) that extracts data from an Excel file and send it to the widget. It loads all the data…
mak
  • 11
  • 2
1
vote
0 answers

gem install addressable -v 2.4.0, installed Ruby 1.9.3 on Windows, error installing bundle

I'm a beginner trying to get started with Dashing - a Sinatra based framework that lets you build dashboards. Ruby- trying to install bundle, get an error - Gem:: RemoteFetcher::FetchError SSL_connect returned=1 errno=0 state=SSLv3 read sever…
GeekyGal
  • 11
  • 1
1
vote
4 answers

gem mysql2 on Raspberry Pi Ruby 2.2.4

i tried for a few weeks to install mysql2 for ruby so i can use it with dashing. But the only thing i get is: gem install mysql2 --platform=ruby -- '--with-mysql-dir="/usr/include/mysql"' Building native extensions with:…
WuGGu
  • 23
  • 7
1
vote
2 answers

Facebook Like count in widget Dashing with Ruby

To create a monitoring tool with Dashing, I want to display the number of LIKES of Facebook page in a widget. I retrieve the JSON with the necessary information…
1
vote
1 answer

How can I run dashing with ruby web server puma?

Dashing uses thin ruby web server as default. I'm trying to used puma as my ruby web server since I got issue with memory consumption with the default web server. I have read in some github forums that the rufus-scheduler which is used to schedule…
aldrien.h
  • 3,437
  • 2
  • 30
  • 52
1
vote
1 answer

WordCloud Dashing.io Widgets using WordCloud2.js library

Trying to create a dashing.io widget for wordcloud using wordcloud2.js library https://github.com/timdream/wordcloud2.js I am not able to pass the data to the dashboard using coffee script. Download the javascript file from below location and put…
1
vote
0 answers

Excel data to table on Dashing Dashboard?

I have been trying to convert a Dashing widget called spreadsheetDemo to use the Roo GEM to simplify it and allow for it to cater for local and Google Doc Excel files.(Simply the same just with Roo) I began by looking at other widgets and sources…
ScottyJ
  • 11
  • 2