benfred / venn.js

Area proportional Venn and Euler diagrams in JavaScript
MIT License
1.04k stars 219 forks source link

Use Venn in Vue #127

Closed zhe-he closed 6 years ago

zhe-he commented 6 years ago

test.vue

<template>
    <div>
        <div id="venn"></div>
    </div>
</template>

image

zhe-he commented 6 years ago

Solved. D3 can be introduced in the form of script <script src="js/d3.js"></script>