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

Tableau: Set a filter with one value always selected and let user to choose others?

I want to create a table with a filter for use to select and compare things: Say I have a variable Var, containing values A, B, C, D, E. I want to have a filter so that an user can select one of A B C D, meanwhile E is always selected. So the…
Alan H
  • 33
  • 1
  • 3
3
votes
0 answers

creating a dashboard in a laravel project

In my laravel project i need to make a dynamic dashboard something like a power bi dashboard and i'm new to everything related to laravel. My main problem is to add or to create a dashboard in a laravel project. For example when the user go to the…
3
votes
1 answer

Exception: Layout must be a dash component or a function that returns a dash component

I am trying this simple piece of code and it is rising an exception mentioned in the title. import dash import dash_core_components as dcc import dash_html_components as html import plotly.graph_objs as go import pandas as…
Nisarg Bhatt
  • 379
  • 1
  • 13
3
votes
3 answers

Show Sub-task's parent Story on JIRA Dashboard using Filter Query

I have a Kanban Software Project in JIRA Cloud. I use Stories with Sub-tasks to separate different things that have to be done. On a dashboard, I use a Filter Results gadget to show Issues. The Sub-tasks are shown in a format as such: ABC-13 /…
Rein
  • 1,347
  • 3
  • 17
  • 26
3
votes
1 answer

Create histograms in Grafana with alphabetical values as x-axis

I need to create a dashboard to be used in a control room, where a bunch of operators will need to monitor the number of tasks assigned to other employees (among other aspects). Source data will be coming from a RDBMs (PostgreSQL, in this case). We…
paoloyx
  • 575
  • 1
  • 7
  • 12
3
votes
1 answer

Value Decimal conflict in "Line and Stacked Column Chart" in Power BI

I have a Line and Stacked Column Chart in Power BI. The problem I can not solve is , I want to show the 1 decimal in Line Data Value, but not in Column Value. My chart is this ; I click the Data Labels in properties and set 1 in the Value Decimal…
enesteymir
  • 105
  • 1
  • 7
3
votes
1 answer

Collapsible menu item in shiny dashboard sidebar

I have two menu items in the sidebar. Currently, if I click on any menu item the tab items for all the menu items are shown. I want to make it collapsible, if I click on multiple names menu, Single Analysis should collapse and if I click on the…
Rohit Kumar Singh
  • 647
  • 1
  • 7
  • 17
3
votes
1 answer

Why doesn't Flink dashboard show the number of records received from the source or written to a sink?

The Flink dashboard is great and shows a lot of details for jobs that are running. One thing I have noticed, however, is that the source and sinks of a job will show the records received and records sent as 0 respectively. Now I know that they are…
Jicaar
  • 1,044
  • 10
  • 26
3
votes
3 answers

What's the best way to save test data to a database from jenkins/hudson?

I'm trying to make a dashboard for test results (dynamically filtered by os/hardware/ect tags) from jenkins. What's the best way for jenkins to save test results from an xml file to a central db(preferably postgres)? The sql plugins seem to be…
Roman A. Taycher
  • 18,619
  • 19
  • 86
  • 141
3
votes
1 answer

Rails Active Admin: How to add a CSV uploader action on dashboard page

I am working on a project where I have a CSV uploader class method import_listings(file) which is being called by Sidekiq perform method. class CsvWorker include Sidekiq::Worker sidekiq_options retry: false def perform(file) …
Saurav Prakash
  • 1,177
  • 1
  • 11
  • 25
3
votes
0 answers

Plotly Python Dashboard error py.dashboard_ops.upload

I’m trying to replicate the dashboard example here I got 2 errors: 1) Using the “fileId_from_url” function I get the raw_fileId as empty so that when I try to access it raw_fileId = re.findall("~[A-z]+/[0-9]+", url)[0][1: ] I get the…
scana
  • 111
  • 1
  • 11
3
votes
2 answers

Dashboard for Log4Net

I am using Log4Net in my asp.net application to log the errors in the database. I am looking for a dashboard which is open source/free and can display the summary on the screen and related documentation. Anyone has used dashboard for Log4Net or any…
Zerotoinfinity
  • 6,290
  • 32
  • 130
  • 206
3
votes
4 answers

Dashboard pattern: HorizontalScrollView with pagination or ScrollView?

I am starting a new application and I am willing to use the Dashboard pattern. For example: The Google IO app uses it: My issue is that the amount of buttons will be more than six. I'm not sure if I should use vertical or horizontal…
Macarse
  • 91,829
  • 44
  • 175
  • 230
3
votes
1 answer

Google Visualization Dashboard with filter and DataView

I have a DataTable that looks something like this: +-------+---------+--------+ | month | name | income | +-------+---------+--------+ | Jan | Alice | $5,000 | | Feb | Alice | $3,000 | | Mar | Alice | $4,500 | | Jan | Bob |…
stevendesu
  • 15,753
  • 22
  • 105
  • 182
3
votes
1 answer

How to recongnise routes in a Rails App

I have this very basic question. I am using this dashboard rails engine, and this gives me a views/layouts/dashing/dashboard.html.erb. This is the layout of the dashboard view. But I want to customize this view, like add a navigation bar, that has…
Novneet Nov
  • 592
  • 1
  • 7
  • 22