visualizations
Here are 268 public repositories matching this topic...
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Jan 10, 2021 - Python
kui detects links and makes them clickable
it would be neat if it could also detect if the output on the console is a kui command, make it clickable so that when clicked the corresponding/linked command is executed.
example:
> echo auth add a:b
auth add a:b # this is detected as a kui command and made clickable so that it results in
> auth add a:b <return> # being executed
-
Updated
Feb 2, 2021 - Jupyter Notebook
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Feb 2, 2021
-
Updated
Jan 25, 2021 - TypeScript
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Sep 16, 2020 - CSS
-
Updated
Oct 7, 2017 - JavaScript
-
Updated
Jan 22, 2021 - Jupyter Notebook
-
Updated
Jan 26, 2021 - Jupyter Notebook
-
Updated
Jan 18, 2021 - C#
Is your feature request related to a problem? Please describe.
In a few places we're forcing a disabled element by adding the class
.navi-report__action-link--force-disabled {
color: @disabled-gray !important;
cursor: not-allowed !important;
}
Probably because some child's cursor and color styles ignore its parent's disabled attribute/class.
**Describe the solution y
-
Updated
Feb 4, 2021 - Python
Splash screen right now is inconsistent with the theme, it would be better to have a theme based splash screen for both iOS and Android implemented in flutter itself.
-
Updated
Feb 2, 2021 - Python
-
Updated
Aug 12, 2015
-
Updated
Feb 8, 2021 - Jupyter Notebook
User often do lots of parameter tuning. What some would like is create a new batch from filtered results (e.g. my_param: best_value), so that they can save them as a milestone with a descriptive name.
TODO
- Add a "Move filtered outputs" menu item, next to the "Rename batch" item, and [much like it](https://github.com/Samsung/qaboard/blob/master/webapp/src/components/CommitNavbar.js#
-
Updated
Oct 15, 2020
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Jan 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the visualizations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visualizations topic, visit your repo's landing page and select "manage topics."
Part of elastic/kibana#91715
In
https://github.com/elastic/kibana/blob/master/x-pack/plugins/lens/public/indexpattern_datasource/loader.ts#L338-L342
the list of index patterns is loaded via saved objects client.
This should be replaced by using the
getIdsWithTitlemethod of the index pattern service.