Conversation
|
@joepavitt Do you have any thoughts on this PR? |
|
Thanks, for tagging me @kd9lsv, for some reason I didn't get notified this had been opened. I really appreciate the efforts in putting this together. I'll take a proper look later today, but will mention that for the Chart node, the biggest concern isn't the chart node itself, but the bit before the chart node, given that we do not support the same data structure as in Dashbpard 1.0, user's flows would be sending in data that isn't compatible. A solution here could be that we replace |
The same object input works for me. The only thing that I believe doesn't work directly is the clearing of the chart using if (msg.payload=='[]'){
msg.action="Replace";
msg.payload="";
}
return msg; |


Description
Added ui-chart conversion to migration server. Please review. If accepted additional nodes will be submitted for PR.
Related Issue(s)
Closes #27
Checklist
flowforge.yml?FlowFuse/helmto update ConfigMap TemplateFlowFuse/CloudProjectto update values for Staging/ProductionLabels
area:migrationlabel