Questions tagged [dashboard]

A dashboard is a user interface that organizes and presents information in a way that is easy to read to the user of a website. A dashboard typically indicates items which require urgent actions at the top of the page, moving into less important statistics at the bottom.

See Dashboard (web administration) on Wikipedia.

3042 questions
5
votes
2 answers

Showing HTML reports in CruiseControl dashboard

I have been looking into CruiseControl configuration recently (I'm a complete CC noob) and so far I understand that various XML reports generated by your build process (eg mbunit.xml, ncover.xml, fxcop.xml) can be shown in the dashboard by adding a…
James Allen
  • 6,406
  • 8
  • 50
  • 83
5
votes
2 answers

Plotly Dash ImportError: cannot import name 'dcc' from 'dash'

I'm just trying to get the Dash tutorial up and running but every time I try to run it, copy and pasted from the documentation into my asdf.py I get the error "ImportError: cannot import name 'dcc' from 'dash'". I've tried uninstalling and…
Sameer
  • 59
  • 1
  • 1
  • 5
5
votes
1 answer

Integrating animated process map from bupaR into Bokeh dashboard in Python; is there a way?

I am trying to develop a Bokeh dashboard in Python and I want to add in a process mining feature to it. I have experience with the bupaR package in R and it has really nice animated process maps within it, which is what I would like to implement…
metaltoaster
  • 380
  • 2
  • 15
5
votes
3 answers

Is a locally run python dash application secure for sensitive data?

I created a Python Dash Dashboard to interactively display sensitve customer Data. I am using the Dashboard via localhost on my laptop. I a am initializing and running the app as such: app = dash.Dash(__name__) if __name__ == "__main__": …
Henri
  • 61
  • 1
  • 3
5
votes
1 answer

How can I set decimal width for a column in R Shiny?

I want to set a decimal width for a column() element in my R Shiny dashboard. For example, I need 5 columns, hence I require a width of 2.4 each. Is there a way to do it?
Dmitry Ishutin
  • 396
  • 2
  • 13
5
votes
1 answer

R LANGUAGE: Registered S3 method overwritten by 'data.table':

I'm using 3.6.3 R version. while compiling R.mrd i got this errors: Registered S3 method overwritten by 'data.table': method from print.data.table Registered S3 method overwritten by 'htmlwidgets': method from …
Chaima BOUGHANMI
  • 51
  • 1
  • 1
  • 3
5
votes
1 answer

Python Dash Datatable : Row selection Not working

Hey there!this is the look of my table. My Dash Code output i want to print the NGID value of selected rows in python console. I have created callback function. But when i select the row it do nothings This is the code for my layout: def dasher(): …
Aaqib Mehrban
  • 194
  • 3
  • 9
5
votes
6 answers

Dashboard Cross-domain AJAX with jquery

Hey everyone, I'm working on a widget for Apple's Dashboard and I've run into a problem while trying to get data from my server using jquery's ajax function. Here's my javascript…
Steve Gattuso
  • 7,644
  • 10
  • 44
  • 59
5
votes
4 answers

How to get zoom level in time series data as callback input in Dash

Given a line graph with time series data in Dash (Plotly) dashboard, when I zoom in and the resolution of the x-axis (timestamp) change, how can I capture that as an input to another callback? What I want to achieve, is plot-B displaying data based…
mikkokotila
  • 1,403
  • 12
  • 16
5
votes
2 answers

Scatter plots in Grafana

I am using a dockerized grafana to create a dashboard for historical data. I cannot see a scatter plot option in grafana graph panel. I want to use scatter plot to display data points in range of time interval. I equally want to be able to…
arilwan
  • 3,374
  • 5
  • 26
  • 62
5
votes
3 answers

how to change Tableau Filter Content Size?

I know how to change the font size of the drop-downs, however, it did not change on the dashboard once i selected on item. For example, how to make the filter box/"(All)" bigger? Thanks!
Feifei Zhang
  • 125
  • 3
  • 12
5
votes
1 answer

How do I give a delay in user input to a Textbox in a dash app?

I am learning to build a simple dash app. It has a textbox for user input, depending on which it will draw a graph. import dash import dash_core_components as dcc import dash_html_components as html from dash.dependencies import Input, Output app…
Kristada673
  • 3,512
  • 6
  • 39
  • 93
5
votes
2 answers

Using a DataTable with my app

I'm using Dash to build a dashboard with python. I have the following code: import dash import dash_core_components as dcc import dash_table_experiments as dte import dash_html_components as html from datetime import datetime as dt app =…
Mr. President
  • 1,489
  • 3
  • 11
  • 21
5
votes
1 answer

How to display OWASP's Dependency Check Maven results for several project in one dashboard

I have several projects using the OWASP's Dependency Check maven plugin. This is working perfectly for each. But I would like to merge all the project results in one dashboard, as I've got many projects... I thought it was possible with "Dashboard…
5
votes
2 answers

Suggestions for admin dashboard in golang

I am using a gobuffalo framework to create a website with a postgres database, and I am trying to find a good admin dashboard to accompany it. Something like Rail's ActiveAdmin would be awesome. Does anyone have any suggestions?
Libby
  • 932
  • 8
  • 15