For line charts (or any type), is there a way to differentiate the value format on the axis and the values displayed on the lines? For example, below, I'd like the left axis to display percentages with no decimal (5%, 10%, etc. -- NOT 5.00%, 10.00%), but for the values displayed on the line nodes to have two decimals (0.38%, 1.36%, 1.42%, etc.).
When I adjust the format, it blankets it for both the axis and the node values.