How can align the points inside their respective boxes in Box plot (when an overlay is applied)
How can align the points inside their respective boxes in Box plot (when an overlay is applied)
i have a data where group x is one column lets say A , and on overlay there is another column lets say B .
Is there any option that the points can be aligned in their respective boxes?
Below is my code -
createBoxPlot = Function({dt, cols},
Show("Using Columns for Box Plot:", cols);
// Create Dashboa
...