-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lens] Provide formula helper to simplify integration of Lens instanc…
…es (#122371) * [Lens] Provide formula helper to simplify integration of Lens instances Closes: #103055 * remove generateFormulaColumns from start contract * upsertFormulaColumn * add upsertFormulaColumn to start contract * add integration with embedded_lens_examples * upsert -> insertOrReplace * add support of overriding operations * add docs * fix TS issues * fix some comments * fix PR comments * fix PR comments * fix CI * Update x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/formula_helper.ts Co-authored-by: Marco Liberati <dej611@users.noreply.github.com> * Update x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/formula_helper.ts Co-authored-by: Marco Liberati <dej611@users.noreply.github.com> * remove useEffect * move baseLayer part into getLensAttributes * introduce stateHelperApi * Map -> WeakMap * remove [params.operations] from params Co-authored-by: Marco Liberati <dej611@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
- Loading branch information
1 parent
8c0fbdf
commit 2c52ac2
Showing
20 changed files
with
728 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.