mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] data layer & reference layer as separate types (#126885)
* [Lens] data layer & reference layer as separate types * types better (thanks Marco ) * CR comment
This commit is contained in:
parent
79905bac04
commit
849542e9f3
37 changed files with 534 additions and 363 deletions
|
@ -11,7 +11,8 @@ import {
|
|||
counterRate,
|
||||
metricChart,
|
||||
yAxisConfig,
|
||||
layerConfig,
|
||||
dataLayerConfig,
|
||||
referenceLineLayerConfig,
|
||||
formatColumn,
|
||||
legendConfig,
|
||||
renameColumns,
|
||||
|
@ -39,7 +40,8 @@ export const setupExpressions = (
|
|||
counterRate,
|
||||
metricChart,
|
||||
yAxisConfig,
|
||||
layerConfig,
|
||||
dataLayerConfig,
|
||||
referenceLineLayerConfig,
|
||||
formatColumn,
|
||||
legendConfig,
|
||||
renameColumns,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue