Bug #1188
openX-Axis/Y-Axis labels are not distributed into equal sections across charts compared to Power BI behavior
0%
Description
In the Visualization Section, the charts are not displaying X-Axis and Y-Axis labels in evenly distributed sections based on the dataset. When the same dataset is visualized in Power BI, the axis values are automatically divided into equal intervals/sections, which improves readability and proper data scaling.
However, in the current Prism implementation, the charts directly display the data bars without properly distributing the axis labels into equal sections. This results in improper spacing and scaling of the axis values, making the chart visualization inconsistent compared to the expected behavior.
Actual Result
Axis labels are not divided into equal intervals/sections.
Data bars appear directly without proper axis scaling.
Chart readability and spacing are inconsistent compared to Power BI.
Expected Result
X-Axis and Y-Axis labels should be automatically divided into equal sections/intervals based on the dataset.
Chart scaling and spacing should follow standard visualization behavior similar to Power BI.
Data bars should align correctly according to the evenly distributed axis sections.