In bar charts, is it possible to set the color of one of the bars dynamically (from a variable) to emphasize that particular bar? When I tried to replace rgb(XXX, XXX, XXX)
with variables (either the whole part or the individual components), I only got error messages. „If“ conditions (within the *data command) also did not work.
I do not want to put the whole diagram under an „if“ condition and create several versions of it (each with another bar emphasized), as this would certainly appear to work, but also stretch the code.