mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] [metric visualization] a column normalized by unit doesn't display properly on dashboard (#142741)
* [Lens] [metric visualization] a column normalized by unit doesn't display properly on dashboard Closes: #142615 * add test * [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs' * bundle size reduction Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c05190e516
commit
4854f425c8
11 changed files with 96 additions and 37 deletions
|
@ -34,7 +34,8 @@ import {
|
|||
VisState850,
|
||||
LensDocShape850,
|
||||
} from './types';
|
||||
import { DOCUMENT_FIELD_NAME, layerTypes, LegacyMetricState, isPartitionShape } from '../../common';
|
||||
import { DOCUMENT_FIELD_NAME, layerTypes, LegacyMetricState } from '../../common';
|
||||
import { isPartitionShape } from '../../common/visualizations';
|
||||
import { LensDocShape } from './saved_object_migrations';
|
||||
|
||||
export const commonRenameOperationsForFormula = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue