为了账号安全,请及时绑定邮箱和手机立即绑定

我让下面的有漏洞1,漏洞2 的都是从前端提交过来的 是变动的不是像现在是固定的

我让下面的有漏洞1,漏洞2 的都是从前端提交过来的 是变动的不是像现在是固定的

慕UI1458911 2017-09-27 01:59:39
<!DOCTYPE html><html><head>    <meta charset="utf-8"  name=”viewport” content=”width=device-width, initial-scale=1″ >    <title>ECharts</title>    <!-- 引入 echarts.js -->    <script src="echarts.js"></script></head><body style="  height: 100%;width: auto;white-space: nowrap;">    <!-- 为ECharts准备一个具备大小(宽高)的Dom -->    <div id="main" style="  height: 500px;width: auto;  white-space: nowrap">    </div>    <script type="text/javascript">        // 基于准备好的dom,初始化echarts实例        var myChart = echarts.init(document.getElementById('main'));var i = 1;option = {        title: {        text: ''    },    tooltip: {},    animationDurationUpdate: 5000,    animationEasingUpdate: 'quinticInOut',    series : [        {            type: 'graph',            layout: 'none',            symbolSize: 50,            roam: true,            label: {                normal: {                    show: true                }            },            edgeSymbol: ['circle', 'arrow'],            edgeSymbolSize: [4, 10],            edgeLabel: {                normal: {                    textStyle: {                        fontSize: 20                    }                }            },                      data: [                {                 name: '漏洞1',                 x: 300,                 y: 300             },                   {                 name: '漏洞2',                 x: 500,                 y: 500             },            ],            // links: [],            links: [{                symbolSize: [5, 20],                label: {                    normal: {                        show: true                    }                },                lineStyle: {                    normal: {                        width: 5,                        curveness: 0.2                    }                }            }, {                source: '漏洞1',                target: '漏洞2',                label: {                    normal: {                        show: true                    }                },                lineStyle: {                    normal: { curveness: 0.2 }                }            }, {                source: '漏洞2',                target: '漏洞1',                   label: {                    normal: {                        show: true                    }                },            }, ],            lineStyle: {                normal: {                    opacity: 0.9,                    width: 2,                    curveness: 0                }            }        }    ]};        myChart.setOption(option);    </script></body></html>
查看完整描述

1 回答

?
拖鞋_

TA贡献453条经验 获得超223个赞

获得输入框的值 然后调用echarts的API方法

获得值可以用JQ  echarts 的API嘛  一般我都是用的时候先查 根本记不住~

查看完整回答
反对 回复 2017-09-27
  • 1 回答
  • 0 关注
  • 1305 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信