Auto status change to "Under Review"
@@ -128,7 +128,7 QVector<QCPAbstractPlottable *> VisualizationGraphHelper::create(std::shared_ptr | |||||
128 | // Gets the data series of the variable to call the creation of the right components |
|
128 | // Gets the data series of the variable to call the creation of the right components | |
129 | // according to its type |
|
129 | // according to its type | |
130 | if (auto scalarSeries = dynamic_cast<ScalarSeries *>(variable->dataSeries())) { |
|
130 | if (auto scalarSeries = dynamic_cast<ScalarSeries *>(variable->dataSeries())) { | |
131 |
result.append(createScalarSeriesComponent(*scalarSeries, plot, variable-> |
|
131 | result.append(createScalarSeriesComponent(*scalarSeries, plot, variable->range())); | |
132 | } |
|
132 | } | |
133 | else { |
|
133 | else { | |
134 | qCDebug(LOG_VisualizationGraphHelper()) |
|
134 | qCDebug(LOG_VisualizationGraphHelper()) |
General Comments 1
You need to be logged in to leave comments.
Login now