have visual refs working and better error models

This commit is contained in:
Peter Cottle 2012-09-12 21:38:00 -07:00
parent 9221088853
commit af76c03ad1
10 changed files with 212 additions and 74 deletions

View file

@ -20,10 +20,21 @@ var graphics = {
edgeStroke: 'rgba(94%, 96%, 98%, 0.5)', // '#EFF5FB',
nodeEdge: 'rgba(94%, 96%, 98%, 0.9)', // '#EFF5FB',
nodeFill: '#0066cc',
nodeRadius: 10,
// widths
nodeStrokeWidth: 15,
edgeWidth: 2,
// ref names
refFont: '14pt Courier New',
refFontFill: '#FFF',
// ref arrows
arrowFill: '#FFF',
arrowStroke: '#000',
arrowWidth: 4,
arrowHeadWidth: 5
};
function randomString(string_length) {