在搭建论文中的可视化系统时,发现有诸多可视化图标设计可以被复用,故基于D3.js封装了一个sciGlyph库。 import {instrumentPanelGlyph, radialAreaGlyph, spatialDistribution} from 'sci-glyph'; let canvas = d3.select(`#${containerId}`) .append('svg') ...