<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takashiski</author_name>
  <author_url>https://blog.hatena.ne.jp/takashiski/</author_url>
  <blog_title>takashiskiのブログ</blog_title>
  <blog_url>https://takashiski.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>まずざっくり前提 棒グラフ、散布図は要素に直接ツールチップを作成することが可能 折れ線グラフは関節的にツールチップを作成することが可能 棒グラフや散布図ではどうやって実現するかというと rectやcircleにイベントを追加 マウスオーバーで表示 マウスアウトで非表示 テキストを書き換えたりdivタグを移動したりしてツールチップ領域を実現 折れ線グラフでどうするかというと 折れ線グラフの真上にデフォルトでOpacityがほぼ0の散布図を描く マウスオーバーでOpacityを1に近づける マウスアウトでOpacityを0に近づける これで点の特定ができる。Rectでも同じことができるかもしれない…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakashiski.hatenablog.com%2Fentry%2F2016%2F03%2F22%2F215556&quot; title=&quot;d3jsで折れ線グラフにツールチップを作成する - takashiskiのブログ&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>2016-03-22 21:55:56</published>
  <title>d3jsで折れ線グラフにツールチップを作成する</title>
  <type>rich</type>
  <url>https://takashiski.hatenablog.com/entry/2016/03/22/215556</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
