kibana/examples
Stacey Gammon bb747abdaf
Switch to embeddable factory interface with optional override (#61165)
* wip

* typescript map embeddable

* More updates

* Address code review comments and update some usages in SIEM and uptime to the new types

* More clean up - carry over some of the SIEM types to maps for render tool tip

* fixes

* fixes

* Address more review comments

* fixes

* fixes

* fix jest test

* Fix visualize embeddable

* fixes after master merge

* Fixes

* Prefix variable with name "custom" to make it more obvious

* Remove layerList from input state

* fixes

* Update src/plugins/dashboard/public/embeddable/dashboard_container_factory.tsx

Co-Authored-By: Vadim Dalecky <streamich@users.noreply.github.com>

* review updates

* fixes

* update maps readme

Co-authored-by: Vadim Dalecky <streamich@users.noreply.github.com>
2020-04-02 14:27:51 -04:00
..
alerting_example Adding PagerDuty icon to connectors cards (#60805) 2020-03-31 13:41:00 -04:00
bfetch_explorer Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
demo_search [Search service] Add async search strategy (#53057) 2020-02-25 15:57:40 -07:00
embeddable_examples Switch to embeddable factory interface with optional override (#61165) 2020-04-02 14:27:51 -04:00
embeddable_explorer Switch to embeddable factory interface with optional override (#61165) 2020-04-02 14:27:51 -04:00
search_explorer Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
state_containers_examples [State Management] State syncing helpers for query service I (#56128) 2020-02-27 12:08:08 +01:00
ui_action_examples Revert "Drilldowns (#59632)" (#61136) 2020-03-24 16:22:11 -05:00
ui_actions_explorer Revert "Drilldowns (#59632)" (#61136) 2020-03-24 16:22:11 -05:00
url_generators_examples update typescript version in all packages to avoid warnings (#59787) 2020-03-10 11:37:02 -07:00
url_generators_explorer update typescript version in all packages to avoid warnings (#59787) 2020-03-10 11:37:02 -07:00
README.md bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00

Example plugins

This folder contains example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples