def configureChart(self, chart):
# Put your code here
self.startDate = self.parent.startDT
self.endDate = self.parent.endDT
headers = ["NAME","TAG_PATH","AGGREGATION_MODE","AXIS","SUBPLOT","ENABLED","COLOR","DASH_PATTERN","RENDER_STYLE","LINE_WEIGHT","SHAPE","FILL_SHAPE","LABELS","GROUP_NAME","DIGITAL","OVERRIDE_AUTOCOLOR","HIDDEN","USER_SELECTABLE","SORT_ORDER","USER_REMOVABLE"]
data = []
data.append(["LIT0101","[default]Item1/Sensors/LIT0101/SensorStatus/value","MinMax","cm","1","true","color(255,85,85,255)","","1","1.0","0","true","false","","false","false","false","true",3,"true"])
data.append(["LIT0201","[default]Item1/Sensors/LIT0201/SensorStatus/value","MinMax","cm","1","true","color(85,85,255,255)","","1","1.0","0","true","false","","false","false","false","true",2,"true"])
data.append(["LIT0202","[default]Item1/Sensors/LIT0202/SensorStatus/value","MinMax","cm","1","true","color(85,255,85,255)","","1","1.0","0","true","false","","false","false","false","true",1,"true"])
dataset = system.dataset.toDataSet(headers, data)
self.tagPens = dataset
When this chart show, it always flashing?