LSP remove graph coords option

This commit is contained in:
cat 2016-05-31 13:29:54 +02:00 committed by Thulinma
parent 56e9b79d68
commit d4e2654f24
2 changed files with 3 additions and 3 deletions

View file

@ -3962,13 +3962,13 @@ var UI = {
label: 'Axis type',
type: 'select',
select: [
['time','Time line'],
['coords','Geographical']
['time','Time line']
],
pointer: {
main: saveas,
index: 'xaxis'
},
value: 'time',
classes: ['graph_xaxis'],
'function': function(){
$s = $UI.find('.graph_datatype');