1

Namespacing grapher and utilities

This commit is contained in:
Alex Yatskov 2014-09-27 10:10:45 +09:00
parent bf0faad5ed
commit 797005c9a5
2 changed files with 581 additions and 579 deletions

View File

@ -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);

File diff suppressed because it is too large Load Diff