-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lens] Removing updateVisualizationState updater (#113779)
* make editVisualizationAction separate action to get rid of updater * add insertLayer to remove updater when inserting new Layer * wip * removeLayers before merging into one function * chart switch refactor to single updater * replace updater with newState * check onEditAction * remove layer remove updater * addLayer updater * set Layer Default Dimension * wip * mocks divided * visualization mock lint fix * add tests for layers * further divide * rename ts to tsx * Rename index.tsx to index.ts * Update x-pack/plugins/lens/public/state_management/index.ts * Revert "[Lens] cleanup divide mock file to smaller pieces" This reverts commit 1bb2e1a. Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
e1bf92c
commit 2ad1f91
Showing
14 changed files
with
680 additions
and
715 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.