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
0
votes
0 answers
Data link issue-Grafana
i have a grafana link eg::http://10.14.116.3:3000/d/3DswEOcVz/single-transaction?orgId=13&viewPanel=2, what do i need add to link above in another dashboard table to filter based on the txn ID value i clicked. The two tables have similar…
0
votes
1 answer
How do I manually adjust the y-axis in Tremor charts
Im creating dashboards and tremor is doing things pretty well. I just cant seem to fix this issue of y-axis range. See below. The tooltip shows there were 22 sales on Friday, not 12.
I dont see anything in the documentation that lets me set the…

Muhammad Mubashirullah Durrani
- 329
- 3
- 16
0
votes
0 answers
Macro VBA Button to save screenshot of Dashboard in Sheet in JPG on Excel (using version 16.67 on Mac)
I am trying to make a button with VBA which automatically creates a screenshot of my dashboard presented in my worksheet and saves it as a separate JPG file.
I am using a Mac with Excel version 16.67.
The idea is that the button is able to do the…

Wutruvic
- 83
- 7
0
votes
2 answers
How To Show Label Name in Dashboard Chart
How to show categories names in chart.
Take a look at row 92. Categories come from API.
I take the categories relative to the products.
import { useContext, useEffect } from 'react';
import Chart from 'chart.js/auto'
import { Doughnut, Line, Pie,…

Maxi Kravaykov
- 11
- 2
0
votes
1 answer
How to update Jupyter dashboard according to a query
I am trying to fix a widget in my Jupyter notebook that is labeled Water Rescue. It is supposed to change the data table in the output to where it shows a list of dogs with the different breeds that meet the criteria of a water rescue dog, such as…

FireMonkey
- 7
- 4
0
votes
1 answer
read and update google sheets using streamlit
I have a small business requirement to build a dashboard and I was searching for some solutions where I came across streamlit using python. Since am new to streamlit I need to know whether below options are possible before I start building…

Varun G
- 11
- 3
0
votes
0 answers
Restored Project = broken dashboard
We had some projects deleted in Azure DevOps and we restored them, however all the widgets in the dashboard are broken. Is there a way to recover them or do we have to rebuild?
The dashboard does report across 3 projects, all of which were deleted…

DeAnna
- 1
- 1
0
votes
1 answer
Admin client not registering to spring boot admin server
I have created personal microservice and registered it to spring boot admin. Its working fine. But when I applied same dependency and properties in my organisation project then admin clients are not registering to spring boot admin server.
Even…

Prem Sagar Gupta
- 1
- 1
0
votes
0 answers
How can I integrate my dynamics CRM dashboard into my asp.net web application?
I created 3 entities in microsoft dynamics 365 and I have a .net core application that connects to microsoft dynamics 365 and manages the 3 entities, I would like to display the dashboard generated by dynamics in my web application
i would like to…
0
votes
1 answer
Atlassian Forge Jira Dashboard Gadget - No "entryPoint" for edit mode
I am working on a Custom UI Dashboard Gadget using the forge documentation here. The documentation refers to the context.extension.entryPoint. I can retrieve and see the context, and context.extension in the values returned by view.getContext() but…

RodP
- 382
- 2
- 12
0
votes
0 answers
How to connect two tables by month slicer in excel?
I have two tables,
Transaction table- [Category Type, Category, Sub-Category, Amount, Date(dd-mm-yy), Time, Transaction Method]
2)Budget Table - [Month(mmm-yyy), Category, Budget, Sum]
I want to connect the two by month with a slicer
and also…

ABHA AGARWAL
- 1
- 1
0
votes
0 answers
Scale x-axis in Grafana to show the seconds tick
I am new to Grafana and using a PostgreSQL data source for getting data and plotting the graph using the query results. I am trying to plot a time series graph where my data points present in the database varies every 10 seconds
Currently, in…

Kamal
- 453
- 1
- 10
- 22
0
votes
0 answers
How to include a matplotlib graph for an interactive dashboard?
I want to include a line chart (constructed with matplotlib) in an interactive dashboard. My graph describes the evolution for one year of the frequency of the word "France" in 7 media for Central Africa. The database is called:…
0
votes
1 answer
OCI(Oracle cloud infrastructure) user login activity audit
has anyone done or knows OCI(Oracle cloud infrastructure) user login activity to audit and create a dashboard or report? I know a few built-in audits on OCI but I am looking for user audit like when logged in, current active users so on.

raindrop
- 525
- 1
- 9
- 16
0
votes
1 answer
Submitting game dashboard news items with C# SDK
I'm looking for samples/references to submitting dashboard news items. I see the REST API is getting deprecated, and after too many hours looking, I can't find any documentation on submitting game notifications ("You've been invited to a new game,"…

Scott
- 1
- 1