-
Updated
Mar 16, 2021 - HTML
dashboards
Here are 340 public repositories matching this topic...
Bug description
If you break down by a value that has a lot of options (like screen height for example) some values end up being grey.
Expected behavior
We should just have more colours, or can even recycle the current colours.
How to reproduce
-
Updated
Mar 11, 2021 - TypeScript
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
What is missing?
I was chatting with @paulfantom and we were thinking of having a first-class field in our top level configuration called platform that applies the respective platform specific patch automatically, instead of people having to understand how to use it in jsonnet.
**Why do we need it
-
Updated
Mar 6, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Mar 3, 2021 - CoffeeScript
-
Updated
Mar 17, 2021 - CSS
-
Updated
Mar 3, 2021 - CSS
-
Updated
Mar 17, 2021 - Python
-
Updated
Mar 16, 2021 - Go
-
Updated
Mar 16, 2021 - JavaScript
-
Updated
Nov 19, 2020 - HTML
-
Updated
Mar 17, 2021 - Python
I've been working on the MaterialTemplate and when adding a background color to the "main" area I see the below problem.
This will be a problem as soon as people as a different background color than white.
-
Updated
Mar 14, 2021 - PHP
-
Updated
Mar 12, 2021 - C#
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Mar 14, 2021 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
Sep 15, 2020 - Ruby
-
Updated
Mar 17, 2021 - Java
-
Updated
Mar 5, 2021 - Python
-
Updated
Mar 16, 2021 - Go
Improve this page
Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."


Per elastic/kibana#89748 (review)
The filter modal is using switches to disable/enable individual filters. As switches should only be used if toggling them has an immediate effect (which is not the case in this modal, "Apply" has to be clicked for something to happen) they should be replaced by checkboxes
<img width="437" alt="Screenshot 2021-03-10