1
screenshot of the visualizer showing barely readble lables,although the size isnt too smallcytoscape.js:模糊的標貼縮小
這是我的風格節點時:
.selector('node')
.css({
'content': 'data(id)',
'width':55,
'height':20,
'shape':'ELLIPSE',
'color':'black',
'background-color':'yellow',
'text-valign' :'center',
'min-zoomed-font-size':1,
'font-size':8,
'font-weight':'normal'
})
是有辦法獲得更低的縮放級更清晰標貼?