Hi, probably one of those "not-designed-to-do-this" questions, but maybe you can help me.
Is there a (dirty) trick where I can render a line chart directly in a custom GUI, given that I have the source data for the chart available e.g. in a treenode? E.g. can I add an HTML panel and make it render a graph from the library?
As a use-case consider a tabular input where the user will copy/paste a data series from an external source, and I would like them to review that series in a line chart inside the GUI. The input data is static (it will be saved in the object and will not change over a run) and it is only used for reviewing and validating the input so I'd rather not have it in a global dashboard.