mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] Switch to unified metric renderer (#126019)
* Switch to unified metric renderer * Fix tests * Fix snapshots * Remove unused translation * Fix tests * Fix font size mapping Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2836018b0e
commit
9f880f207f
35 changed files with 229 additions and 1262 deletions
|
@ -9,7 +9,6 @@ import type { CoreSetup } from 'kibana/server';
|
|||
import {
|
||||
xyChart,
|
||||
counterRate,
|
||||
metricChart,
|
||||
yAxisConfig,
|
||||
dataLayerConfig,
|
||||
referenceLineLayerConfig,
|
||||
|
@ -38,7 +37,6 @@ export const setupExpressions = (
|
|||
[
|
||||
xyChart,
|
||||
counterRate,
|
||||
metricChart,
|
||||
yAxisConfig,
|
||||
dataLayerConfig,
|
||||
referenceLineLayerConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue