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
4
votes
1 answer
Should I compute statistics on the fly, or generate with a cron job?
I have a simple enough web application. I want to measure for any day or month how many new free signups I have, how many paid signups, how many paid upgrades, how many cancellations, etc. That data will then be represented on my admin dashboard by…

eoinoc
- 3,155
- 3
- 24
- 39
4
votes
2 answers
how can I control the font size of an infobox in a shiny dashboard?
I want to make the text in an info box smaller than the text on the rest of the dashboard. Here is the dashboardBody part of the code:
dashboardBody(fluidRow(
box(
title = "Box 1",
width = 12, solidHeader = TRUE,
…

Raul Torres
- 187
- 1
- 6
4
votes
1 answer
Linking date dimension from two different cubes
I have two cubes
Computer Engineering
Environmental Science.
Both cubes have a same Date dimension.
I have two scorecards, each for Computer Engineering and Environmental Science as shown in following figure. I would like to have a result as shown…

Merin Nakarmi
- 3,148
- 3
- 35
- 42
4
votes
1 answer
Click events of each dc.js chart
I am using dc.js for showing some of the charts on my dashboard. What I am looking for is to handle each chart's click event (e.g. bar chart click event, pie chart click event and mouse up event for ranged charts etc.) and save the history of…

Sanjay Panchal
- 540
- 2
- 8
- 20
4
votes
1 answer
Unable to delete all 'Users' from CloudKit Dashboard
I'm trying to clear my CloudKit dashboard of 'Users' I can't seem to manually delete them so I go into Deployment then Reset Development Environment. It still shows records exist under Users. Is there some other method to clear these?

user3411663
- 1,041
- 1
- 9
- 12
4
votes
3 answers
Best application monitoring system with dashboard
I have been playing with Graphite as application monitoring system but I'm wondering if there's something better out there for what I want.
Here are a few requirements I have in mind:
Dashboards (easy to create/change)
the items on the dashboard…

Jerome Provensal
- 931
- 11
- 22
4
votes
2 answers
SSRS How do I rotate between reports in a slideshow manner?
I have been tasked with creating a dashboard to be displayed on TV monitors. This dashboard has 5 different charts that need to be displayed in a slideshow manner - in other words, one chart at a time, rotating to the next over a timed interval.
I…

Chris Perry
- 43
- 5
4
votes
0 answers
How to create own x-axis and y-axis in Kibana?
I want to have my own field in x-axis and y-axis for a dashboard in kibana? Is it possible?
I found an answer here, but does not help! Could anyone please guide me to get this.
I am able to create custom x-axis & y -axis but i need to show two…

Rajesh
- 87
- 1
- 9
4
votes
1 answer
GA using 2 dimensions in Dashboard widget
We have setup a custom dimension for Author name (Author) and i want to create a dashboard widget showing the Author and Page Title, both dimensions.
The problem is that GA dashboard widgets are limited and i want to know if i can use 2 dimensions…

Ninjasys
- 169
- 1
- 11
4
votes
3 answers
Java Portal engine for integration
I want to add a dashboard functionality to an existing java web application, this should be a portlet container, so it can host other mini applications or open social gadgets.
What is the best solution for this? Integrating an existing full blown…

zehrer
- 1,660
- 1
- 14
- 19
4
votes
2 answers
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 have this section (sample is my other…

sam
- 335
- 2
- 9
4
votes
2 answers
Scrolling in a HTML widget
I've made a webpage that has an 4000px wide background and in Chrome and safari on Windows, Mac and iPad it scrolls nice. I can scroll to the left, the top and the right with no problems, just like you would expect it to be.
But when I convert this…

Sgarz
- 331
- 3
- 17
4
votes
1 answer
How to access internal dashboards in Cube?
I am currently playing around with Cube . I have been able to send events to an evaluator and can query these via HTTP GET.
How do I go about making a customized dashboard to visualize the events/queries? I saw this website…

user1637812
- 41
- 1
3
votes
1 answer
Magento dashboard total sales price is not updating still on 0.-
The magento dashboard sales total is not updating and is still on 0,- after several orders.
Is this a known issue or does anyone know how to fix this?
I have searched the whole magento forums and online but cannot find anything regarding this

Ilse
- 233
- 1
- 3
- 11
3
votes
3 answers
wordpress creating a full-width dashboard widget
How can I create a full-width dashboard widget in WordPress?
I want to create a widget like the new one "welcome" in WordPress 3.3.
That plugin is in dashboard.php in wp_welcome_panel() but I don't know how they show it full-width.
They create a div…

Oterox
- 642
- 1
- 10
- 27