随笔分类 - antV
antV 图表类
摘要:antV x6中的ER图; 代码如下: // 鼠标滑过事件 graph.on('edge:mouseenter', ({ cell }) => { cell.removeTools() cell.attr('line', { stroke: 'blue', strokeWidth: 2 }) cel
阅读全文
摘要:效果如下: 代码如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo</title> <script src="js/vue.min.js"></script> <script src="http
阅读全文