Merge pull request #642 from AndreasK79/distances_bugfix

Changed title on distances worked graph. Removed a hardcoded value in…
这个提交包含在:
Peter Goodhall 2020-10-12 15:05:25 +01:00 提交者 GitHub
当前提交 d0dabf1779
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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