在D3.js中解析日期

时间:2014-02-19 15:22:11

标签: javascript d3.js

我有以下格式的csv文件

timestamp   curr_property   curr_property_cost  day_property    day_property_cost
12/16/2013 0:00 7211    123 48  281
12/16/2013 0:00 7179    123 72  281
12/16/2013 0:00 9627    165 104 282
12/16/2013 0:00 9610    165 136 282
12/16/2013 0:01 9691    166 168 283
12/16/2013 0:01 7034    120 191 283
12/16/2013 0:01 7018    120 215 283
12/16/2013 0:01 7050    121 238 284
12/16/2013 0:01 7018    120 262 284
12/16/2013 0:02 6970    119 308 285
12/16/2013 0:02 7034    120 332 285
12/16/2013 0:02 7083    121 355 286
12/16/2013 0:02 7018    120 379 286
12/16/2013 0:03 7034    120 402 287
12/16/2013 0:03 7002    120 425 287

数据的大小很大,所以我想通过获取列中的每个第三个值来减少我访问的数据的大小。

我该怎么做?这也是解析日期的正确方法

d3.time.format("%x %H:%M").parse;

0 个答案:

没有答案