-
Updated
Aug 1, 2020 - HTML
dashboards
Here are 273 public repositories matching this topic...
-
Updated
Aug 17, 2020 - JavaScript
Is your feature request related to a problem?
I want to be able to disable the sharing link for extra security
Describe the solution you'd like
A toggle to disable the sharing link in the sharing modal
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
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
Jun 4, 2020 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Aug 20, 2020 - Jsonnet
-
Updated
Jul 16, 2020 - CoffeeScript
-
Updated
Jul 15, 2020 - CSS
-
Updated
Aug 19, 2020 - Go
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 18, 2020 - HTML
-
Updated
Aug 10, 2020 - Python
-
Updated
Aug 20, 2020 - PHP
-
Updated
Aug 18, 2020 - C#
-
Updated
Aug 21, 2020 - CSS
Add chartJS to Panel
This implentation should be very similar to the Echarts Pane. So maybe starting with a copy of the relevant files of that would be a way to start.
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Jun 27, 2020 - Java
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 1, 2018 - Ruby
-
Updated
Mar 29, 2018 - Python
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 6, 2019 - Python
-
Updated
Jul 13, 2020 - Go
-
Updated
Aug 13, 2020
-
Updated
Aug 5, 2020 - JavaScript
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."

In the latest version of elastic-charts, stacked charts support fitting functions as well https://github.com/elastic/elastic-charts/blob/master/CHANGELOG.md#features
Currently, fitting functions are disabled for stacked area charts.
By enabling it, we can use the same fitting functions for them as well.