Ignition Perspective Chart Customization

I have this dataset and I want to plot this in Ignition perspective chart, I want to plot the chart based both Attribute values and Nelson Rules violated for each value, if true show a green color and red color for false. How to plot this in perspective and which chart is prefered for this. We were trying using XY Chart and Bubble chart feature on XY chart

Basically what we are trying to achieve is we need to plot only the AttrValue column and then based on whether the Attrvalue has violated any of the NelsonRules we need to show a red dot at that particular datapoint.
For example in our dataset shown below AttrValue 30 has violated NelsonRule3 so it should be shown in a red dot, whereas AttrValue 8 has not violated any NelsonRules so it should be displayed normally in the plot.

The chart can be a general Line chart (XY Chart) but whenever rules are violated, that specific data point needs to be marked red as shown in below image: