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

Dashing: Ruby: CentOS: Not closing MySQL processes

I am having trouble with my server. It is a CentOS RedHat Linux server and runs "Dashing" a Ruby/Sinatra-based dashboard. I am trying to close the active connections as defined by my MySQL database "SHOW PROCESSLIST;" Example.rb File require…
Raisus
  • 148
  • 3
  • 23
0
votes
1 answer

Rickshaw Graph Dashing scss edits

I'm trying to change some of the colors the scss file uses and enlarge the text of the legend. I've edited these values in the rickshawgraph.scss file, but it remains unchanged when I launch the dashing rickshaw graph. …
SwimJim
  • 89
  • 3
  • 19
0
votes
1 answer

Shopify Dashing: CoffeeScript not showing X axis as months

Similar to: Not able to display Month names on Rickshaw Graph on Coffeescript Although, this question is similar to the above, I have already tried the given answer on that question and I still am unable to change the numerical values along the 'X'…
Raisus
  • 148
  • 3
  • 23
0
votes
1 answer

dashing / gridster - making one widget immovable

can i define one widget (lets say a the Top one) to be immovable? i'm using shopify/dashing from github i'm new to Dashing and gridster interface so i don't really know how to approach the problem
Itay Sela
  • 942
  • 9
  • 26
0
votes
2 answers

Display static image on dashboard.erb using Shopify/Dashing from assets

I have a working dashboard using dashing (http://dashing.io/) and I'd like to place a static image that I have stored in my assets/images folder as part of a banner across the top of the dashboard. I'm trying to get this to work at the top of my…
skeltont
  • 86
  • 8
0
votes
1 answer

Sinatra - Dashing.io setting timezone

I've been trying to set the timezone of a dashing.io app (which runs under sinatra) with no success at all! Doing: Time.zone ends up with NoMethodError - undefined method 'zone=' for Time:Class: I've tried the solution at How to set timezone in…
KoU_warch
  • 2,160
  • 1
  • 25
  • 46
0
votes
1 answer

eventmachine.watch_file returns a wrong file state

I am following the example: https://github.com/Shopify/dashing/issues/78#issuecomment-14940695 The eventmachine.watch_file returns "file_deleted" everytime I modify the spreadsheet. It should actually return "file_modified" Can someone help…
Vince
  • 33
  • 1
  • 7
0
votes
1 answer

How to run/debug dashing dashboards on a client PC with Eclipse

I am trying to create a dashboard for work via dashing. I have an openSUSE server set up (command-line only, no X server), and dashing running on it successfully. I want to be able to use my work Windows 7 PC to configure the ruby-based jobs…
Sinayion
  • 1
  • 1
  • 3
0
votes
1 answer

Why is this variable not in scope in coffee script?

I'm using the dashing framework to create a widget. Basically it uses sinatra, batman, and coffee script to create a dashboard. My code is based off of this widget I have the following code coffee script class Dashing.Countdown extends…
spuder
  • 17,437
  • 19
  • 87
  • 153
0
votes
1 answer

Ruby crashes when starting application. Is it the environment?

I'm attempting to install a ruby application, however it crashes as soon as I start it. I'm trying to figure out of this is a problem with the application, or a problem with my environment (likely the second). The ruby installation steps are…
spuder
  • 17,437
  • 19
  • 87
  • 153
0
votes
2 answers

Dashing EC2 Widget Throwing Backport error with AWS-SDK

I have a Dashing dashboard and would like to use the Dashing EC2 Cloudfront widget within it. The gist for the widget is here https://gist.github.com/jwalton/6614087 and Dashing is here http://shopify.github.io/dashing/#widgets I have RVM manage my…
0
votes
1 answer

Correct syntax for highchart API yAxis label style in coffeescript?

Javascript/Coffeescript newb here. I have recently been fiddling with a highcharts dual meter api in coffeescript. I'm trying to change change the style of my labels (i.e. color, font-size). I've looked at examples in the highchart website…
BoVice
  • 5
  • 1
0
votes
1 answer

Dashing dashboards. Retrieving data from google worksheet

This is the error I am getting and it's frustrating me syntax error, unexpected tIDENTIFIER, expecting $end (SyntaxError) $.get^ ("https://spreadsheets.googl... looking at the same code here ... jsfiddle $.get…
0
votes
1 answer

ActiveRecord::ConnectionTimeoutError due to unreleased ActiveRecord connections by Dashing

I'm using Dashing-rails (which uses Rufus-scheduler) to send updates to a browser widget. After 5 separate requests to the page from a browser, the site crashes due to: "ActiveRecord::ConnectionTimeoutError". My hypothesis is that each browser…
0
votes
1 answer

How does the comments widget work in Dashing

I recently started moving from DBA to SysAdmin, so I am very new to everything, please pardon if this is a stupid question. I have figured most of the widgets out in Dashing, but I can not understand what what comments widget does, or how to feed…
Werner
  • 791
  • 1
  • 6
  • 23