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
Is there a way to total estimates and completed work in Azure DevOps queries?
We've come across a number of issues with our Azure DevOps projects and are trying to surface relevant information to the management team with queries and dashboards on projects. Mainly it's just been counting the number of results for particular…

James
- 163
- 1
- 2
- 12
4
votes
0 answers
Dash-Plotly-bootstrap: How to design layout using dash bootstrap components?
This Question is continous from what Tim Dunn asking in this question.
@Kristian Haga already answer it. but I want to continue asking in answer section, it's forbidden by @Bhargav-rao.
He ask me to make the new one and really sure, someone will…

Wahyu Bram
- 413
- 1
- 7
- 13
4
votes
1 answer
How to easily and quickly debug a Azure Devops dashboard widget?
I'm writing a dashboard widget for an Azure Devops dashboard, and I'm finding the cycle of modify-publish-refresh dashboard-set breakpoints in Chrome tools-refresh page again to be rather tedious.
Is there a way to test or debug a dashboard widget…

user833115xxx
- 293
- 1
- 4
- 14
4
votes
1 answer
How set lockAspectRatio for gridItem in react-grid-layout
I'm new in React and I tried use react-grid-layout. I can't create gridItem (className='block') with a fixed aspect ratio. I think lockAspectRatio prop from Resizable component must be use.
How create div (key="a","b","c","d") with…

Tyomich
- 137
- 9
4
votes
2 answers
Site can not be reached problem while accessing on local laptop from deployed kubernetes dashboard service on remote machine
When I am trying to access the Kubernetes dashboard service from my local laptop, I am getting the message that site can not be reached.
Procedure followed:
I followed the documentation from the following…

Mr.DevEng
- 2,651
- 14
- 57
- 115
4
votes
2 answers
How to get Kibana dashboard ID?
How can I get kibana dashboard ID? for API call to export data from the dashboard.
I searched everywhere but I can't find ID for dashboard like in example(The dashboard ID is 942dcef0-b2cd-11e8-ad8e-85441f0c2e5c.).
I'm using ELK stack 7.4.1…

rehan
- 469
- 1
- 7
- 17
4
votes
4 answers
Adjusting the MaxHeight of a Table in Dash Tables Python
I'm trying to adjust the height of a data table in Dash and it should be pretty straight forward, however no matter what I've tried for a value here, it just keeps outputing all available values.
IF anyone has any ideas it'd be so appreciated.
I've…

novawaly
- 1,051
- 3
- 12
- 27
4
votes
2 answers
ECharts: change line color
This is my EChart init code:
var option = {
tooltip : {
trigger: 'axis'
},
calculable : true,
xAxis : [
{
type : 'category',
boundaryGap : false,
data : cat
}
],
yAxis : [
{
…

gigapico00
- 417
- 1
- 7
- 24
4
votes
1 answer
How to Change Release Name format in tfs release dashboard?
Is there any way to change the Release name of Pipeline after it started and dash board will still consider the new name and reflect it ?
For example at the start of the build ReleaseName=release_1 and after that in one of the step we change its…

Rajesh
- 63
- 6
4
votes
2 answers
embed holoview chart with bokeh renderer in custom templates
I've been trying to embed bokeh charts in custom templates following
this release updates here, examples zip
Now I'm trying out holoview as well and was wondering how I can embed holoview with bokeh renderer to custom templates.
I'm not able to…

Venugopal Madathil
- 2,031
- 3
- 34
- 44
4
votes
0 answers
Read only kibana dashboard for AWS Elasticsearch 6.3
I have a requirement of sharing just Kibana dashboard in view only access mode with customers.
This is the first time I am working with Elasticsearch and Kibana. And this is my first Stackoverflow question. So, kindly bear with me.
Our team is…

Prats
- 51
- 2
- 5
4
votes
1 answer
Plotly Dash Can't Put div in the Same Row
On a Plotly Dash dashboard, I am unable to get my graphs to stretch as the screen grows then be side by side in one row once the screen get's big enough. If I use style={"float:right"} and style={"float:left"} with each graph, it will work, but the…

Andrew
- 43
- 2
- 6
4
votes
1 answer
How can I show and update a list of print statements in a Bokeh dashboard?
Is there a way to create a section of a bokeh dashboard that shows the console output from the python session?
I am creating a front-end dashboard with bokeh that runs a process that can take a while and does a lot of stuff. I wanted a section that…

Nate Thompson
- 625
- 1
- 7
- 22
4
votes
1 answer
Translate Elastic Search numeric field to a text value
I have an Elastic Search cluster with a lot of nice data, that I have created some nice Kibana dashboards for.
For the next level I decided to take a look at scripted fields to make some of the dashboards even nicer.
I want to translate some of…

Jay Pete
- 4,123
- 4
- 35
- 51
4
votes
4 answers
BIRT alternatives for reporting and visualisation services
Recently we have been struggling with finding alternative to our current reporting service - BIRT, developed by Eclipse.
We did some research, but each time we seem to be unable to fully comprehend capabilities of different solutions provided by…

Marcin
- 137
- 1
- 10