<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bati11</author_name>
  <author_url>https://blog.hatena.ne.jp/bati11/</author_url>
  <blog_title>bati11 の 日記</blog_title>
  <blog_url>https://blog.bati11.info/</blog_url>
  <categories>
    <anon>JavaScript</anon>
    <anon>D3.js</anon>
  </categories>
  <description>前回の続きです！引き続き、D3.jsでレーダーチャートを書きます。 レーダーチャートは書くことはできましたが、SVG領域の大きさが100×100であることが前提でコーディングされてます。 たとえば、前回作成したline関数はこんな感じでした。 var dataset = [ [5, 5, 2, 5, 5], [2, 1, 5, 2, 5] ]; var line = d3.svg.line() .x(function(d, i){ return 10 * d * Math.cos(2 * Math.PI / 5 * i - (Math.PI / 2)) + 50; }) .y(function…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.bati11.info%2Fentry%2F2014%2F01%2F18%2F124547&quot; title=&quot;D3.jsでレーダーチャートを書く（2日目） - bati11 の 日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-01-18 12:45:47</published>
  <title>D3.jsでレーダーチャートを書く（2日目）</title>
  <type>rich</type>
  <url>https://blog.bati11.info/entry/2014/01/18/124547</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
