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
0
votes
1 answer

Line renderer not plotting both series completely in Rickshawgraph of dashing widget

I am using https://gist.github.com/jwalton/6614023 to render graph for 2 series. When I use data-renderer as scatter-plot or bar, the graph shows both the series properly but if I use line or area, my second series has some data points missing. My…
Rani
  • 25
  • 1
  • 3
0
votes
1 answer

Coffescript switch when

My coffeescript is as following: level = switch when 0 <= value <= 1 then 0 when 1 < value <= 2 then 1 when 2 < value <= 3 then 2 when 3 < value <= 4 then 3 when 4 < value <= 5 then 4 else 6 Why do I get…
kinkajou
  • 3,664
  • 25
  • 75
  • 128
0
votes
1 answer

Dashing Dashboard Widgets Won't Display - Invalid API key

I've been following the steps in the Dashing workshop here: https://github.com/Shopify/dashing/wiki/Dashing-Workshop This is my first time working with Dashing and I'm trying to get familiar with how it all works. I've been trying to get my…
EgoKilla
  • 131
  • 12
0
votes
0 answers

web scraping data to dashing dashboard

I am having trouble scraping a site to get some information. I am very green with ruby but trying to learn as much as I can. The data will be sent to a Dashing.io dashboard using a google maps widget ( https://github.com/andmcgregor/dashing-map ) to…
DrG
  • 1
0
votes
1 answer

How to store current & last values from excel spreadsheet

I have a working dashing setup (using roo) that reads an excel spreadsheet to display a customer satisfaction score. I'd like to implement the percentage change plus and up or down arrow indicating which way we are going. I have a test…
0
votes
1 answer

Pulling Data from Google spreadsheet

I am having difficulty pulling data from Google spreadsheet I have added following gem files gem 'roo' gem 'google_drive' gem 'google-spreadsheet-ruby' My jobs file is require 'roo' require 'rubygems' def fetch_spreadsheet_data() …
0
votes
1 answer

Example of an update-able image in dashing dashboard

I have taken the dashing sample dashboard and added some widgets - two Image and one BigImage widgets:
  • WestCoastProjects
    • 58,982
    • 91
    • 316
    • 560
  • 0
    votes
    1 answer

    Dashing dashboard won't display on Windows

    I ran exactly the following: dashing new project cd project bundle install && dashing start It listed the "using" output and began the server. Output here. Visiting localhost:3030 resulted in a plain grey web page with nothing on it but the text…
    Connorelsea
    • 2,308
    • 6
    • 26
    • 47
    0
    votes
    1 answer

    Way to add gem file to Dashing framework

    I need to use Rally API dev kit rally_rest_api gem. I'm new with ruby. Is the any way to do it quickly ? Thanks for helping !
    noname.404
    • 335
    • 3
    • 11
    0
    votes
    1 answer

    Dashing (Ruby) Nokogiri LoadError

    I've been working on a dashboard on the Dashing framework, and I'm currently trying to make a little crawler to collect specific data on Jenkins-CI, and pass it to the Number widget. Here's the crawler (it's just a stub, it counts the number of "p"…
    0
    votes
    1 answer

    Iterating through JSON array for a List in Dashing

    I'm trying to create a List in Dashing and I've managed to bring in my external JSON, but I'm having problems iterating through it to create the new JSON array to post it out to my List widget. Here's the current code: require 'rubygems' require…
    Mike
    • 785
    • 1
    • 13
    • 29
    0
    votes
    2 answers

    Use with Excel data to display on Dashing Dashboard?

    I'm trying to get an example of the following code from github that looks to be a dead topic for my Linux/Ubuntu install. I have been trying to scrape data from my company intranet using "mechanize" see stack question for details. Since I'm not…
    rleigh
    • 61
    • 1
    • 8
    0
    votes
    1 answer

    Azure Portal metrics extraction for external use

    Having scoured the internet for a viable solution I have come up empty handed. I have concluded however that there is no current API for extracting the raw data from the Azure Portal Application Insights and so wondered if anyone else out there has…
    0
    votes
    1 answer

    Gridster extra columns requirement

    I have set up "dashing" to run on a raspberry pi, but i am having trouble with the display. When i start it up and go to the local host, I can only seem to display 5 columns wide. I have looked into the Gridster script, but I really do not know…
    0
    votes
    0 answers

    Dashing - Twitter search term no updating

    I am new to dashing and I have managed to work a lot out using the internet, however I am now at a loss as to why my widget doesn't update to the new search_term when I change it in the twitter.rb file? I am using the default twitter.rb file with a…
    MarkyMark
    • 23
    • 5