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
17
votes
3 answers

kibana for sql database

I need to build a kibana like dashboard over a sql database. Is this possible? or is there an alternative as easy as kibana (in term of integration) for sql?
Oussama L.
  • 1,842
  • 6
  • 25
  • 31
15
votes
2 answers

How to change image size in plotly dash

How do i change the image size? I’ve used the below line of code to insert my image but i cannot seem to figure out how you make it smaller html.Div(html.Img(src=app.get_asset_url('logo.png'))) i’ve…
Maths12
  • 852
  • 3
  • 17
  • 31
15
votes
1 answer

How to remove repositories that I don't own from GitHub dashboard

I forked a repo on GitHub then I created a pull request to with my changes and then I changed my mind so I closed the pull request and I deleted the fork I made on the repo. The problem is that the repository(not the fork) is still showing in the…
Ax M
  • 330
  • 3
  • 15
15
votes
4 answers

Information Dashboards in R with ggplot2

I'm looking to create a static dashboard viewable in a web browser. And I'd like to create something like what Stephen Few does in his book Information Dashboard Design. (see example at bottom) Ggplot2: Shouldn't be any issue producing the graphs…
user246211
  • 1,137
  • 1
  • 13
  • 23
14
votes
2 answers

Need a framework for a notification/dashboard system?

I've been asked to implement a notification system in a Cloud Java application. The premise is that administrators or components of the application can send either specific messages to individual users, or broadcast announcements to all…
Shawn D.
  • 7,895
  • 8
  • 35
  • 47
13
votes
3 answers

Migrating Silverlight application to HTML 5

Currently we have application in Silverlight which contains a dashboard. The dashboard was developed in Silverlight. Now we want to migrate the Silverlight dashboard app to HTML 5.0 so that the app can run on iPhone, iPad & android phones. How we…
Pratik
  • 11,534
  • 22
  • 69
  • 99
13
votes
2 answers

Field 'recordName' is not marked queryable - cloudkit dashboard

In Cloudkit Dashboard, I select Record Type, Edit Indexes, then I select Add Basic Index. I see in the dropdown createTime, createdBy, eTag, modTime, modifiedBy, recordID and the record fields. I do not see recordName in the dropdown( Attached…
vrao
  • 545
  • 2
  • 12
  • 33
13
votes
5 answers

Render Component Dynamically

I have this array: this.dashboard = [ {name: ''}, {name: ''} ] I populate this array on the ngOnInit cycle. I was wondering how can I…
Luca Alberto
  • 1,195
  • 3
  • 11
  • 30
13
votes
4 answers

Google Cloud Storage: How Much Total Space Am I Using?

I am using Google Cloud Storage. Where can I determine my total space used? I can't seem to find where in the dashboard it tells you the total usage in megabytes or gigabytes.
13
votes
1 answer

Admob for website

I want to integrate ads via admob in my website, but I can't choose type website although there seems to be an option for it. It says "Select site or app type", but it offers only app types. Admob's dashboard is confusing me in so many ways. What…
Marian Klühspies
  • 15,824
  • 16
  • 93
  • 136
13
votes
6 answers

Open source library/framework for building dashboard (bar,line,pie,etc)

I have done POC with highcharts and works fine and looks great. I am looking for better open source library/framework using which i can develop my dashboard showing different graphs. The UI framework must handle the real time data (like Ajax calls…
Sohan
  • 6,252
  • 5
  • 35
  • 56
12
votes
4 answers

Rails dashboard design: one controller action per div

I am implementing a dashboard as a relative Rails newbie (more of an infrastructure guy). The dashboard will consist of multiple pages, each page of which will contain multiple charts/tables/etc. For modularity, I want it to be as easy as possible…
Kevin Weil
  • 1,549
  • 2
  • 14
  • 17
12
votes
2 answers

Can I plot multiple statistics for one metric on the same axis in a Cloudwatch Dashboard?

I want to look at the min, max, and average statistics for each time interval for a particular custom metric. In this case it's the size of each file my system is ingesting. Currently I can do this in a CloudWatch Dashboard with three separate…
Jay Carlton
  • 1,118
  • 1
  • 11
  • 27
11
votes
4 answers

Google dashboard with filters from grouped data - how to chart grouped data

I am looking to create a Google charts API dashboard with filtering but I would like to chart the data based on grouped data. For example, I can create a datatable such as this: salesman cust_age cust_sex quantity Joe 21 Male …
user804651
  • 111
  • 1
  • 1
  • 4
11
votes
7 answers

dash app refusing to start: '127.0.0.1 refused to connect.'

I am trying to run the example dash application but upon trying to run, the browser says it is refusing to connect. I have checked and Google Chrome has access through the firewall. The example code is: import dash import dash_core_components as…
geds133
  • 1,503
  • 5
  • 20
  • 52