Add Feature for Plotting Scalar Values in XYPlot
Compare changes
+ 63
− 21
@@ -57,9 +57,10 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -57,9 +57,10 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -81,9 +82,9 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -81,9 +82,9 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
const repeatDef = resolveInternalRef('/' + repeatPath.replace('./', '') + `/${j}/sub_section`, sectionDef)
@@ -95,25 +96,67 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -95,25 +96,67 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -124,7 +167,6 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -124,7 +167,6 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -146,8 +188,9 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -146,8 +188,9 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -213,7 +256,6 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {
@@ -213,7 +256,6 @@ const XYPlot = React.memo(function XYPlot({plot, section, sectionDef, title}) {