{% extends "app_layout_well.html" %} {% block head_extra %} {% endblock %} {% block header_title %} {{ title }} - Logger water levels {% endblock %} {% block title %} Logger water levels - {{ title }} {% endblock %} {% block well_content %}
Back to well summary
{% if param == "dtw" or param == "swl" %}
For DTW & SWL, the legend which appears when you move the mouse over the chart will have the sign reversed. E.g. the true SWL of "4.34" will appear as "-4.34". RSWL values always have the correct sign in the mouse-over legend. The Y axis labels are always correct, for all parameters.
{% endif %}