summaryrefslogtreecommitdiff
path: root/public/js/mv/chart.js
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-13 02:53:37 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-13 02:59:23 +1200
commit699368ab864f95bbb1cd3f3906f225b395ecfec0 (patch)
tree28e44b70cfb02626917e3ed73e41c80304a8245a /public/js/mv/chart.js
parent14618ab57d45ea94604b632f2ffb40b68657ac49 (diff)
downloadmanavis-699368ab864f95bbb1cd3f3906f225b395ecfec0.tar.gz
manavis-699368ab864f95bbb1cd3f3906f225b395ecfec0.tar.bz2
manavis-699368ab864f95bbb1cd3f3906f225b395ecfec0.tar.xz
manavis-699368ab864f95bbb1cd3f3906f225b395ecfec0.zip
Remove pc chart, postprocess records, make blob download available
The PC chart is removed, as records being linked to specific characters could never be released publically. The records are being postprocessed, as information about stats for unknown records could have been logged after the record (ie. STAT on LOGOUT) The processed records are available for download in JSON format. Currently, this is only accessible by calling parser.createBlobLink() from the console. The process can be quite resource intensive. The file should be saved with "scrubbed" appearing somewhere in the filename. The loader now properly informs its each method of the current file and the number of files. Files with "scrubbed" in the filename are interpreted as scrubbed logfiles and will be loaded in as JSON directly.
Diffstat (limited to 'public/js/mv/chart.js')
-rw-r--r--public/js/mv/chart.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/js/mv/chart.js b/public/js/mv/chart.js
index d06d40e..e5fbcbb 100644
--- a/public/js/mv/chart.js
+++ b/public/js/mv/chart.js
@@ -13,9 +13,6 @@ var mv = function(mv) {
.xUnits(d3.time.hours)
.xAxisPadding(2)
;
- mv.charts.pc = bar(monoGroup(wide(dc.barChart("#player-chart")), "pc"))
- .x(d3.scale.linear().domain([mv.heap.pc.dim.bottom(1)[0].pc, mv.heap.pc.dim.top(1)[0].pc]).nice())
- ;
mv.charts.blvl = bar(monoGroup(med(dc.barChart("#blvl-chart")), "blvl"))
.x(d3.scale.linear().domain([0, mv.heap.blvl.dim.top(1)[0].pcstat.blvl]))
;