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.
Questions tagged [dashboard]
3042 questions
5
votes
2 answers
How to add legend for color saturation distribution into power bi Filled Map chart
i have a power bi report "Filled Map" chart, where Location = "Cedent Country", and Color Saturation = "Percentage Brokerage Over Premium".
Percentage Brokerage Over Premium = Percentage Brokerage Over Premium = IFERROR(Round(SUM('Production…

Georges Sabbagh
- 259
- 3
- 12
- 27
5
votes
2 answers
How to use Dashboard API from python plotly offline?
I'm interessted in using plotly offline for analytical charts. This works fine for single charts, but I would like to fill a dashboard with different types of charts using the Dashboard API from plotly.
Is there any way to use it offline generating…

Erik J
- 81
- 1
- 4
5
votes
1 answer
How to share a Superset Dashboard or Chart?
We connected superset with PostgreSQL and able to make charts and Dashboards. It's easy and really helpful to make dashboards. But now we are looking for the share functionality for dashboards which they also mentioned on their superset introduction…

Vikash Jangra
- 113
- 2
- 9
5
votes
1 answer
CruiseControl.net statistics tutorial
The statistics module of CC.Net is very interesting. But the documentation about it is very poor. I did some internet research to figure out how to include a new counter (ex: LOC, compiler warnings, etc.) or other graphics to show but found nothing…

GRGodoi
- 1,946
- 2
- 24
- 38
5
votes
2 answers
Kubernetes UI unreachable
I followed this guide on configuring Kubernetes on Fedora master-node, everything goes ok, but when I go for UI, I had nothing and couldn't install as described in this guide, so I created
{
"kind": "Namespace",
"apiVersion": "v1",
…

sigrlami
- 1,822
- 1
- 17
- 35
5
votes
4 answers
Is it viable to build a Web Dashboard in Clojure?
I am planning to build a web dashboard where I can analyze the financial records from a company through graphics, tables, ...
I already have the software, so the dashboard will only read the data, and not manipulate it.
It will be something like…

Alexis Heijmeijer
- 157
- 9
5
votes
1 answer
Google Analytics Pie Chart widget filters not working
I'm trying to use Google Analytics to show a Pie Chart on my dashboard that uses the data from a couple of Event Actions and Screen Name sent from my Android app. Basically I would like to track how many times a button in a particular screen…

source.rar
- 8,002
- 10
- 50
- 82
5
votes
2 answers
Is it possible to add a scripted dashboard to the Home "Dashboards" list?
I've created a scripted dashboard for Grafana v2.1.2 and would like to add it to the Home dashboard list, however don't see a way to do it using the GUI's dashboard settings.
Is it possible? And if so, is there some documentation or example on how…

Alan
- 3,715
- 3
- 39
- 57
5
votes
2 answers
What packages do I use to create a visualization dashboard in IPython Notebook?
I'm looking to create a visualization dashboard to display "site search analysis" in Ipyhton notebook in a presentable format and need to know what modules or packages should I use to accomplish that?
-What I've done already?
I'm able to create the…

ashu
- 59
- 1
- 3
5
votes
3 answers
How to create a dashboard user interface using ASP.NET MVC?
I am currently building an application using ASP.NET MVC. The data entry pages are fairly easy to code, I just make the Model for the page of the type of my business object:
namespace MyNameSpace.Web.Views.ProjectEdit
{
public partial class…

mattruma
- 16,589
- 32
- 107
- 171
5
votes
4 answers
Use of XMLHttpRequest in Dashboard widget failing
I am unable to get an XMLHttpRequest object to work correctly in a Dashboard widget I am writing. I've isolated it to a trivial example not working in the global scope of the main.js file:
xhr = new XMLHttpRequest;
xhr.open( 'GET',…
user335938
5
votes
1 answer
ActiveAdmin error uninitialized constant ActiveAdmin::Dashboards
ActiveAdmin dashboard is no longer working after upgrading to 0.6.1. The dashboard now returns the error:
/app/app/admin/dashboards.rb:1:in `': uninitialized constant ActiveAdmin::Dashboards (NameError)
Update SOLVED:
The…

jimagic
- 4,045
- 2
- 28
- 49
5
votes
1 answer
How can I use a report snapshot in a dashboard
I have a Dynamics 2011 Dashboard with a link to and SSRS report via an iFrame. It works well, but the report I am viewing is slow to refresh. I'd like to schedule the report and have the dashboard automatically point to the latest snapshot.
Is…

Ryan
- 3,924
- 6
- 46
- 69
5
votes
3 answers
Sonata Admin Bundle dashboard filter entity from role and DDBB permissions
I am using the SonataAdminBundle with FosUserBundle. I have a bit of problems in my dashboard.
In my application, I have resources, companies and users. An user belongs to a company, and can create resources which will belong to his company too. All…

Angel
- 1,970
- 4
- 21
- 30
5
votes
1 answer
Node js - SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:.Error
So I am using Statusdashboard (https://github.com/obazoud/statusdashboard), it is a simple tool to check whether a website is up or not (I know I can use Monit too, but I want to give Node JS a try that's why I am using this.)
This seems to work…

TheZelus
- 470
- 6
- 19