XY Renderer unification - axis handling #129062
Labels
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
technical debt
Improvement of the software architecture and operational architecture
The unified XY renderer has to support two different styles of handling axis configurations:
To unify both approaches, the following behavior should be implemented:
Examples
implicit axis -> chart will create a "left" axis
Chart will render a single right axis with auto assigment logic
explicit assignment and explicit axis
Chart will render y1 on axis 1 on the right side and y2 on axis 2 on the left side with specified settings (lookup via id/axisId)
mixed axis assignment
Chart will assign y1 to axis 1 because that's explicitly stated. based on its formatter, y2 will either be assigned to axis 1 as well (in case the formatters of y1 and y2 match) or it will be assigned to an implicit axis with default settings and position right
The text was updated successfully, but these errors were encountered: