mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
UI: add peek-based column selection control; Scatterplot: use peek-based control for selection of x, y, id axes
This commit is contained in:
@@ -87,7 +87,7 @@ $(function(){
|
||||
model : model,
|
||||
dataset : hdaJson
|
||||
}).render();
|
||||
//window.editor = editor;
|
||||
window.editor = editor;
|
||||
|
||||
$( '.chart-header h2' ).click( function(){
|
||||
var returned = prompt( 'Enter a new title:' );
|
||||
|
||||
Reference in New Issue
Block a user