[TSVB] Cleanup typos in types #161019
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: main
There is this magic typo in TSVB Panel model:
kibana/src/plugins/vis_types/timeseries/common/types/panel_model.ts
Lines 104 to 105 in 6f87e1d
The problem here is that value percolates undisturbed in our saved objects in both of its forms, at least from a quick search I've done around both prop names.
This is also used as a boolean flag but is typed as a number with no real reason.
The text was updated successfully, but these errors were encountered: