可视化库


—标准图表绘制—

  1. D3
    https://github.com/d3/d3/wiki/gallery
    简单图:https://www.d3-graph-gallery.com/index.html
  • Dagre
    https://github.com/dagrejs/dagre-d3
  1. G2
    https://antvis.github.io/g2/demo/index.html
  2. ECharts
    https://echarts.baidu.com/examples/index.html#chart-type-graph
  3. rechart
    http://recharts.org/en-US/examples/
  4. victory
    https://formidable.com/open-source/victory/gallery/
    https://github.com/FormidableLabs/victory
  5. react-vis
    https://uber.github.io/react-vis/
  6. apexcharts
    https://apexcharts.com/javascript-chart-demos/
    https://github.com/apexcharts
  7. chartjs
    https://github.com/chartjs/Chart.js
    https://www.chartjs.org/samples/latest/
  8. frappe
    https://github.com/frappe/charts
    https://frappe.io/charts
  9. nivo
    https://github.com/plouc/nivo
    https://nivo.rocks/
  10. google chart
    https://developers.google.com/chart/
    https://developers.google.com/chart/interactive/docs/gallery
  11. Raw(粘贴数据,选中样式直接得到图表)
    https://github.com/densitydesign/raw

—节点关系图库—

  1. cytoscape
    http://js.cytoscape.org/#demos
  • 节点可收缩图
    https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse
  1. GoJS
    https://gojs.net/latest/samples/index.html

—其他—

  • 气泡Group:https://github.com/JosuaKrause/bubblesets-js

你可能感兴趣的:(可视化库)