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

Cannot create a connection to data source 'TfsOlapReportDS'

When I open my project dashboard on my TFS project portal web page, I get the following error. Reporting Services Error Cannot create a connection to data source 'TfsOlapReportDS'. (rsErrorOpeningConnection) A connection cannot be made. Ensure that…
AngelaG
  • 609
  • 12
  • 14
5
votes
6 answers

Is it possible to create new widget instances from within a Dashboard widget?

This is a followup to this question. It seems to be impossible to to simply keep already configured dashboard widget instances. An alternative way would be to recreate previous instances. Is it possible to create new Dashboard widget instances from…
Huxi
  • 4,242
  • 3
  • 33
  • 31
4
votes
0 answers

Building a Dashboard Layout as Fragment programmatically

I'm building my first Android app, main view and all subviews are based on a dashboard layout so I'm trying to reuse the DashboardLayout from the GoogleIO 2011. I managed to get it working with the ViewPager using FragmentPagerAdapter (since…
user1170896
  • 719
  • 1
  • 7
  • 19
4
votes
2 answers

is there a dashboard html ui library?

I would like to bootstrap a new dashboard, i'm wondering if there is already an open source dashboard html ui library which is similiar to twitter's bootstrap that I can use in my development.
haohello
  • 99
  • 1
  • 1
  • 10
4
votes
1 answer

Swing dashboard

In our desktop application built on Swing we are going to implement dashboard functionality. I mean that we want something like iGoogle (or Jira dashboard). We want to be able to add widgets from some predefined list to grid-based layout,…
Yura Taras
  • 1,293
  • 14
  • 26
4
votes
2 answers

Databricks Dashboard auto refresh

For Data Visualisation purposes, I am using Databricks to create dashboards. This is achieved by creating charts in a notebook and linking those charts to the dashboard. But I'm facing an issue in refreshing the data linked to the dashboard. I tried…
Sanjay
  • 328
  • 1
  • 3
  • 13
4
votes
1 answer

Kubernetes Dashboard - Internal error (500): Not enough data to create auth info structure

I have Kubernetes with ClusterRoles defined for my users and permissions by (RoleBindings) namespaces. I want these users could be accessed into the Kubernetes Dashboard with custom perms. However, when they try to log in when using kubeconfig…
sincorchetes
  • 351
  • 1
  • 4
  • 13
4
votes
0 answers

Translating Plotly Dash to other language

I have made a dashboard in Plotly Dash. Everything looks perfect, however the main problem I am facing is that of localization(translating the elements in Dashboard to other language). Without translating, the dashboard will be worthless. I have…
Usman Afridi
  • 179
  • 1
  • 11
4
votes
1 answer

Get parameters from url in dash python: This ID is assigned to a dash_core_components.Location component in the layout,which does not support property

The following is my code: I would like to get the parameters from the url and print it out in the webpage. For example, http://127.0.0.1:8051/random?xaxis=log&yaxis=log is my url. I want to print out the pathname in the webpage, while I get return…
Noah
  • 71
  • 1
  • 5
4
votes
3 answers

Duplicate a Superset dashboard, then replace its dataset source at once?

I am using Superset for data visualisation and I'm used to upload a csv file for each dataset I need. My issue is when I want to duplicate a dashboard and replace the datasource only for the copied dashboard. In practice I export the dashboard that…
Qui
  • 43
  • 1
  • 3
4
votes
0 answers

Grafana chained variables in repeating rows

I have a dashboard that uses two variables: $clients is a static list and $running_sessions is the result of a MySql query that uses $clients (something like select id from sessions where client_id in ($clients)). I have a row that repeats per…
4
votes
1 answer

Plotly-Dash: How to span a component across two rows

I am trying to create a dashboard using dash and the bootstrap grid. Here is what I am trying to achieve: According to the documentation (https://dash-bootstrap-components.opensource.faculty.ai/docs/components/layout/) I can create columns within a…
fryman84
  • 91
  • 9
4
votes
0 answers

How to view plotly dash interactive table in nbviewer or github?

I have code that creates an interactive table using dash - I do this in Juypterlab and the code works just fine for me to view and interact with the table in Juypterlab, but when I upload the ipynb notebook to github and look at the notebook in…
DN1
  • 234
  • 1
  • 13
  • 38
4
votes
0 answers

Cloudwatch Dashboard - Hide x-axis label from a bar graph

I am currently using cloudwatch insights to plot a bar graph on dashboard by querying cloudwatch logs. The log data (which now will become label) is a bit sensitive to be shown up on the dashboard, however while plotting the bar graph continues to…
4
votes
1 answer

How to use iframe in dash/plotly? (Python/HTML)

I'm creating a dashboard and I want to use this interactive map web link: https://www.ons.gov.uk/peoplepopulationandcommunity/healthandsocialcare/causesofdeath/articles/deathsinvolvingcovid19interactivemap/2020-06-12 embedded code:
CodePrincess
  • 67
  • 1
  • 1
  • 8