{"id":7931,"date":"2015-11-10T12:23:50","date_gmt":"2015-11-10T12:23:50","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2015\/11\/10\/custom-a-tooltipcontent-of-tooltips-with-datum-in-discretebarchart-nvd3-js-open-source-projects-novus-nvd3\/"},"modified":"2015-11-10T12:23:50","modified_gmt":"2015-11-10T12:23:50","slug":"custom-a-tooltipcontent-of-tooltips-with-datum-in-discretebarchart-nvd3-js-open-source-projects-novus-nvd3","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2015\/11\/10\/custom-a-tooltipcontent-of-tooltips-with-datum-in-discretebarchart-nvd3-js-open-source-projects-novus-nvd3\/","title":{"rendered":"custom a tooltipContent of tooltips with datum in discreteBarChart nvd3.js-open source projects novus\/nvd3"},"content":{"rendered":"<p>How I can custom a tooltipContent of tooltips using data loaded into &#8220;datum&#8221; in discreteBarChart nvd3.js?, for example, with the following data Jason, I want to see data3, data4, Data5 in tooltips<\/p>\n<pre><code>JsonData = [ \n             {\n               key: \"Serie1\",\n               values: [\n                         {'Data1':  1, \n                          'Data2':  2, \n                          'Data3':  3,\n                          'Data4':  4,\n                          'Data5':  5\n                         }\n                       ]\n             }\n           ];\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How I can custom a tooltipContent of tooltips using data loaded into &#8220;datum&#8221; in discreteBarChart nvd3.js?, for example, with the following data Jason, I want to see data3, data4, Data5 in tooltips JsonData = [ { key: &#8220;Serie1&#8221;, values: [ {&#8216;Data1&#8217;: 1, &#8216;Data2&#8217;: 2, &#8216;Data3&#8217;: 3, &#8216;Data4&#8217;: 4, &#8216;Data5&#8217;: 5 } ] } ];<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7931","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7931","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7931"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7931\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7931"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7931"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}