改变猎犬图标

时间:2017-09-04 08:33:06

标签: javascript bloodhound

我试着改变猎犬的图标 我用以下内容编辑了index.js文件:

global.appStore = {
dagre: false,
startNode: null,
endNode: null,
highlightedEdges: [],
spotlightData: {},
queryStack: [],
currentTooltip: null,
highResPalette: {
     imageScheme: {
'User': {
  url: './img1.png',
  scale: 1.3,
  clip: 0.85
},
},
....
.....
highResStyle: {
    nodes: {
        label: {
            by: 'label'
        },
        size: {
            by: 'degree',
            bins: 5,
            min: 10,
            max: 20
        },
        icon: {
            by: 'type',
            scheme: 'imageScheme'
        }
    },
    edges: {
        type : {
            by : 'type',
            scheme: 'edgeScheme'
        }
    }
},

但是我在黑色圆圈中出现红色问号,当我从网站上输入网址时,它不起作用。

该怎么办?

0 个答案:

没有答案
相关问题