handle zero span data throughout the application

This commit is contained in:
Jan Käberich 2022-06-22 23:50:21 +02:00
parent 7151fffcdb
commit edec4d9ec5
12 changed files with 49 additions and 16 deletions

View file

@ -74,7 +74,7 @@ public:
void updateSpan(double min, double max) override;
void replot() override;
virtual Type getType() override { return Type::XYPlot;};
virtual Type getType() override { return Type::XYPlot;}
virtual nlohmann::json toJSON() override;
virtual void fromJSON(nlohmann::json j) override;