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
3
votes
1 answer
rails 3 - user dashboard
I'm looking at creating a dashboard for a logged in user which would then query the display other models data.
Would the best way to do this be to use something similar to this post: Map URL "/users/id" to "/dashboard" in Rails 3?, then to use a…

James
- 357
- 1
- 4
- 13
3
votes
2 answers
Android Dashboard Icon size
I am developing a little application in android by following the Android UI Patterns and I am facing a little difficulty about the patterns used to build the dashboard.
My question is the following : what should be the size of the icons used to…

Harry Coder
- 2,429
- 2
- 28
- 32
3
votes
1 answer
Getting error when using clientside_callback via Java Script in Dash - Python
I've recently asked a question about how to use clientside_callback (see this) and am practicing it on my own dashboard application. In my dashboard, I have a map, a drop down menu, and a button. The user selects states on the map with a click, and…

sergey_208
- 614
- 3
- 21
3
votes
2 answers
Suffix and Prefix Asterisk in combination with Wildcard in Datadog Metrics
It's quite simple: I have
a datadog-dashbaord
a template-variable named env, which can have following values ['prod', 'test']
And I want to display metrics based on the env:
from-resource for test is…

Christopher Will
- 2,991
- 3
- 29
- 46
3
votes
4 answers
How do I split a grouped bar chart into sub-groups?
I have this dataset-
group sub_group value date
0 Animal Cats 12 today
1 Animal Dogs 32 today
2 Animal Goats 38…

Cauder
- 2,157
- 4
- 30
- 69
3
votes
1 answer
Question Regarding Power BI Dashboard in Dynamics 365
If I want to publish a Power BI dashboard in Dynamics 365, and share it with everyone who has access.
Do I then also need to give access to the dashboard in the premium workspace it is saved in?

Andrew
- 33
- 3
3
votes
0 answers
Is there a way to get the lead time from Estimate to Completion in Azure DevOps Dashboard
I've been using Azure DevOps Dashboard for a while now and it's working nicely. One gap I have found is in it's Lead Time Chart. This goes from date creation to date completed, which in an Agile world doesn't make sense.
Backlogs can be thought of a…

John
- 106
- 2
- 13
3
votes
1 answer
ImportError: cannot import name 'dcc' from partially initialized module 'dash' - python
I'm very new to python/dash/plotly and I keep getting the same error:
ImportError: cannot import name 'dcc' from partially initialized module 'dash' (most likely due to a circular import)
Does anyone know how to fix this? I've imported the…

Eva
- 47
- 1
- 1
- 5
3
votes
2 answers
add routes after login page for user
I use backpack 4 for laravel(laravel 8)and can't write a route for the user page. After login user has to get /user/dashboard or /dashboard, but the user is redirected to /admin/dashboard. How can I solve this problem?
web.php
Route::get('/',…

Svetlana
- 141
- 5
3
votes
0 answers
Why is Pyinstaller executable returning error '[19544] Failed to execute script due to unhandled exception!'
I have a Plotly dashboard that I am trying to turn into a executable for distribution. Pyinstaller runs without error but when I try and run the exe I get the following errors (in cmd).
FileNotFoundError: [Errno 2] No such file or directory:…

Andres
- 31
- 1
3
votes
0 answers
Full page datatable in shiny dashboard
I am trying to make a shiny dashboard with datatables that span the entire height of the page (similar to this flexdashboard layout). With my current layout, I am facing an issue where the datatables are short and do not take up the full page. How…

Julia Wagenfehr
- 143
- 5
3
votes
1 answer
Accessing minikube dashboard - (Ubuntu20.04 server)VM running on Windows 10 host with VirtualBox 6.1
I'm trying to access minikube dashboard from host OS (Windows 10).
Minikube is running on my virtual machine Ubuntu 20.04 server.
The host is Windows 10 and I use VirtualBox to run my VM.
These are the commands I ran on Ubuntu:
tomas@ubuntu20:~$…

Tomas.R
- 715
- 2
- 7
- 18
3
votes
2 answers
BI Platform vs. Dashboard Tools
Can you give an overview of the differences between a BI Platform and a Dashboard Tool? And please also give 1 or 2 samples (technology/product) for each to illustrate your points.
Update: I am working with MS BI stack (BI Platform), and Component…

Cam L
- 430
- 5
- 10
3
votes
1 answer
DataTable - Color only substring in a cell
I was wondering if it is possible to apply color only to a part of the text of a DataTable cell
At the moment I have this table:
The code of that table is this one:
DataTable(
id="comparison_table",
columns=[{"name":…

rayqz
- 249
- 1
- 8
3
votes
0 answers
Plotly Python: Rescale y-axis based on the x-axis rangeselector for multiple charts
I'm trying to plot the daily price and the total number of bid and ask orders per day for a typical stock on the same figure.
Here is what I've done so far, but I think there is a more efficient way to create the same plot using Plotly.
import…

sci9
- 700
- 1
- 7
- 21