[XY axis] Improve expression with explicit params #97247
Labels
Feature:XYAxis
XY-Axis charts (bar, area, line)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature:
Right now the
vis_type_xy
is using a JSON visConfig which is not ideal for other teams to reuse it.We should remove the JSON blob and use explicit params instead.
A good example of this is
vis_data_table
orvis_type_metric
that they have already solved this problem and use explicit params instead of the visConfig json blob.Acceptance criteria/testing scenarios:
The text was updated successfully, but these errors were encountered: