效果图:
基于d3-v5, 依赖dagre-d3, 直接上代码:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> svg { border: 1px solid darkcyan; } /* 拓扑图--start */ /* 节点状态颜色 */ g.type-current>circle { fill: #FFAC27; } g.type-success>circle { fill: #9270CA; } g.type-fail>circle { fill: #67C23A; } g.type-done>circle { fill: #E8684A; } /* 拓扑图--end */ /* 坐标轴-start */ .axis path, .axis line { fill: none; stroke: #DCDCDC; shape-rendering: crispEdges; } .axis text { font-family: sans-serif; font-size: 12px; fill: #999999; } .axis .x2-axis text { font-size: 14px; font-weight: 400; fill: #333; } .axis .x2-axis .tick { stroke-width: 2px; } /* 坐标轴-end */ </style> </head> <script src="/UploadFiles/2021-04-02/d3.v5.min.js ">以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“D3.js 实现带伸缩时间轴拓扑图的示例代码”评论...