Hello guys, newbie reporting in after a lot of stalking and learning here in the forums, so thanks in advance for everyone willing to help
The goal here is the following: I have a normal chart with 2 y axis where I plot two types of process information (temperature and rotation) from both a setpoint and actual (live) information, comparing the lines āin the same canvasā. Iād like to add a ātoleranceā for the setpoints - and I could do it adding new datasets (which I think itās not the optimal way).
The problem here is that I tried to use this property without any success. Iām not able to find the aliases of the chart items to properly use the tool.
Could anyone give me some starting tips? Thanks in advance!
Could you provide the script youāre starting from? Also, it looks like the DeviationRenderer requires a specific dataset construction which will require additional work in the configureChart scripting.
I tried so many stuff with my chart that it broke down and I had to start from scratch. I have nothing āusefulā right now.
My chart is a āregularā chart, using an additional X Axis (donāt need to use default date one and I read here that is not good to delete it) and two Y axis (temp and rotation). It is a category chart and all dataset are being rendered as āCategory Line/Shape Rendererā. I think these last configurations will not allow me to use this tool, but I was unable to plot it as I want (first image) using other typesā¦
CategoryCharts/Datasets/Renderers are fundamentally incompatible with XYCharts/Datasets/Renderers - before going any further with scripting I would recommend finding out how to get what you want onto an X-Y chart. Looking at your first screenshot, it looks like you could have the X axis be the āzoneā and have a zone number as the interval, since thereās no āCoaterā points graphed.
You are completely right. The ācoater zoneā was just a break between the machine steps. Iāll try to have my chart in a compatible way first then.