anychart.onDocumentReady(function () {
name: "TOM BOMBADIL\n\nhomebody,\nblue jacket,\nboots yellow",
normal: { fill: "#afb5f1 0.7" }
name: "SANTA CLAUS\n\nwears red,\nho ho ho,\nsleigh",
normal: { fill: "#fb7571 0.7" }
name: "GANDALF\n\nfireworks,\nlikes adventures",
normal: { fill: "#c7c2bd 0.7" }
name: "DARK LORD SAURON\n\n cute,\nbabygirl, slay",
normal: { fill: "#f9eb97 1" }
name: "SARUMAN\n\ncrazy long\nfingernails,\nrainbow cloak"
name: "special hat,\nlikes hobbits",
normal: { fill: "#99a0df 0.7" }
name: "merry fellow,\nwife guy",
normal: { fill: "#b17cb8 0.7" }
name: "flirty with \nGaladriel in \nadaptations",
normal: { fill: "#e3b55f 1" }
name: "teaches Elves to\nmake things,\nhas flying servants",
normal: { fill: "#fd8f38 0.7" }
name: "wizard,\npipe-weed\nknows about\nhobbits"
name: "wants Ring,\nevil,\nmagic voice"
name: "benevolent,\nbig beard",
normal: { fill: "#a671af 0.7" }
name: "giver of gifts,\nis coming to town,\nbling bling",
normal: { fill: "#f1842f 1" }
name: "loves to sing,\nsees you",
normal: { fill: "#b2879b 1" }
name: "lives in\nmiddle-earth",
normal: { fill: "#a69ab0 1" }
name: "irritable,\n emo maia\nno wife",
normal: { fill: "d2a452 0.2" }
name: "ancient,\npowerful,\nmysterious,\nmany names",
normal: { fill: "#ab8298 1" }
let chart = anychart.venn(data);
"<span style = 'color: #000; font-size:18px;'>Fun Venn Diagram Showing J.R.R. Tolkien's Characters</span>" +
"<br/><span style='font-size: 15px; color:#cf0011'>(with Santa Claus)</span>"
chart.tooltip().format("");
chart.tooltip().separator(false);
chart.container("container");