-
Updated
May 8, 2022 - HTML
dashboards
Here are 474 public repositories matching this topic...
-
Updated
May 1, 2022 - TypeScript
README.md is still pointing to addons/strip-limits.libsonnet addon as a way to strip containers from set resource limits. However since release-0.8 resource requests are first-level settings and users should use
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>
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Apr 29, 2022 - CSS
pn.panel is probably one of the most important and powerful concepts to understand and master.
Searching through the Panel documentation I can only find small one-liners about it.
Please add documentation to explain how to use it and why its so powerful with examples.
-
Updated
Mar 23, 2022 - Go
-
Updated
May 13, 2022 - Python
-
Updated
Apr 9, 2022 - CoffeeScript
-
Updated
May 13, 2022 - JavaScript
-
Updated
Apr 27, 2022 - CSS
-
Updated
Nov 19, 2020 - HTML
-
Updated
Mar 23, 2022 - Java
-
Updated
May 10, 2022 - JavaScript
-
Updated
May 9, 2022 - C#
-
Updated
May 12, 2022 - PHP
Dash 2.1.0 added shorthand support for dcc.Dropdown, dcc.Checklist and dcc.RadioItems. It would be good to support the same syntax with dbc.Select, dbc.Checklist and dbc.RadioItems respectively.
See community post and [corresponding pull request](https://github.com/plotly/da
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
May 11, 2022 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
May 13, 2022 - JavaScript
-
Updated
Feb 12, 2022 - Java
-
Updated
May 14, 2022 - Shell
-
Updated
May 4, 2021 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
May 14, 2022 - 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."
When a dashboard panel's title is hidden, we should remove the
dashboardPanelTitle__wrapperelement rather than reserving the space. Currently, because this element has a high z-index it renders above the visualization, and means that elements in charts directly underneath are unable to receive clicks.This is especially annoying in markdown panels, where users often have links directly at th