I set a manual range for the y-axis in the Charting tool from [-1 to 1], but because I have no positive values Alteryx is overriding the manual setting. Desired effect is to override this override and have the full range from -1 to 1 and not -1 to 0. How would I override this override?
Warning: Charting (397): Vertical axis Manual Maximum will result in all data squeezed into a very small part of the chart. Default Settings will be used.
Solved! Go to Solution.
You could try creating a dummy value as a placeholder and colour it white in the series so it becomes invisible.
Creating a dummy value does work, but it would still be nice to have an override for this instead of having to place a dummy value. Thanks much!