Merge pull request #642 from AndreasK79/distances_bugfix
Changed title on distances worked graph. Removed a hardcoded value in…
这个提交包含在:
当前提交
d0dabf1779
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -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: [],
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用