Changed title on distances worked graph. Removed a hardcoded value in the js-function (one that wasn't used)

pull/642/head
Andreas 2020-10-04 21:47:50 +02:00
rodzic 44eee371d6
commit eaf83a5b02
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1259,7 +1259,7 @@ $(document).ready(function(){
$.ajax({
url: baseURL+'index.php/distances/get_distances',
type: 'post',
data: {'locator': 'JP50HP', 'band': form.distplot_bands.value},
data: {'band': form.distplot_bands.value},
success: function(tmp) {
if (tmp.ok == 'OK') {
if (!($('#information').length > 0))
@ -1271,7 +1271,7 @@ $(document).ready(function(){
renderTo: 'graphcontainer'
},
title: {
text: 'Mode distribution'
text: 'Distance distribution'
},
xAxis: {
categories: [],