Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Lens] Support metric trendlines #141851

Merged
merged 69 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
f513a60
metric trendline in renderer
drewdaemon Sep 26, 2022
4d69149
restore secondary prefix behavior
drewdaemon Sep 26, 2022
bddb43f
test metric_vis component trendline support
drewdaemon Sep 26, 2022
f71796d
add trendline support to the metric vis
drewdaemon Sep 26, 2022
4168799
resolve layer type mismatch
drewdaemon Sep 27, 2022
f5e57a6
linked layers
drewdaemon Sep 27, 2022
ab21531
automatic time dimension support
drewdaemon Sep 28, 2022
75b38f5
removing dimensions within reducer
drewdaemon Sep 28, 2022
880b875
Merge branch 'main' of github.com:elastic/kibana into metric-trendlines
drewdaemon Sep 28, 2022
ede4952
update unit test
drewdaemon Sep 28, 2022
0e4d03d
add synced dimensions
drewdaemon Sep 28, 2022
a545712
fix the breakdown-by case
drewdaemon Sep 29, 2022
959d7c8
hidden layer
drewdaemon Sep 29, 2022
1f9ea5c
pass inspector table IDs, update test
drewdaemon Sep 29, 2022
ddad093
allow dimension editor to specify which layer to delete
drewdaemon Sep 29, 2022
1f5c781
fix test
drewdaemon Sep 29, 2022
ac5f33d
restore N/A behavior
drewdaemon Sep 29, 2022
6e16f71
handle dataviews with no default time field
drewdaemon Sep 30, 2022
8cc8637
Merge branch 'main' of github.com:elastic/kibana into metric-trendlines
drewdaemon Sep 30, 2022
c628c9c
Adding trend a11y
drewdaemon Sep 30, 2022
402a4c5
correct the layer actions
drewdaemon Sep 30, 2022
27e131e
basic functional test
drewdaemon Oct 3, 2022
ae503fe
move hiding to group config
drewdaemon Oct 3, 2022
53bfcc6
update tests and types
drewdaemon Oct 4, 2022
4cf712d
change import to be type
drewdaemon Oct 4, 2022
067103d
clean up comment
drewdaemon Oct 4, 2022
0590fa1
raise bundle limit
drewdaemon Oct 4, 2022
30681d9
fix i18n strings
drewdaemon Oct 4, 2022
fa62902
fix functional test
drewdaemon Oct 4, 2022
4e3bc37
Merge branch 'main' into metric-trendlines
kibanamachine Oct 4, 2022
e0de0a7
Merge branch 'main' into metric-trendlines
flash1293 Oct 5, 2022
1a0f543
[CI] Auto-commit changed files from 'node scripts/build_plugin_list_d…
kibanamachine Oct 5, 2022
73b4601
keep aggs in correct order
drewdaemon Oct 5, 2022
cf5e65d
clarify dimension groups during drag-drop operations
drewdaemon Oct 5, 2022
775cb84
Merge branch 'metric-trendlines' of github.com:andrewctate/kibana int…
drewdaemon Oct 5, 2022
8ae1161
fix type
drewdaemon Oct 5, 2022
a55807e
fix interlayer drag
drewdaemon Oct 6, 2022
f2b7198
dimension editor changes
drewdaemon Oct 6, 2022
d31b9d6
update test
drewdaemon Oct 6, 2022
11f0728
fix small types
drewdaemon Oct 6, 2022
fbd2421
Merge branch 'main' into metric-trendlines
kibanamachine Oct 7, 2022
095c629
Merge branch 'main' of github.com:elastic/kibana into metric-trendlines
drewdaemon Oct 10, 2022
36d3bbc
Merge branch 'metric-trendlines' of github.com:andrewctate/kibana int…
drewdaemon Oct 10, 2022
82377dc
isolate layerTypes in own modulet push -f
drewdaemon Oct 10, 2022
9d4ae66
remove some unnecessary styling
drewdaemon Oct 10, 2022
590d55d
update functional test
drewdaemon Oct 10, 2022
bfafecf
sync secondary metrics as well
drewdaemon Oct 11, 2022
1aeeeb1
don't sync dimensions in the middle of onDrop routine
drewdaemon Oct 11, 2022
477e71b
give layer panel controll of removing dimensions after drop
drewdaemon Oct 11, 2022
ec2a858
Merge remote-tracking branch 'upstream/main' into metric-trendlines
flash1293 Oct 12, 2022
5aa3586
fix tests
flash1293 Oct 12, 2022
c4bb7e3
datasource handles syncing columns
drewdaemon Oct 12, 2022
235af55
Merge branch 'metric-trendlines' of github.com:andrewctate/kibana int…
drewdaemon Oct 12, 2022
569de98
fix mock typings
drewdaemon Oct 12, 2022
afd11c6
fix goal to metric logic
drewdaemon Oct 12, 2022
7e91f39
update unit test
drewdaemon Oct 12, 2022
896a216
fix text based
drewdaemon Oct 13, 2022
5f0367e
use NaN instead of null in elastic-charts
drewdaemon Oct 13, 2022
53c281b
Merge branch 'main' of github.com:elastic/kibana into metric-trendlines
drewdaemon Oct 13, 2022
3ac1e01
fix applying collapse function
drewdaemon Oct 13, 2022
e2c0c45
safer typing for collapse functions
drewdaemon Oct 13, 2022
5b0dbe3
Merge branch 'main' of github.com:elastic/kibana into metric-trendlines
drewdaemon Oct 14, 2022
8ee436c
gating trendlines if reduced time range is present
drewdaemon Oct 14, 2022
3765150
Merge branch 'main' of github.com:elastic/kibana into metric-trendlines
drewdaemon Oct 17, 2022
b54775a
remove unused import
drewdaemon Oct 17, 2022
e9d9c69
remove unused import
drewdaemon Oct 17, 2022
f86aafd
fix some types
drewdaemon Oct 17, 2022
d48b4b7
type collapse functions for convert-to-lens
drewdaemon Oct 17, 2022
0bd4f99
update functional tests
drewdaemon Oct 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
*/

export const EXPRESSION_METRIC_NAME = 'metricVis';
export const EXPRESSION_METRIC_TRENDLINE_NAME = 'metricTrendline';

export const DEFAULT_TRENDLINE_NAME = 'default';

export const LabelPosition = {
BOTTOM: 'bottom',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading