UI: add peek-based column selection control; Scatterplot: use peek-based control for selection of x, y, id axes

This commit is contained in:
Carl Eberhard
2014-02-17 12:11:04 -05:00
parent 7951cec806
commit 9e32945972
8 changed files with 451 additions and 105 deletions
@@ -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:' );