I have an easy chart component in vision that shows an integer tag say status of a multi-state button (say 0,1,2 etc). I want to show names of state like on,off,trip, etc.. instead of numbers on Y Axis. How to achieve this?
You want a Symbol Axis:
https://docs.inductiveautomation.com/display/DOC81/Easy+Chart+-+Axes#EasyChartAxes-ConfiguringanEasyChartusingtheSymbolAxis
1 Like
Perfect! Thanks a lot!