Actions
Bug #1848
openChart displays only first Y-axis field values; ignores others unless reordered
Description
On the Visualization screen, when multiple fields are added to the Y-axis (e.g., 2–3 columns):
- The chart only displays the first selected column’s values
- Other selected Y-axis fields are not shown in the chart
- If user moves another field to the first position, only then its values appear
Steps to Reproduce
- Open Visualization screen
- Add a column to X-axis
- Add multiple columns (2–3) to Y-axis
- Observe chart data
- Change order of Y-axis fields
Actual Result
- Only first Y-axis field is displayed
- Other fields are ignored
- Reordering changes which data is visible
Expected Result
- All selected Y-axis fields should be displayed simultaneously
- Chart should support multiple series correctly
- Data visibility should not depend on order
Files
Updated by ALi RAZA 2 days ago
- Status changed from New to Resolved
- Assignee set to ALi RAZA
- % Done changed from 0 to 100
Chart displays only first Y-axis field values; ignores others unless reordered
That is working as expected same as power bi does so for parity with power bi it is working fine without any issue so i believe no need to change anything in this flow but if you have any other suggestion so do let me know I'll implement it right away.
Actions