Commit bef4374
* Deangularize timelion vis
* Refactoring
* Fix path
* Update timelion_controller.ts
* Remove unused deps
* Create vis_type_timelion
* Create ChartComponent
* Render chart in react
* Reactify timelion editor
* Change translation ids
* Use hooks
* Add @types/pegjs into renovate.json5
* Add validation, add hover suggestions
* Style fixes
* Change plugin setup, use kibana context
* Update
* Fix ticks
* Fix plotselected listener
* Fix plothover handler
* Add TS for options
* Update TS
* Restructuring
* Change plugin start
* Remove vis from timelion plugin
* Rename class
* Mock services
* Fix other comments
* Remove duplicate files
* Convert test to jest
* Remove kibana_services from timelion
* Delete visualize_app.ts.~LOCAL
* Refactoring
* Fix TS
* Refactoring, TS
* Import eui variables
* Import styling constants
* Move react components to vis_type_timelion
* Fix TS
* Move ui imports to legacy_imports.ts
* Move chain.peg to vis_type_timelion
* Fix path
* Use KibanaContext instead kibana_services.ts
* Refactoring
* Refactoring
* Add @types/flot
* Fix issue with hovered series color
* Update renovate.json5
* Pass timelionPanels as dependencies
* Move common folder to vis_type_timelion
* Move back tick_formatters.ts
* Rename styles file
* Refactoring
* Update _index.scss
* Move to_milliseconds to common
* Revert yaxes formatting
* Refactoring
* Refactoring
* Use Panel directly
* Refactoring of to_milliseconds.ts
Co-authored-by: Daniil Suleiman <31325372+sulemanof@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Daniil Suleiman <31325372+sulemanof@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 825e93b commit bef4374
File tree
69 files changed
+1104
-228
lines changed- src/legacy/core_plugins
- timelion
- public
- directives
- __tests__
- chart
- panels/timechart
- vis
- server
- handlers
- lib
- lib/classes
- series_functions
- holt
- vis_type_timelion
- common
- lib
- public
- components
- helpers
- webpackShims
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+1104
-228
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
375 | 383 | | |
376 | 384 | | |
377 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
0 commit comments