kibana/x-pack/plugins/observability
Cauê Marcondes 7a5c3b482c
[APM] Fix Transaction duration distribution barchart clickarea (#84394)
* [APM] select transaction distribution by clicking on the entire bucket

* fixing margins and bucket click

* changing annotation color

* adding tooltip placement bottom

* addressing pr comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-14 18:29:18 +01:00
..
.storybook Storybook 6 and config changes (#75357) 2020-09-29 19:34:05 -05:00
common Copy dateAsStringRt to observability plugin (#82839) 2020-11-07 19:15:37 -06:00
public [APM] Fix Transaction duration distribution barchart clickarea (#84394) 2020-12-14 18:29:18 +01:00
scripts Observability overview page (#69141) 2020-07-08 21:52:16 +02:00
server Upgrade to hapi version 18 (#80468) 2020-11-02 13:18:00 +01:00
typings [Observability] Fix telemetry for Observability Overview (#83847) 2020-11-20 11:34:50 +01:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json [Observability] Persist time range across apps (#79258) 2020-10-06 13:29:15 +02:00
README.md Add Jest configuration and README to observability plugin (#70340) 2020-06-30 14:03:05 -05:00

Observability plugin

This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.

Unit testing

Note: Run the following commands from kibana/x-pack/plugins/observability.

Run unit tests

npx jest --watch

Update snapshots

npx jest --updateSnapshot

Coverage

HTML coverage report can be found in target/coverage/jest after tests have run.

open target/coverage/jest/index.html