set width to auto

This commit is contained in:
Azgaar 2022-02-05 17:13:54 +03:00
parent c65292f53c
commit 65409a9d97

View file

@ -91,7 +91,7 @@ function showBurgTemperatureGraph(id) {
}); });
drawGraph(); drawGraph();
$("#alert").dialog({title: "Annual temperature in " + b.name, position: {my: "center", at: "center", of: "svg"}}); $("#alert").dialog({title: "Annual temperature in " + b.name, width: "auto", position: {my: "center", at: "center", of: "svg"}});
function drawGraph() { function drawGraph() {
alertMessage.innerHTML = ""; alertMessage.innerHTML = "";