Previewing an uploaded json subject data of the below format (from ScatterPlotViewer) does not display properly on preview
{ "data": { "x": [1, 2, 0.356], "y": [6, 3, 0.667] }, "chartOptions": { "xAxisLabel": "Days", "yAxisLabel": "Brightness" } }

This however shows properly when testing/classifying it on FEM.
Previewing an uploaded json subject data of the below format (from ScatterPlotViewer) does not display properly on preview

{ "data": { "x": [1, 2, 0.356], "y": [6, 3, 0.667] }, "chartOptions": { "xAxisLabel": "Days", "yAxisLabel": "Brightness" } }This however shows properly when testing/classifying it on FEM.