LSP remove graph coords option
This commit is contained in:
parent
56e9b79d68
commit
d4e2654f24
2 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue