{"id":2792,"date":"2013-05-02T10:36:11","date_gmt":"2013-05-02T01:36:11","guid":{"rendered":"https:\/\/gunmagisgeek.com\/wordpress\/?p=2792"},"modified":"2017-02-01T11:06:39","modified_gmt":"2017-02-01T02:06:39","slug":"post-2792","status":"publish","type":"post","link":"https:\/\/gunmagisgeek.com\/blog\/javascript\/2792","title":{"rendered":"[dataseries.js]\u30c6\u30b9\u30c8\u7528\u306e\u30c0\u30df\u30fc\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u3092\u751f\u6210\u3059\u308bJavaScript\u30e9\u30a4\u30d6\u30e9\u30ea"},"content":{"rendered":"<p><span class=\"removed_link\" title=\"http:\/\/shimz.me\/libs\/dataseries\/examples\/functions.html\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/gunmagisgeek.com\/blog\/wp-content\/uploads\/2013\/05\/dataseries.jpg\" alt=\"dataseries.js\" width=\"590\" height=\"370\" class=\"alignnone size-full wp-image-2793\" srcset=\"https:\/\/gunmagisgeek.com\/blog\/wp-content\/uploads\/2013\/05\/dataseries.jpg 590w, https:\/\/gunmagisgeek.com\/blog\/wp-content\/uploads\/2013\/05\/dataseries-239x150.jpg 239w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/span><\/p>\n<p><a href=\"http:\/\/metmajer.github.io\/dataseries.js\/\">dataseries.js<\/a><\/p>\n<p>dataseries.js\u306f\u3001\u3055\u307e\u3056\u307e\u306a\u30c0\u30df\u30fc\u30c7\u30fc\u30bf\u3092\u751f\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30b8\u30a7\u30cd\u30ec\u30a4\u30bf\u30fc\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3059\u3002<br \/>\n\u30c7\u30fc\u30bf\u30d3\u30b8\u30e5\u30a2\u30e9\u30a4\u30bc\u30fc\u30b7\u30e7\u30f3\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u9069\u5f53\u306a\u30c0\u30df\u30fc\u30c7\u30fc\u30bf\u304c\u5fc5\u8981\u306a\u3068\u304d\u306b\u4fbf\u5229\u3067\u3059\u3002<\/p>\n<h2>\u30b5\u30f3\u30d7\u30eb<\/h2>\n<p>&nbsp;<br \/>\n<strong>\u914d\u5217\u306e\u751f\u6210<\/strong><\/p>\n<pre class=\"lang:js decode:true \" >ds.range(2);\r\n\/\/ =&gt; [0, 1, 2]\r\n\r\nds.range(-2, 2);\r\n\/\/ =&gt; [-2, -1, 0, 1, 2]\r\n\r\nds.range(0, 2, 0.5);\r\n\/\/ =&gt; [0, 0.5, 1, 1.5, 2]\r\n<\/pre>\n<p>&nbsp;<br \/>\n<strong>\u95a2\u6570\u304b\u3089\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u3092\u751f\u6210<\/strong><\/p>\n<pre class=\"lang:js decode:true \" >ds.generators.f(ds.functions.linear, { a: 2, b: 1 })\r\n  .inputs(ds.range(2))\r\n  .values();\r\n\/\/ f(x) = 2\u00b7x + 1 for x in [0, 1, 2] =&gt; [1, 3, 5]\r\n\r\nds.generators.f(ds.functions.exp, { a: 2 })\r\n  .inputs(ds.range(2))\r\n  .values();\r\n\/\/ f(x) = 2\u02e3 for x in [0, 1, 2] =&gt; [1, 2, 4]<\/pre>\n<p>&nbsp;<br \/>\n<strong>X,Y\u5024\u3092\u6301\u3064\u30aa\u30d6\u30b8\u30a7\u30af\u30c8(point)\u914d\u5217\u306e\u751f\u6210<\/strong><\/p>\n<pre class=\"lang:js decode:true \" >ds.generators.f(ds.functions.exp, { a: 2 })\r\n    .inputs(ds.range(3))\r\n    .transform(ds.transforms.point)\r\n    .values();\r\n\/\/ =&gt; [ {x: 0, y: 1}, {x: 1, y: 2}, {x: 2, y: 4}, {x: 3, y: 8} ]\r\n<\/pre>\n<p>&nbsp;<br \/>\n<strong>Date\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u6301\u3064\u914d\u5217\u306e\u751f\u6210<\/strong><\/p>\n<pre class=\"lang:js decode:true \" >ds.generators.f(ds.functions.exp, { a: 2 })\r\n    .inputs(ds.range(3))\r\n    .time(new Date(2012, 0, 1), ds.time.DAY)\r\n    .transform(ds.transforms.point)\r\n    .values();\r\n\/\/ =&gt; [ {x: new Date(2012, 0, 1), y: 1}, {x: new Date(2012, 0, 2), y: 2}, {x: new Date(2012, 0, 3), y: 4}, {x: new Date(2012, 0, 4), y: 8} ]\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>dataseries.js dataseries.&hellip;<\/p>\n","protected":false},"author":1,"featured_media":2793,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-2792","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript","has-post-thumbnail-archive"],"_links":{"self":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/2792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/comments?post=2792"}],"version-history":[{"count":1,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/2792\/revisions"}],"predecessor-version":[{"id":3259,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/2792\/revisions\/3259"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media\/2793"}],"wp:attachment":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media?parent=2792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/categories?post=2792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/tags?post=2792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}