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

Puppet Dashboard - Directory Index Forbidden

I also have issue on launching the Puppet Dashboard UI, Below is my config file. can anyone help me on this issue please. Error I am getting : [Thu Aug 20 05:25:09 2015] [error] [client 192.168.XXX.XXX] Directory index forbidden by Options…
8
votes
2 answers

Dashboard supporting d3

I'm interested in a web-based dashboard with some sort of d3.js library widget or more general javascript support. I've been trying geckoboard's HighCharts widget but I'm not especially happy with the results (a little limited for what I'm looking…
the franc
  • 133
  • 1
  • 7
8
votes
2 answers

Adding form to Dash/Plotly app

Ok, So I want to go one step further. I don't know if it is possible with a dash. I want to create a form ( probably WTForm from Flask ). The form should have date and annotation/comments section. When someone submits a form, it will save to the…
aleheca
  • 95
  • 1
  • 6
8
votes
2 answers

R flexdashboard remove title bar

I am working on a project using rMarkdown and the flexdashboard package from rStudio. Everything is coming together nicely. But I would like to remove the blue title bar you see at the top of the image here. We are dropping this html page into a…
sconfluentus
  • 4,693
  • 1
  • 21
  • 40
8
votes
1 answer

How to display a CloudWatch dashboard on wall screen

I've built a CloudWatch dashboard, and I'd like to display it on a wall-mounted screen. The problem I'm facing is access: I'm using an IAM user with limited privileges to connect to the dashboard, and the user gets disconnected after 12 hours.…
8
votes
3 answers

Comparison of Hudson, CDash, CruisonControl, TeamCity for Continuous Integration / Builder

I found most people talk about Hudson for simple and free continuous integration. Now personally I'm not fond of its interface which I find very messy, and I found almost no one talking about CDash -- I love CMake and CTest seem nice too. Could you…
Wernight
  • 36,122
  • 25
  • 118
  • 131
8
votes
3 answers

Access Google analytics without consent page using JavaScript

I am creating a dashboard using Atlasboard. I need to access the Google analytics data such as page views etc. where I will run some queries shown here. Is there a way to access my Google analytics data without this consent page appearing? I am…
smj2393
  • 1,929
  • 1
  • 23
  • 50
8
votes
3 answers

Building a great dashboard app in WPF -- what are the controls available out there?

My application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, right? =) The point is that I already have a "drill-down" UI, so the Services and Operations people can find…
Massimiliano
  • 16,770
  • 10
  • 69
  • 112
7
votes
5 answers

TFS Automated Build Dashboard

I've searched around and have not been able to find a TFS build dashboard. Basic requirements are simply: - view of ALL builds (in progress, last successful, history) - test metrics (# of tests, coverage...) Coming from a java background I'm used…
jd314159
  • 365
  • 2
  • 14
7
votes
1 answer

Dropdown component for Dash that supports clicking on selected items

Dash has a nice Dropdown component that supports multi-value selection. In my application, the user can do data segmentation via multiple dropdown menus to choose properties "A", "B", "C", "D", and "E". It would be useful to also allow the user to…
Juho
  • 976
  • 1
  • 13
  • 27
7
votes
1 answer

How can I make a cumulative sum graph in grafana, from an elasticsearch data source?

Relevant info: Grafana v5.4.2 (commit: d812109) ElasticSearch version: 5.6.8 There is an ES index that is a log of events over time, and the events are categorised (per country). There is a grafana instance which has this ES index as a data…
7
votes
1 answer

How to properly add style to my Dash App?

I cannot add properly the CSS style to my Dash App. I want to create a Dashboard with a side bar on the left and on the right a top bar with some metrics and the plots below, like this: So, in my App.py file I have: app = dash.Dash() app.layout =…
Laura
  • 1,192
  • 2
  • 18
  • 36
7
votes
0 answers

Grafana ElasticSearch Nested document query

in Elasticsearch we have a document like follows: { "_index": "1", "_type": "_doc", "_id": "2018-11-12 7:00:00 - 2018-11-12 7:30:00", "_score": 1, "_source": { "start": "2018-11-12 7:00:00" …
7
votes
7 answers

unable to access kubernetes dashboard via token

I have setup a kubernetes using kubeadm v1.8.5 Setup a dashboard using: wget https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.0/src/deploy/recommended/kubernetes-dashboard.yaml` kubectl create -f kubernetes-dashboard.yaml kubectl…
zhwlx22
  • 171
  • 1
  • 1
  • 14
7
votes
1 answer

Footer alignment in shiny app dashboard

I am trying to insert footer in shiny app dashboard in bottom and centre of the page. But it is coming in the centre of the body. Also I am unable to place it in the bottom of the page Here is my…
Rajan
  • 453
  • 4
  • 22