|
In the query editor, if we try to visualize the data, when we select the y-axis list, but we don't see all the columns list in the y-axis but we can able to see all the columns in the x-axis list.
Actual Result set columns Are:
X-Axis:
Y-Axis:
If the X-Axis value is a number and the Y-Axis value is a string, the graph should recognize and auto-revert the graph accordingly if it's possible.
If the X-Axis value is a string and the Y-Axis value is a number or if both X-Axis and Y-Axis values are numbers, draw the graph normally.
If both axes' values are strings, the graph would still be drawn but the value for the X-axis will be the index value.
|