Teeny tiny CSS snippet; “reset” on the graph filters box was too easily clickable with no confirmation, and I kept seeing the icon and thinking it was “refresh”, not “reset”, and so all my configs for graph would vanish.
Hope it’s useful!
div.clickable-icon.graph-controls-button.mod-reset {
display:none !important;
}