--- a/client/annotviz/app/js/annotsroll.js Wed Jan 21 12:14:16 2015 +0100
+++ b/client/annotviz/app/js/annotsroll.js Wed Jan 21 20:16:31 2015 +0100
@@ -10,34 +10,12 @@
var PIXI = require('pixi');
var _ = require('lodash');
-//
-//
-//
-// options = {
-// parentContainer:,
-// externalRefresh: true/false
-// ws:,
-// xInit:,
-// yInit:,
-// width:,
-// height:,
-// widthRoll:,
-// pixelsPerSecond:,
-// framerate:,
-// annotColors: [{ts: , colors: {code1 : '#dshdsj', code2: 'sdasd', 'default': 'dsadas'}}],
-// defaultColor: default,
-// annotStyles: {
-// 'label': {font:, fill:},
-// 'text':{font:, fill:},
-// 'user':{font:, fill:},
-// }
-// }
var DEFAULT_ANNOT_COLOR = '#bababa';
var defaultAnnotStyles = {
- 'label': { font: '26pt Arial Bold', fill: '#65A954' },
- 'text' : { font: '20pt Arial Regular', fill: '#444444' },
- 'user' : { font: '22pt Arial regular', fill: '#444444' },
+ 'label': { font: '20pt Arial Bold', fill: '#65A954' },
+ 'text' : { font: '14pt Arial Regular', fill: '#444444' },
+ 'user' : { font: '16pt Arial regular', fill: '#666666' },
};
var defaultOptions = {