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

CSS selectors with Dashing and Rickshaw

So I have a number of different graphs running on Dashing using a single 'Rickshaw' widget. I would like to use a CSS selector to define the x-axis view. I currently have it set up like this... It dashboard.erb:
  • Matt Visser
    • 102
    • 8
  • 0
    votes
    1 answer

    Dashing problems using Rickshaw with one widget

    I'm currently trying to add data types to the x-axis of my graphs in Dashing using the Rickshaw widget. Essentially I want to create data call in the dashboard file that relates to an if statement in the Coffeescript widget Code from coffeescript…
    Matt Visser
    • 102
    • 8
    0
    votes
    1 answer

    Ruby, connect to sql server

    I'm trying to connect to a SQL server in a domain, but I don't know why I have an error. My environnement is Ubuntu 14.04, and I use mysql2. I think my problem is :server="myServer" but I have to specify what server. My request is : db =…
    Skunk
    • 85
    • 1
    • 11
    0
    votes
    1 answer

    Getting element by ID in coffeescript

    I'm trying to create a HTML widget: HTML:

    Title

    DC1

    DC2

    Eduardo
    • 6,900
    • 17
    • 77
    • 121
    0
    votes
    1 answer

    Integrate web image from rss feed to Ruby

    It may be unclear but I'll do my best. I'm currently using dashing, the dashboard designer (sinatra based) with the RSS widget. The thing is that I am unable to get the little image before each RSS item: <img…
    ddgav
    • 3
    • 3
    0
    votes
    2 answers

    Ruby, install dashing on windows

    I try to install the Dashing framework. My environnement is Windows 7, 64 bit. I have download ruby 1.9.3 and installed the DevKit, but I can't install Dashing. if I write: gem install dashing, I receive this error: C:\devkit>gem install…
    Skunk
    • 85
    • 1
    • 11
    0
    votes
    1 answer

    Custom background icon for dashing widget

    I am making Dashing widget to show statistics from Jenkins CI server. I want to set Jenkins logo icon as a widget background icon. For the moment Jenkins logo icon is not included into official Font…
    Triple
    • 125
    • 1
    • 10
    0
    votes
    1 answer

    How to start dashing under Supervisord

    I'm trying to run my dashing (dashing.io) dashboard under Supervisord but can't seem to get it working properly. The message Supervisor gives me is "Process exited to quickly". I'm doing the following in my…
    radm4
    • 263
    • 4
    • 16
    0
    votes
    1 answer

    Api key for dashing dashboard

    I'm working with the dashing.io dashboard and I want to make a post request with the requests lib in python to put data in a widget. But it keeps sending me back a 401 error and an Invalid API Key. I don't understand why and don't really get the…
    EZPK
    • 97
    • 1
    • 1
    • 9
    0
    votes
    2 answers

    Dashing Rickshawgraph to change background color on highest data series

    I am trying to have the widget for the rickshawgraph in dashing change the background color depending on the highest value on the highest graph for the newest incoming data. I have it working for one series, but I am having trouble getting it to…
    SwimJim
    • 89
    • 3
    • 19
    0
    votes
    1 answer

    dashing job undefined map method error

    I'm using the dashing dashboard to display some data. Part of my code for one of the jobs uses the map! function in ruby: vars = arr.map! { |element| element.gsub(/.{3}$/, '' )} and when I try to run the dashboard using dashing start, I get the…
    tyrell_c
    • 503
    • 3
    • 10
    • 24
    0
    votes
    1 answer

    Changing css according to data

    I'm doing a widget with dashing.io and I would like to change the jenkins jobs according to the color I receive in my json file (wich I get from the Jenkins API). ie: The job is complete, I get the color value "blue" from my json file and I want the…
    EZPK
    • 97
    • 1
    • 1
    • 9
    0
    votes
    1 answer

    Ruby Dashing: Issues with Jobs (on a CentOS Server)

    I'm having a weird event occur, where my dashing dashboard's list widget is showing erroneous data. Here's the screenshot from my live Dashing widget Erroneous Widget Expected Output What follows is the code for the widget: Code in .erb
    Raisus
    • 148
    • 3
    • 23
    0
    votes
    1 answer

    Data-event-click only called once, why?

    I am making a custom widget in Shopify Dashing with the following code:
    mpals
    • 121
    • 3
    • 15
    0
    votes
    2 answers

    Ruby Array into Array syntax

    Hello everyone I am currently trying to let my Table on my dashboard display an Array which should look like this. Email - Array containing LotusServer and POP3-Server Each of those containing different values like a host_name, service_descriptions,…
    Fabian Fulde
    • 340
    • 3
    • 9