Skip to content

Commit

Permalink
fix app state
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD committed May 16, 2023
1 parent a32212d commit cad1835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchopt/plotting/html/templates/result.mako.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,8 @@ <h3 class="text-lg leading-6 font-medium text-gray-900" id="modal-title">System
'scale': document.getElementById('change_scaling').value,
'with_quantiles': document.getElementById('change_shades').checked,
'hidden_solvers': [],
'disabled_solvers_accordions': []
'xaxis_type': document.getElementById('change_xaxis_type').value || "Time",
'hidden_solvers': []
'disabled_solvers_accordions': [],
});
});
</script>
Expand Down

0 comments on commit cad1835

Please sign in to comment.