Namespacing grapher and utilities
This commit is contained in:
parent
bf0faad5ed
commit
797005c9a5
@ -49,7 +49,7 @@
|
||||
ctx.hintSteps = query.hintSteps;
|
||||
ctx.maxResults = query.maxResults;
|
||||
|
||||
ctx.grapher = new Grapher('grapher', ctx.searchRange, 150, true, true);
|
||||
ctx.grapher = new grapher.Grapher('grapher', ctx.searchRange, 150, true, true);
|
||||
ctx.grapher.setColumns(results.columns);
|
||||
ctx.grapher.setValueChangedListener(onAdjust);
|
||||
|
||||
|
1158
client/js/grapher.js
1158
client/js/grapher.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user