-
Notifications
You must be signed in to change notification settings - Fork 158
Description
Description:
We often work with financial and performance charts that use multiple axes to represent different metrics. Currently, igx-data-chart does not provide an official way to align the zero points across these axes. Misaligned zeros make visual comparisons difficult and can lead to misinterpretation of the data.
Requested Feature:
Property Name: alignZeroPoints (for example)
Type: boolean
Default: false
Behavior: When set to true, the chart should align the zero points of all axes automatically, ensuring consistent visual comparison across metrics.
Why This Is Important:
Accurate zero alignment is critical for financial and analytical dashboards.
It ensures charts are readable and visually consistent.
Currently, there is no officially supported way to achieve this externally without relying on internal or undocumented properties.
Request:
We would greatly appreciate it if this feature could be prioritized and included in an upcoming release, as it is essential for our application’s charting accuracy.