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

Local png image not loading

I'm doin a small dashboard for the company I work for and I want to add the logo on the page. In theory, everything looks fine but when I run the app, the image doesn't load even though the name of the file is the same as the one on the code. I've…
MFTS
  • 35
  • 1
  • 2
  • 8
3
votes
0 answers

Fill the Material Dashboard Component dynamically with Data

I have @angular/cli": "~7.3.8" and "@angular/material": "^7.3.7" installed. I started a project and added Angular Material to it. After that i installed a Nav Component and called it "mynav" via : ng generate @angular/material:nav mynav I generated…
anyname
  • 103
  • 1
  • 11
3
votes
0 answers

Cell stacking on each other in Jupyter dashboard view

I'm new to the Jupyter notebook. When I am moving to the dashboard grid layout, all off my cells are stack upon each other without any option of moving them. In addition, I can't go back to regular notebook view without reentering the notebook. I've…
3
votes
1 answer

Is there any way to do JIRA-Dashboard style project management/overview with Bugzilla?

I need roadmap view, overall bug graphs, multiple pieces of information on one screen - can this work with Bugzilla? Eclipse-based plugins etc are usable... but solutions like yoxel that need access to the Bugzilla SQL DB itself are probably not…
Ranjeet
  • 595
  • 5
  • 8
3
votes
1 answer

Unable to expose kubernetes dashboard to access it from outside

I also tried changing kubernetes services yaml file to Node port and then tried exposing the dashboard from the new port i am getting error "connection is not private".So how to access the dashboard by making the connection private?
jaya rohith
  • 191
  • 2
  • 5
  • 13
3
votes
2 answers

How to add callbacks for multiple graphs in a Dash/Plotly app automatically

In a single-page Dash by Plotly app I want to show many similar graphs. For this I have created a "factory class" which can generate many graphs. This class exposes methods to be used in the Dash app's app.layout and @app.callback code. A sample…
halloleo
  • 9,216
  • 13
  • 64
  • 122
3
votes
0 answers

Using hyperlink text in R shiny dashboard

I am currently trying to build an R shiny dashboard and i want to create parts where i link to websites and give information around them. I initially started the dashboard offline and simply ran a script making the URL a string, then used that…
Alan.E
  • 31
  • 1
  • 2
3
votes
0 answers

Extract value from GCP logs, and display them using Stackdriver dashboard charts

Google Cloud Platform logs I want to extract the value of totalSessions from the logs above and display them in a line chart on Stackdriver dashboard. It would be great if someone could give me an idea as to how I could create the log based metric…
3
votes
1 answer

Kubernetes dashboard showing Unauthorized

I configured kubernetes cluster with one master and 4 worker nodes using KUBEADM tool IN LOCAL. All nodes are running fine. deployed an app and able access that app from browser. I have tried many ways to create a dashboard using kubectl but i am…
samba
  • 869
  • 4
  • 12
  • 20
3
votes
1 answer

Argo Workflow Engine entities at k8s dashboard

Has anybody knows how can I configure argo or k8s to see Workflows at dashboard
3
votes
2 answers

JMeter Dashboard Generation Java Heap Space

I've been able to create dashboards for small amounts of log data (3mb) with JMeter. However, when trying to create dashboards with large amounts of data (35mb), jmeter will throw a java.lang.OutOfMemoryError: Java Heap Space. So far I've tried to…
jso35
  • 47
  • 4
3
votes
1 answer

In a dashboard, graph a subset of the dataset depending on the value of a checkbox

I am using Dash to graph a dataset which contains columns for x, y, and another column for type of fruit. I have added in a checklist apples and grapes. What I want to do now is have the graph display the values of x and y for grapes if the grapes…
Falc
  • 307
  • 2
  • 14
3
votes
2 answers

links redirect to dashboard xampp

I've moved WordPress from hosts to Xampp local hosts. I corrected the links inside the database. Although the home page is loaded. But on every link, I'm redirected to the http: // localhost / dashboard page. I use WordPress 4.9.6, Xampp 3.2.2 and…
3
votes
1 answer

Setting up a python dash dashboard inside a flask app

I'm trying to build a website that allows people to access different kinds of graphs in a dash app. I want the users to log in with a username and a password before they can access the dashboard. This is what I have thus far from flask import Flask,…
Mr. President
  • 1,489
  • 3
  • 11
  • 21
3
votes
1 answer

filter based on all characteristics/columns of a person/row in Power BI desktop

I am relatively new to Power BI and have been asked to create a dashboard that displays report card like information and updates by selecting only the individual's name. I have performance measures that compare individual to state and overall…
Sarah Mc
  • 37
  • 6