来自专栏Crossin的编程教室
【数据可视化】D3.js实现动态气泡图
<template>
<svg id="<em>bubble-chart</em>" width="954" height="450" />
</template selection, renderData);
};
const renderBubbleChartContainer = (data) => {
return renderBubbleChart("#
bubble-chart 项目代码及数据:
https://github.com/Tobby-star/
bubble-chart
将项目下载到本地,运行下面两行命令,即可运行。