XY chart data not display correctly

In xy chart i need to display every day data but it display data combining not day wise.

How are your data sources configured ?

data source we write a query to get day wise data of energy consumption

Paste in your code for the XY Chart.

  1. In Designer, right click on the chart and select copy.
  2. Click the gear icon on the forum editor and select Hide Details.
  3. Inside that press the </> code formatting icon.
  4. Paste the code in there.

You should see something like this prior to posting the code. (Backticks have been replaced by apostrophes for the demo.)

'''
[details="Summary"]
'''
type or paste code here
'''
[/details]
'''

This will result in a very tidy post with a dropdown as shown below and nicely formatted dictionary inside it.

Summary
type or paste code here
Summary

[
{
“type”: “ia.chart.xy”,
“version”: 0,
“props”: {
“title”: {
“text”: “Day Energy Monitor”
},
“xAxes”: [
{
“name”: “time”,
“label”: {
“enabled”: true,
“text”: “Day”,
“color”: “”
},
“visible”: true,
“tooltip”: {
“enabled”: true,
“text”: “”,
“cornerRadius”: 3,
“pointerLength”: 4,
“background”: {
“color”: “”,
“opacity”: 1
}
},
“inversed”: false,
“render”: “date”,
“category”: {
“break”: {
“enabled”: false,
“startCategory”: “”,
“endCategory”: “”,
“size”: 0.05
}
},
“date”: {
“baseInterval”: {
“enabled”: true,
“timeUnit”: “day”,
“count”: 1,
“skipEmptyPeriods”: false
},
“range”: {
“max”: “”,
“min”: “”,
“useStrict”: false
},
“break”: {
“enabled”: false,
“startDate”: “”,
“endDate”: “”,
“size”: 0.05
},
“inputFormat”: “M/d/yyyy HH:mm:ss”,
“format”: “d/M/yy”
},
“value”: {
“range”: {
“max”: “”,
“min”: “”,
“useStrict”: false
},
“logarithmic”: false,
“break”: {
“enabled”: false,
“startValue”: 0,
“endValue”: 100,
“size”: 0.05
},
“format”: “#,###.##”
},
“appearance”: {
“opposite”: false,
“inside”: false,
“labels”: {
“color”: “”,
“opacity”: 1,
“rotation”: 90
},
“grid”: {
“color”: “”,
“opacity”: 0,
“dashArray”: “”,
“minDistance”: 60,
“position”: 0.5
},
“font”: {
“size”: 9,
“weight”: 1000
}
}
}
],
“yAxes”: [
{
“name”: “D”,
“label”: {
“enabled”: true,
“text”: “KWH”,
“color”: “”
},
“visible”: true,
“tooltip”: {
“enabled”: true,
“text”: “”,
“cornerRadius”: 3,
“pointerLength”: 4,
“background”: {
“color”: “”,
“opacity”: 1
}
},
“inversed”: false,
“render”: “value”,
“category”: {
“break”: {
“enabled”: false,
“startCategory”: “”,
“endCategory”: “”,
“size”: 0.05
}
},
“date”: {
“baseInterval”: {
“enabled”: true,
“timeUnit”: “day”,
“count”: 1,
“skipEmptyPeriods”: true
},
“range”: {
“max”: “”,
“min”: “”,
“useStrict”: false
},
“break”: {
“enabled”: false,
“startDate”: “”,
“endDate”: “”,
“size”: 0.05
},
“inputFormat”: “yyyy-MM-dd kk:mm:ss”,
“format”: “HH:mm:ss a”
},
“value”: {
“range”: {
“max”: “”,
“min”: “”,
“useStrict”: false
},
“logarithmic”: false,
“break”: {
“enabled”: false,
“startValue”: 0,
“endValue”: 100,
“size”: 0.05
},
“format”: “#,###.##”
},
“appearance”: {
“opposite”: false,
“inside”: false,
“labels”: {
“color”: “”,
“opacity”: 1
},
“grid”: {
“color”: “”,
“opacity”: 0,
“dashArray”: “”,
“minDistance”: null,
“position”: 0.5
},
“font”: {
“size”: 10,
“weight”: 500
}
}
}
],
“series”: [
{
“name”: “Diff”,
“label”: {
“text”: “KWH”
},
“visible”: true,
“hiddenInLegend”: false,
“defaultState”: {
“visible”: true
},
“data”: {
“source”: “example”,
“x”: “time”,
“y”: “Diff”
},
“xAxis”: “time”,
“yAxis”: “D”,
“zIndex”: 0,
“tooltip”: {
“enabled”: true,
“text”: “{name}: [bold]{valueY}[/]”,
“cornerRadius”: 3,
“pointerLength”: 4,
“background”: {
“color”: “”,
“opacity”: 1
}
},
“render”: “line”,
“candlestick”: {
“open”: {
“x”: “”,
“y”: “”
},
“high”: {
“x”: “”,
“y”: “”
},
“low”: {
“x”: “”,
“y”: “”
},
“appearance”: {
“fill”: {
“color”: “”,
“opacity”: 1
},
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“stacked”: false,
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
}
},
“heatRules”: {
“enabled”: false,
“max”: “”,
“min”: “”,
“dataField”: “”
}
}
},
“column”: {
“open”: {
“x”: “”,
“y”: “”
},
“appearance”: {
“fill”: {
“color”: “”,
“opacity”: 1
},
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“stacked”: false,
“width”: null,
“height”: null,
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
}
},
“heatRules”: {
“enabled”: false,
“max”: “”,
“min”: “”,
“dataField”: “”
}
}
},
“line”: {
“open”: {
“x”: “”,
“y”: “”
},
“appearance”: {
“connect”: true,
“tensionX”: 1,
“tensionY”: 1,
“minDistance”: 0.1,
“stroke”: {
“width”: 3,
“opacity”: 1,
“color”: “”,
“dashArray”: “”
},
“fill”: {
“opacity”: 0,
“color”: “#4747FF
},
“bullets”: [
{
“enabled”: true,
“render”: “circle”,
“width”: 10,
“height”: 10,
“label”: {
“text”: “{value}”,
“position”: {
“dx”: 0,
“dy”: 0
}
},
“fill”: {
“color”: “”,
“opacity”: 1
},
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“rotation”: 0,
“tooltip”: {
“enabled”: true,
“text”: “{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]”,
“cornerRadius”: 3,
“pointerLength”: 4,
“background”: {
“color”: “”,
“opacity”: 1
}
},
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
},
“rotation”: “”
},
“heatRules”: {
“enabled”: false,
“max”: 100,
“min”: 2,
“dataField”: “”
}
}
]
}
},
“stepLine”: {
“open”: {
“x”: “”,
“y”: “”
},
“appearance”: {
“connect”: true,
“tensionX”: 1,
“tensionY”: 1,
“minDistance”: 0.5,
“stroke”: {
“width”: 3,
“opacity”: 1,
“color”: “”,
“dashArray”: “”
},
“fill”: {
“opacity”: 0,
“color”: “”
},
“bullets”: [
{
“enabled”: true,
“render”: “circle”,
“width”: 10,
“height”: 10,
“label”: {
“text”: “{value}”,
“position”: {
“dx”: 0,
“dy”: 0
}
},
“fill”: {
“color”: “”,
“opacity”: 1
},
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“rotation”: 0,
“tooltip”: {
“enabled”: true,
“text”: “{name}: [bold]{valueY}[/]”,
“cornerRadius”: 3,
“pointerLength”: 4,
“background”: {
“color”: “”,
“opacity”: 1
}
},
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
},
“rotation”: “”
},
“heatRules”: {
“enabled”: false,
“max”: 100,
“min”: 2,
“dataField”: “”
}
}
]
}
}
},
{
“candlestick”: {
“appearance”: {
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
}
},
“fill”: {
“color”: “”,
“opacity”: 1
},
“heatRules”: {
“dataField”: “”,
“enabled”: false,
“max”: “”,
“min”: “”
},
“stacked”: false,
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
}
},
“high”: {
“x”: “”,
“y”: “”
},
“low”: {
“x”: “”,
“y”: “”
},
“open”: {
“x”: “”,
“y”: “”
}
},
“column”: {
“appearance”: {
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
}
},
“fill”: {
“color”: “”,
“opacity”: 1
},
“heatRules”: {
“dataField”: “”,
“enabled”: false,
“max”: “”,
“min”: “”
},
“height”: null,
“stacked”: false,
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“width”: null
},
“open”: {
“x”: “”,
“y”: “”
}
},
“data”: {
“source”: “example”,
“x”: “time”,
“y”: “energy”
},
“defaultState”: {
“visible”: true
},
“hiddenInLegend”: false,
“label”: {
“text”: “KWH”
},
“line”: {
“appearance”: {
“bullets”: [
{
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“rotation”: “”,
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
}
},
“enabled”: true,
“fill”: {
“color”: “”,
“opacity”: 1
},
“heatRules”: {
“dataField”: “”,
“enabled”: false,
“max”: 100,
“min”: 2
},
“height”: 10,
“label”: {
“position”: {
“dx”: 0,
“dy”: 0
},
“text”: “{value}”
},
“render”: “circle”,
“rotation”: 0,
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“tooltip”: {
“background”: {
“color”: “”,
“opacity”: 1
},
“cornerRadius”: 3,
“enabled”: true,
“pointerLength”: 4,
“text”: “{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]”
},
“width”: 10
}
],
“connect”: true,
“fill”: {
“color”: “#FF0000”,
“opacity”: 0
},
“minDistance”: 0.5,
“stroke”: {
“color”: “#FF0000”,
“dashArray”: “”,
“opacity”: 1,
“width”: 3
},
“tensionX”: 1,
“tensionY”: 1
},
“open”: {
“x”: “”,
“y”: “”
}
},
“name”: “energy”,
“render”: “line”,
“stepLine”: {
“appearance”: {
“bullets”: [
{
“deriveFieldsFromData”: {
“fill”: {
“color”: “”,
“opacity”: “”
},
“rotation”: “”,
“stroke”: {
“color”: “”,
“opacity”: “”,
“width”: “”
}
},
“enabled”: true,
“fill”: {
“color”: “”,
“opacity”: 1
},
“heatRules”: {
“dataField”: “”,
“enabled”: false,
“max”: 100,
“min”: 2
},
“height”: 10,
“label”: {
“position”: {
“dx”: 0,
“dy”: 0
},
“text”: “{value}”
},
“render”: “circle”,
“rotation”: 0,
“stroke”: {
“color”: “”,
“opacity”: 1,
“width”: 1
},
“tooltip”: {
“background”: {
“color”: “”,
“opacity”: 1
},
“cornerRadius”: 3,
“enabled”: true,
“pointerLength”: 4,
“text”: “{name}: [bold]{valueY}[/]”
},
“width”: 10
}
],
“connect”: true,
“fill”: {
“color”: “”,
“opacity”: 0
},
“minDistance”: 0.5,
“stroke”: {
“color”: “”,
“dashArray”: “”,
“opacity”: 1,
“width”: 3
},
“tensionX”: 1,
“tensionY”: 1
},
“open”: {
“x”: “”,
“y”: “”
}
},
“tooltip”: {
“background”: {
“color”: “”,
“opacity”: 1
},
“cornerRadius”: 3,
“enabled”: true,
“pointerLength”: 4,
“text”: “{name}: [bold]{valueY}[/]”
},
“visible”: true,
“xAxis”: “time”,
“yAxis”: “D”,
“zIndex”: 1
}
],
“style”: {
“backgroundColor”: “#FFFFFF
},
“dataSources”: {}
},
“meta”: {
“name”: “XYChart”
},
“position”: {
“x”: 26,
“y”: 105,
“height”: 281,
“width”: 1235
},
“custom”: {},
“propConfig”: {
“props.dataSources.example”: {
“binding”: {
“config”: {
“parameters”: {
“bg”: “1”,
“ll”: “1”,
“pl”: “4”,
“sp”: “{[default]EMS/7DaysBefore.value}”,
“st”: “{[default]EMS/30daysBefore.value}”
},
“polling”: {
“enabled”: true,
“rate”: “30”
},
“queryPath”: “DayEnergyLimit”
},
“type”: “query”
}
}
}
}
]

format plz

Summary

[ { "type": "ia.chart.xy", "version": 0, "props": { "title": { "text": "Day Energy Monitor" }, "xAxes": [ { "name": "time", "label": { "enabled": true, "text": "Day", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "date", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": false }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "M/d/yyyy HH:mm:ss", "format": "d/M/yy" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1, "rotation": 90 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": 60, "position": 0.5 }, "font": { "size": 9, "weight": 1000 } } } ], "yAxes": [ { "name": "D", "label": { "enabled": true, "text": "KWH", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "value", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "yyyy-MM-dd kk:mm:ss", "format": "HH:mm:ss a" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": null, "position": 0.5 }, "font": { "size": 10, "weight": 500 } } } ], "series": [ { "name": "Diff", "label": { "text": "KWH" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "example", "x": "time", "y": "Diff" }, "xAxis": "time", "yAxis": "D", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "width": null, "height": null, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.1, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "#4747FF" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } }, { "candlestick": { "appearance": { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": "", "min": "" }, "stacked": false, "stroke": { "color": "", "opacity": 1, "width": 1 } }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "open": { "x": "", "y": "" } }, "column": { "appearance": { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": "", "min": "" }, "height": null, "stacked": false, "stroke": { "color": "", "opacity": 1, "width": 1 }, "width": null }, "open": { "x": "", "y": "" } }, "data": { "source": "example", "x": "time", "y": "energy" }, "defaultState": { "visible": true }, "hiddenInLegend": false, "label": { "text": "KWH" }, "line": { "appearance": { "bullets": [ { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "rotation": "", "stroke": { "color": "", "opacity": "", "width": "" } }, "enabled": true, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": 100, "min": 2 }, "height": 10, "label": { "position": { "dx": 0, "dy": 0 }, "text": "{value}" }, "render": "circle", "rotation": 0, "stroke": { "color": "", "opacity": 1, "width": 1 }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]" }, "width": 10 } ], "connect": true, "fill": { "color": "#FF0000", "opacity": 0 }, "minDistance": 0.5, "stroke": { "color": "#FF0000", "dashArray": "", "opacity": 1, "width": 3 }, "tensionX": 1, "tensionY": 1 }, "open": { "x": "", "y": "" } }, "name": "energy", "render": "line", "stepLine": { "appearance": { "bullets": [ { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "rotation": "", "stroke": { "color": "", "opacity": "", "width": "" } }, "enabled": true, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": 100, "min": 2 }, "height": 10, "label": { "position": { "dx": 0, "dy": 0 }, "text": "{value}" }, "render": "circle", "rotation": 0, "stroke": { "color": "", "opacity": 1, "width": 1 }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "width": 10 } ], "connect": true, "fill": { "color": "", "opacity": 0 }, "minDistance": 0.5, "stroke": { "color": "", "dashArray": "", "opacity": 1, "width": 3 }, "tensionX": 1, "tensionY": 1 }, "open": { "x": "", "y": "" } }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "visible": true, "xAxis": "time", "yAxis": "D", "zIndex": 1 } ], "style": { "backgroundColor": "#FFFFFF" }, "dataSources": {} }, "meta": { "name": "XYChart" }, "position": { "x": 26, "y": 105, "height": 281, "width": 1235 }, "custom": {}, "propConfig": { "props.dataSources.example": { "binding": { "config": { "parameters": { "bg": "1", "ll": "1", "pl": "4", "sp": "{[default]EMS/7DaysBefore.value}", "st": "{[default]EMS/30daysBefore.value}" }, "polling": { "enabled": true, "rate": "30" }, "queryPath": "DayEnergyLimit" }, "type": "query" } } } } ]

you might have to temporary disable the binding on datasources else it you copy the binding and not the data. and we dont have your tags^^

You need to format the code using the {} button. It’s too hard to read if you don’t. Use the edit button (pencil icon) to edit your earlier post.

Summary

[ { "type": "ia.chart.xy", "version": 0, "props": { "title": { "text": "Day Energy Monitor" }, "xAxes": [ { "name": "time", "label": { "enabled": true, "text": "Day", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "date", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "M/d/yyyy HH:mm:ss", "format": "d/M/yy" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1, "rotation": 90 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": 60, "position": 0.5 }, "font": { "size": 9, "weight": 1000 } } } ], "yAxes": [ { "name": "Diff", "label": { "enabled": true, "text": "KWH", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "value", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "yyyy-MM-dd kk:mm:ss", "format": "HH:mm:ss a" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": null, "position": 0.5 }, "font": { "size": 10, "weight": 500 } } } ], "series": [ { "name": "Diff", "label": { "text": "KWH" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "example", "x": "time", "y": "Diff" }, "xAxis": "time", "yAxis": "Diff", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "width": null, "height": null, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "color": "", "opacity": 0 }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "width": 1, "opacity": 1 }, "rotation": 0, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "color": "", "opacity": 0 }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "width": 1, "opacity": 1 }, "rotation": 0, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } }, { "name": "Energy", "label": { "text": "" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "Example1", "x": "time", "y": "Energy" }, "xAxis": "time", "yAxis": "Diff", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "width": null, "height": null, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": false, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } } ], "style": { "backgroundColor": "#FFFFFF" }, "dataSources": {} }, "meta": { "name": "XYChart_0" }, "position": { "x": 4, "y": 418, "height": 281, "width": 1235 }, "custom": {}, "propConfig": { "props.dataSources.example": { "binding": { "type": "query", "config": { "parameters": { "bg": "{..../Dropdown.props.value}", "ll": "{..../Dropdown_1.props.value}", "pl": "{..../Dropdown_0.props.value}", "sp": "{..../DateTimeInput_0.props.value}", "st": "{..../DateTimeInput.props.value}" }, "polling": { "enabled": true, "rate": "1" }, "queryPath": "DayEnergy" } } } } } ]

Summary
[ { "type": "ia.chart.xy", "version": 0, "props": { "title": { "text": "Day Energy Monitor" }, "xAxes": [ { "name": "time", "label": { "enabled": true, "text": "Day", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "date", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": false }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "M/d/yyyy HH:mm:ss", "format": "d/M/yy" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1, "rotation": 90 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": 60, "position": 0.5 }, "font": { "size": 9, "weight": 1000 } } } ], "yAxes": [ { "name": "D", "label": { "enabled": true, "text": "KWH", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "value", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "yyyy-MM-dd kk:mm:ss", "format": "HH:mm:ss a" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": null, "position": 0.5 }, "font": { "size": 10, "weight": 500 } } } ], "series": [ { "name": "Diff", "label": { "text": "KWH" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "example", "x": "time", "y": "Diff" }, "xAxis": "time", "yAxis": "D", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "width": null, "height": null, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.1, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "#4747FF" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } }, { "candlestick": { "appearance": { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": "", "min": "" }, "stacked": false, "stroke": { "color": "", "opacity": 1, "width": 1 } }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "open": { "x": "", "y": "" } }, "column": { "appearance": { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": "", "min": "" }, "height": null, "stacked": false, "stroke": { "color": "", "opacity": 1, "width": 1 }, "width": null }, "open": { "x": "", "y": "" } }, "data": { "source": "example", "x": "time", "y": "energy" }, "defaultState": { "visible": true }, "hiddenInLegend": false, "label": { "text": "KWH" }, "line": { "appearance": { "bullets": [ { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "rotation": "", "stroke": { "color": "", "opacity": "", "width": "" } }, "enabled": true, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": 100, "min": 2 }, "height": 10, "label": { "position": { "dx": 0, "dy": 0 }, "text": "{value}" }, "render": "circle", "rotation": 0, "stroke": { "color": "", "opacity": 1, "width": 1 }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]" }, "width": 10 } ], "connect": true, "fill": { "color": "#FF0000", "opacity": 0 }, "minDistance": 0.5, "stroke": { "color": "#FF0000", "dashArray": "", "opacity": 1, "width": 3 }, "tensionX": 1, "tensionY": 1 }, "open": { "x": "", "y": "" } }, "name": "energy", "render": "line", "stepLine": { "appearance": { "bullets": [ { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "rotation": "", "stroke": { "color": "", "opacity": "", "width": "" } }, "enabled": true, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": 100, "min": 2 }, "height": 10, "label": { "position": { "dx": 0, "dy": 0 }, "text": "{value}" }, "render": "circle", "rotation": 0, "stroke": { "color": "", "opacity": 1, "width": 1 }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "width": 10 } ], "connect": true, "fill": { "color": "", "opacity": 0 }, "minDistance": 0.5, "stroke": { "color": "", "dashArray": "", "opacity": 1, "width": 3 }, "tensionX": 1, "tensionY": 1 }, "open": { "x": "", "y": "" } }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "visible": true, "xAxis": "time", "yAxis": "D", "zIndex": 1 } ], "style": { "backgroundColor": "#FFFFFF" }, "dataSources": {} }, "meta": { "name": "XYChart" }, "position": { "x": 26, "y": 105, "height": 281, "width": 1235 }, "custom": {}, "propConfig": { "props.dataSources.example": { "binding": { "config": { "parameters": { "bg": "1", "ll": "1", "pl": "4", "sp": "{[default]EMS/7DaysBefore.value}", "st": "{[default]EMS/30daysBefore.value}" }, "polling": { "enabled": true, "rate": "30" }, "queryPath": "DayEnergyLimit" }, "type": "query" } } } } ]

Here is the correctly formatted data.

Summary
[{
	"type": "ia.chart.xy",
	"version": 0,
	"props": {
		"title": {
			"text": "Day Energy Monitor"
		},
		"xAxes": [{
			"name": "time",
			"label": {
				"enabled": true,
				"text": "Day",
				"color": ""
			},
			"visible": true,
			"tooltip": {
				"enabled": true,
				"text": "",
				"cornerRadius": 3,
				"pointerLength": 4,
				"background": {
					"color": "",
					"opacity": 1
				}
			},
			"inversed": false,
			"render": "date",
			"category": {
				"break": {
					"enabled": false,
					"startCategory": "",
					"endCategory": "",
					"size": 0.05
				}
			},
			"date": {
				"baseInterval": {
					"enabled": true,
					"timeUnit": "day",
					"count": 1,
					"skipEmptyPeriods": false
				},
				"range": {
					"max": "",
					"min": "",
					"useStrict": false
				},
				"break": {
					"enabled": false,
					"startDate": "",
					"endDate": "",
					"size": 0.05
				},
				"inputFormat": "M/d/yyyy HH:mm:ss",
				"format": "d/M/yy"
			},
			"value": {
				"range": {
					"max": "",
					"min": "",
					"useStrict": false
				},
				"logarithmic": false,
				"break": {
					"enabled": false,
					"startValue": 0,
					"endValue": 100,
					"size": 0.05
				},
				"format": "#,###.##"
			},
			"appearance": {
				"opposite": false,
				"inside": false,
				"labels": {
					"color": "",
					"opacity": 1,
					"rotation": 90
				},
				"grid": {
					"color": "",
					"opacity": 0,
					"dashArray": "",
					"minDistance": 60,
					"position": 0.5
				},
				"font": {
					"size": 9,
					"weight": 1000
				}
			}
		}],
		"yAxes": [{
			"name": "D",
			"label": {
				"enabled": true,
				"text": "KWH",
				"color": ""
			},
			"visible": true,
			"tooltip": {
				"enabled": true,
				"text": "",
				"cornerRadius": 3,
				"pointerLength": 4,
				"background": {
					"color": "",
					"opacity": 1
				}
			},
			"inversed": false,
			"render": "value",
			"category": {
				"break": {
					"enabled": false,
					"startCategory": "",
					"endCategory": "",
					"size": 0.05
				}
			},
			"date": {
				"baseInterval": {
					"enabled": true,
					"timeUnit": "day",
					"count": 1,
					"skipEmptyPeriods": true
				},
				"range": {
					"max": "",
					"min": "",
					"useStrict": false
				},
				"break": {
					"enabled": false,
					"startDate": "",
					"endDate": "",
					"size": 0.05
				},
				"inputFormat": "yyyy-MM-dd kk:mm:ss",
				"format": "HH:mm:ss a"
			},
			"value": {
				"range": {
					"max": "",
					"min": "",
					"useStrict": false
				},
				"logarithmic": false,
				"break": {
					"enabled": false,
					"startValue": 0,
					"endValue": 100,
					"size": 0.05
				},
				"format": "#,###.##"
			},
			"appearance": {
				"opposite": false,
				"inside": false,
				"labels": {
					"color": "",
					"opacity": 1
				},
				"grid": {
					"color": "",
					"opacity": 0,
					"dashArray": "",
					"minDistance": null,
					"position": 0.5
				},
				"font": {
					"size": 10,
					"weight": 500
				}
			}
		}],
		"series": [{
			"name": "Diff",
			"label": {
				"text": "KWH"
			},
			"visible": true,
			"hiddenInLegend": false,
			"defaultState": {
				"visible": true
			},
			"data": {
				"source": "example",
				"x": "time",
				"y": "Diff"
			},
			"xAxis": "time",
			"yAxis": "D",
			"zIndex": 0,
			"tooltip": {
				"enabled": true,
				"text": "{name}: [bold]{valueY}[/]",
				"cornerRadius": 3,
				"pointerLength": 4,
				"background": {
					"color": "",
					"opacity": 1
				}
			},
			"render": "line",
			"candlestick": {
				"open": {
					"x": "",
					"y": ""
				},
				"high": {
					"x": "",
					"y": ""
				},
				"low": {
					"x": "",
					"y": ""
				},
				"appearance": {
					"fill": {
						"color": "",
						"opacity": 1
					},
					"stroke": {
						"color": "",
						"opacity": 1,
						"width": 1
					},
					"stacked": false,
					"deriveFieldsFromData": {
						"fill": {
							"color": "",
							"opacity": ""
						},
						"stroke": {
							"color": "",
							"opacity": "",
							"width": ""
						}
					},
					"heatRules": {
						"enabled": false,
						"max": "",
						"min": "",
						"dataField": ""
					}
				}
			},
			"column": {
				"open": {
					"x": "",
					"y": ""
				},
				"appearance": {
					"fill": {
						"color": "",
						"opacity": 1
					},
					"stroke": {
						"color": "",
						"opacity": 1,
						"width": 1
					},
					"stacked": false,
					"width": null,
					"height": null,
					"deriveFieldsFromData": {
						"fill": {
							"color": "",
							"opacity": ""
						},
						"stroke": {
							"color": "",
							"opacity": "",
							"width": ""
						}
					},
					"heatRules": {
						"enabled": false,
						"max": "",
						"min": "",
						"dataField": ""
					}
				}
			},
			"line": {
				"open": {
					"x": "",
					"y": ""
				},
				"appearance": {
					"connect": true,
					"tensionX": 1,
					"tensionY": 1,
					"minDistance": 0.1,
					"stroke": {
						"width": 3,
						"opacity": 1,
						"color": "",
						"dashArray": ""
					},
					"fill": {
						"opacity": 0,
						"color": "#4747FF"
					},
					"bullets": [{
						"enabled": true,
						"render": "circle",
						"width": 10,
						"height": 10,
						"label": {
							"text": "{value}",
							"position": {
								"dx": 0,
								"dy": 0
							}
						},
						"fill": {
							"color": "",
							"opacity": 1
						},
						"stroke": {
							"color": "",
							"opacity": 1,
							"width": 1
						},
						"rotation": 0,
						"tooltip": {
							"enabled": true,
							"text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]",
							"cornerRadius": 3,
							"pointerLength": 4,
							"background": {
								"color": "",
								"opacity": 1
							}
						},
						"deriveFieldsFromData": {
							"fill": {
								"color": "",
								"opacity": ""
							},
							"stroke": {
								"color": "",
								"opacity": "",
								"width": ""
							},
							"rotation": ""
						},
						"heatRules": {
							"enabled": false,
							"max": 100,
							"min": 2,
							"dataField": ""
						}
					}]
				}
			},
			"stepLine": {
				"open": {
					"x": "",
					"y": ""
				},
				"appearance": {
					"connect": true,
					"tensionX": 1,
					"tensionY": 1,
					"minDistance": 0.5,
					"stroke": {
						"width": 3,
						"opacity": 1,
						"color": "",
						"dashArray": ""
					},
					"fill": {
						"opacity": 0,
						"color": ""
					},
					"bullets": [{
						"enabled": true,
						"render": "circle",
						"width": 10,
						"height": 10,
						"label": {
							"text": "{value}",
							"position": {
								"dx": 0,
								"dy": 0
							}
						},
						"fill": {
							"color": "",
							"opacity": 1
						},
						"stroke": {
							"color": "",
							"opacity": 1,
							"width": 1
						},
						"rotation": 0,
						"tooltip": {
							"enabled": true,
							"text": "{name}: [bold]{valueY}[/]",
							"cornerRadius": 3,
							"pointerLength": 4,
							"background": {
								"color": "",
								"opacity": 1
							}
						},
						"deriveFieldsFromData": {
							"fill": {
								"color": "",
								"opacity": ""
							},
							"stroke": {
								"color": "",
								"opacity": "",
								"width": ""
							},
							"rotation": ""
						},
						"heatRules": {
							"enabled": false,
							"max": 100,
							"min": 2,
							"dataField": ""
						}
					}]
				}
			}
		}, {
			"candlestick": {
				"appearance": {
					"deriveFieldsFromData": {
						"fill": {
							"color": "",
							"opacity": ""
						},
						"stroke": {
							"color": "",
							"opacity": "",
							"width": ""
						}
					},
					"fill": {
						"color": "",
						"opacity": 1
					},
					"heatRules": {
						"dataField": "",
						"enabled": false,
						"max": "",
						"min": ""
					},
					"stacked": false,
					"stroke": {
						"color": "",
						"opacity": 1,
						"width": 1
					}
				},
				"high": {
					"x": "",
					"y": ""
				},
				"low": {
					"x": "",
					"y": ""
				},
				"open": {
					"x": "",
					"y": ""
				}
			},
			"column": {
				"appearance": {
					"deriveFieldsFromData": {
						"fill": {
							"color": "",
							"opacity": ""
						},
						"stroke": {
							"color": "",
							"opacity": "",
							"width": ""
						}
					},
					"fill": {
						"color": "",
						"opacity": 1
					},
					"heatRules": {
						"dataField": "",
						"enabled": false,
						"max": "",
						"min": ""
					},
					"height": null,
					"stacked": false,
					"stroke": {
						"color": "",
						"opacity": 1,
						"width": 1
					},
					"width": null
				},
				"open": {
					"x": "",
					"y": ""
				}
			},
			"data": {
				"source": "example",
				"x": "time",
				"y": "energy"
			},
			"defaultState": {
				"visible": true
			},
			"hiddenInLegend": false,
			"label": {
				"text": "KWH"
			},
			"line": {
				"appearance": {
					"bullets": [{
						"deriveFieldsFromData": {
							"fill": {
								"color": "",
								"opacity": ""
							},
							"rotation": "",
							"stroke": {
								"color": "",
								"opacity": "",
								"width": ""
							}
						},
						"enabled": true,
						"fill": {
							"color": "",
							"opacity": 1
						},
						"heatRules": {
							"dataField": "",
							"enabled": false,
							"max": 100,
							"min": 2
						},
						"height": 10,
						"label": {
							"position": {
								"dx": 0,
								"dy": 0
							},
							"text": "{value}"
						},
						"render": "circle",
						"rotation": 0,
						"stroke": {
							"color": "",
							"opacity": 1,
							"width": 1
						},
						"tooltip": {
							"background": {
								"color": "",
								"opacity": 1
							},
							"cornerRadius": 3,
							"enabled": true,
							"pointerLength": 4,
							"text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]"
						},
						"width": 10
					}],
					"connect": true,
					"fill": {
						"color": "#FF0000",
						"opacity": 0
					},
					"minDistance": 0.5,
					"stroke": {
						"color": "#FF0000",
						"dashArray": "",
						"opacity": 1,
						"width": 3
					},
					"tensionX": 1,
					"tensionY": 1
				},
				"open": {
					"x": "",
					"y": ""
				}
			},
			"name": "energy",
			"render": "line",
			"stepLine": {
				"appearance": {
					"bullets": [{
						"deriveFieldsFromData": {
							"fill": {
								"color": "",
								"opacity": ""
							},
							"rotation": "",
							"stroke": {
								"color": "",
								"opacity": "",
								"width": ""
							}
						},
						"enabled": true,
						"fill": {
							"color": "",
							"opacity": 1
						},
						"heatRules": {
							"dataField": "",
							"enabled": false,
							"max": 100,
							"min": 2
						},
						"height": 10,
						"label": {
							"position": {
								"dx": 0,
								"dy": 0
							},
							"text": "{value}"
						},
						"render": "circle",
						"rotation": 0,
						"stroke": {
							"color": "",
							"opacity": 1,
							"width": 1
						},
						"tooltip": {
							"background": {
								"color": "",
								"opacity": 1
							},
							"cornerRadius": 3,
							"enabled": true,
							"pointerLength": 4,
							"text": "{name}: [bold]{valueY}[/]"
						},
						"width": 10
					}],
					"connect": true,
					"fill": {
						"color": "",
						"opacity": 0
					},
					"minDistance": 0.5,
					"stroke": {
						"color": "",
						"dashArray": "",
						"opacity": 1,
						"width": 3
					},
					"tensionX": 1,
					"tensionY": 1
				},
				"open": {
					"x": "",
					"y": ""
				}
			},
			"tooltip": {
				"background": {
					"color": "",
					"opacity": 1
				},
				"cornerRadius": 3,
				"enabled": true,
				"pointerLength": 4,
				"text": "{name}: [bold]{valueY}[/]"
			},
			"visible": true,
			"xAxis": "time",
			"yAxis": "D",
			"zIndex": 1
		}],
		"style": {
			"backgroundColor": "#FFFFFF"
		},
		"dataSources": {}
	},
	"meta": {
		"name": "XYChart"
	},
	"position": {
		"x": 26,
		"y": 105,
		"height": 281,
		"width": 1235
	},
	"custom": {},
	"propConfig": {
		"props.dataSources.example": {
			"binding": {
				"config": {
					"parameters": {
						"bg": "1",
						"ll": "1",
						"pl": "4",
						"sp": "{[default]EMS/7DaysBefore.value}",
						"st": "{[default]EMS/30daysBefore.value}"
					},
					"polling": {
						"enabled": true,
						"rate": "30"
					},
					"queryPath": "DayEnergyLimit"
				},
				"type": "query"
			}
		}
	}
}]

uff xd

The binding is still enabled
image
disable it here, apply and then copy it.

Summary

[ { "type": "ia.chart.xy", "version": 0, "props": { "title": { "text": "Day Energy Monitor" }, "xAxes": [ { "name": "time", "label": { "enabled": true, "text": "Day", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "date", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "M/d/yyyy HH:mm:ss", "format": "d/M/yy" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1, "rotation": 90 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": 60, "position": 0.5 }, "font": { "size": 9, "weight": 1000 } } } ], "yAxes": [ { "name": "Diff", "label": { "enabled": true, "text": "KWH", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "value", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "yyyy-MM-dd kk:mm:ss", "format": "HH:mm:ss a" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": null, "position": 0.5 }, "font": { "size": 10, "weight": 500 } } } ], "series": [ { "name": "Diff", "label": { "text": "KWH" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "example", "x": "time", "y": "Diff" }, "xAxis": "time", "yAxis": "Diff", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "width": null, "height": null, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "color": "", "opacity": 0 }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "width": 1, "opacity": 1 }, "rotation": 0, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "color": "", "opacity": 0 }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "width": 1, "opacity": 1 }, "rotation": 0, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } }, { "name": "Energy", "label": { "text": "" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "example", "x": "time", "y": "Energy" }, "xAxis": "time", "yAxis": "diff", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "width": null, "height": null, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": false, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } } ], "style": { "backgroundColor": "#FFFFFF" }, "dataSources": { "example": "value" } }, "meta": { "name": "XYChart_0" }, "position": { "x": 123, "y": 474.66700000000003, "height": 281, "width": 1235 }, "custom": {}, "propConfig": { "props.dataSources.example": { "binding": { "type": "query", "enabled": false, "config": { "polling": { "enabled": true, "rate": "1" }, "queryPath": "DayEnergy", "parameters": { "ll": "{..../Dropdown_1.props.value}", "st": "{..../DateTimeInput.props.value}", "bg": "{..../Dropdown.props.value}", "pl": "{..../Dropdown_0.props.value}", "sp": "{..../DateTimeInput_0.props.value}" } } } } } } ]

Why have you posted unformatted code again? Did you preview it before posting?
There is no comment or question in your post.

i mean...

I am not getting it what exactly you want.

Summary

[ { "type": "ia.chart.xy", "version": 0, "props": { "title": { "text": "Day Energy Monitor" }, "xAxes": [ { "name": "time", "label": { "enabled": true, "text": "Day", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "date", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "M/d/yyyy HH:mm:ss", "format": "d/M/yy" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1, "rotation": 90 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": 60, "position": 0.5 }, "font": { "size": 9, "weight": 1000 } } } ], "yAxes": [ { "name": "Diff", "label": { "enabled": true, "text": "KWH", "color": "" }, "visible": true, "tooltip": { "enabled": true, "text": "", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "inversed": false, "render": "value", "category": { "break": { "enabled": false, "startCategory": "", "endCategory": "", "size": 0.05 } }, "date": { "baseInterval": { "enabled": true, "timeUnit": "day", "count": 1, "skipEmptyPeriods": true }, "range": { "max": "", "min": "", "useStrict": false }, "break": { "enabled": false, "startDate": "", "endDate": "", "size": 0.05 }, "inputFormat": "yyyy-MM-dd kk:mm:ss", "format": "HH:mm:ss a" }, "value": { "range": { "max": "", "min": "", "useStrict": false }, "logarithmic": false, "break": { "enabled": false, "startValue": 0, "endValue": 100, "size": 0.05 }, "format": "#,###.##" }, "appearance": { "opposite": false, "inside": false, "labels": { "color": "", "opacity": 1 }, "grid": { "color": "", "opacity": 0, "dashArray": "", "minDistance": null, "position": 0.5 }, "font": { "size": 10, "weight": 500 } } } ], "series": [ { "name": "Diff", "label": { "text": "KWH" }, "visible": true, "hiddenInLegend": false, "defaultState": { "visible": true }, "data": { "source": "example", "x": "time", "y": "Diff" }, "xAxis": "time", "yAxis": "Diff", "zIndex": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "render": "line", "candlestick": { "open": { "x": "", "y": "" }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "column": { "open": { "x": "", "y": "" }, "appearance": { "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "stacked": false, "width": null, "height": null, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "heatRules": { "enabled": false, "max": "", "min": "", "dataField": "" } } }, "line": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]\nDate: [bold]{dateX}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } }, "stepLine": { "open": { "x": "", "y": "" }, "appearance": { "connect": true, "tensionX": 1, "tensionY": 1, "minDistance": 0.5, "stroke": { "width": 3, "opacity": 1, "color": "", "dashArray": "" }, "fill": { "opacity": 0, "color": "" }, "bullets": [ { "enabled": true, "render": "circle", "width": 10, "height": 10, "label": { "text": "{value}", "position": { "dx": 0, "dy": 0 } }, "fill": { "color": "", "opacity": 1 }, "stroke": { "color": "", "opacity": 1, "width": 1 }, "rotation": 0, "tooltip": { "enabled": true, "text": "{name}: [bold]{valueY}[/]", "cornerRadius": 3, "pointerLength": 4, "background": { "color": "", "opacity": 1 } }, "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" }, "rotation": "" }, "heatRules": { "enabled": false, "max": 100, "min": 2, "dataField": "" } } ] } } }, { "candlestick": { "appearance": { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": "", "min": "" }, "stacked": false, "stroke": { "color": "", "opacity": 1, "width": 1 } }, "high": { "x": "", "y": "" }, "low": { "x": "", "y": "" }, "open": { "x": "", "y": "" } }, "column": { "appearance": { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "stroke": { "color": "", "opacity": "", "width": "" } }, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": "", "min": "" }, "height": null, "stacked": false, "stroke": { "color": "", "opacity": 1, "width": 1 }, "width": null }, "open": { "x": "", "y": "" } }, "data": { "source": "example", "x": "time", "y": "Energy" }, "defaultState": { "visible": true }, "hiddenInLegend": false, "label": { "text": "" }, "line": { "appearance": { "bullets": [ { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "rotation": "", "stroke": { "color": "", "opacity": "", "width": "" } }, "enabled": false, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": 100, "min": 2 }, "height": 10, "label": { "position": { "dx": 0, "dy": 0 }, "text": "{value}" }, "render": "circle", "rotation": 0, "stroke": { "color": "", "opacity": 1, "width": 1 }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "width": 10 } ], "connect": true, "fill": { "color": "", "opacity": 0 }, "minDistance": 0.5, "stroke": { "color": "", "dashArray": "", "opacity": 1, "width": 3 }, "tensionX": 1, "tensionY": 1 }, "open": { "x": "", "y": "" } }, "name": "Energy", "render": "line", "stepLine": { "appearance": { "bullets": [ { "deriveFieldsFromData": { "fill": { "color": "", "opacity": "" }, "rotation": "", "stroke": { "color": "", "opacity": "", "width": "" } }, "enabled": true, "fill": { "color": "", "opacity": 1 }, "heatRules": { "dataField": "", "enabled": false, "max": 100, "min": 2 }, "height": 10, "label": { "position": { "dx": 0, "dy": 0 }, "text": "{value}" }, "render": "circle", "rotation": 0, "stroke": { "color": "", "opacity": 1, "width": 1 }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "width": 10 } ], "connect": true, "fill": { "color": "", "opacity": 0 }, "minDistance": 0.5, "stroke": { "color": "", "dashArray": "", "opacity": 1, "width": 3 }, "tensionX": 1, "tensionY": 1 }, "open": { "x": "", "y": "" } }, "tooltip": { "background": { "color": "", "opacity": 1 }, "cornerRadius": 3, "enabled": true, "pointerLength": 4, "text": "{name}: [bold]{valueY}[/]" }, "visible": true, "xAxis": "time", "yAxis": "diff", "zIndex": 0 } ], "style": { "backgroundColor": "#FFFFFF" }, "dataSources": { "example": "value" } }, "meta": { "name": "XYChart_0" }, "position": { "x": 123, "y": 474.66700000000003, "height": 281, "width": 1235 }, "custom": {}, "propConfig": { "props.dataSources.example": { "binding": { "type": "tag", "enabled": false, "config": { "mode": "direct", "tagPath": "", "fallbackDelay": 2.5 } } } } } ]

i need data to be in there, not a binding

1