anychart.onDocumentReady(function () {
normal: {fill: "#455a64 0.5"},
hovered: {fill: "#455a64 0.5"},
selected: {fill: "#455a64 0.5"}
normal: {fill: "#00bfa5 0.5"},
hovered: {fill: "#00bfa5 0.5"},
selected: {fill: "#00bfa5 0.5"}
normal: {fill: "#1976d2 0.5"},
hovered: {fill: "#1976d2 0.5"},
selected: {fill: "#1976d2 0.5"}
{x: ["A", "B"], value: 10},
{x: ["B", "C"], value: 10,
normal: {stroke: "2 white"},
hovered: {stroke: "2 white"},
selected: {stroke: "4 white"}
chart = anychart.venn(data);
chart.intersections().labels(false);
chart.title("Venn Diagram: Appearance (Individual Points)");
chart.container('container');