Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
167 views

Customized widget not showing up in dashing Dashboard

I created my own widget but I am unable to view that widget but all the other predefined widgets are showing up in the screen. Whatever widget I install new I am unable too see it in dashboard.
Vignesh's user avatar
  • 11
0 votes
1 answer
467 views

How to push data into widget using dashing dashboard

I want to push numeric data from a file to my dashboard. I am using the following .rb file as job for pushing the data SCHEDULER.every '30s' do var = File.open("/dashing/abhi/sample.txt", "r") var....
Abhi's user avatar
  • 1
0 votes
0 answers
234 views

Dashing: Prevent Movement Of Widgets

Is there any way to prevent movement / dragging of widgets in a dashing dashboard? My dashboard works perfectly well but people accidentally move the widgets around. I'd like to fix the dashboard ...
Mark's user avatar
  • 1,309
0 votes
1 answer
172 views

dashing dashboard - calheatmap widget (resque_heatmap.coffee) removes cells after Load Next/Previous Domains

I'm using calheatmap widget in dashing dashboard. After clicking next (or previous) button, new domain in widget contains no-data until next json data receiving. How can i import data to widget for ...
hasanoa's user avatar
  • 41
1 vote
1 answer
342 views

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 ...
mak's user avatar
  • 11
0 votes
1 answer
1k views

Dashing set status of widget using curl

I'm not sure if this is a possibility but I am trying to update the status of a text widget in Dashing using curl. The status I would like to update is 'warning' or 'danger' to reflect if a server ...
Garreth's user avatar
  • 1,095
0 votes
1 answer
447 views

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's user avatar
0 votes
1 answer
840 views

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 ... ...
bcharagu's user avatar
4 votes
2 answers
4k views

Dashing dashboard linking widgets

I am having a hard time linking widgets on my dashing dashboard. I read another post and got some help from dashing community, but, just am not able to link widgets I have my text.coffee modified to ...
sam's user avatar
  • 335
1 vote
1 answer
736 views

How to load a new dashboard in Dashing when you click on a bar in the highbar widget

I am creating a dashboard in Dashing and am using the highbar widget to display some data. I want to be able to load a new dashboard displaying more detailed data about what you clicked on when you ...
Soler's user avatar
  • 119
1 vote
1 answer
2k views

Integrate Jenkins trend chart into dashing dashboard

We are running a Jenkins instance with various test jobs as part of the build chain. I would like to integrate the build, test trend and general CI status information into graphs/widgets using the ...
kalenwatermeyer's user avatar