mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
7b0455b4d8
The old ways was to select the chart first, then depending on the chart choose the binning. Willem says that it should work the other way round: select the binning (or operation) and make the charts depend on that. I'm not arguing one way or the other, just note that the new way is much more tricky, because it is easy to get unsupported combinations. For example, there is no chart where the first variable is unbinned, but the second axis is binned or has an operation. This makes things distinctly more tricky and this code still needs a thorough audit. Since this is all more tricky, implement a "invalid" chart state. Ideally that should be never shown to the user, but let's try to be defensive. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |
||
---|---|---|
.. | ||
qml | ||
barseries.cpp | ||
barseries.h | ||
boxseries.cpp | ||
boxseries.h | ||
chartlistmodel.cpp | ||
chartlistmodel.h | ||
CMakeLists.txt | ||
informationbox.cpp | ||
informationbox.h | ||
legend.cpp | ||
legend.h | ||
pieseries.cpp | ||
pieseries.h | ||
scatterseries.cpp | ||
scatterseries.h | ||
statsaxis.cpp | ||
statsaxis.h | ||
statscolors.cpp | ||
statscolors.h | ||
statsseries.cpp | ||
statsseries.h | ||
statsstate.cpp | ||
statsstate.h | ||
statstranslations.h | ||
statsvariables.cpp | ||
statsvariables.h | ||
statsview.cpp | ||
statsview.h | ||
zvalues.h |