diff --git a/public/team-block-script.js b/public/team-block-script.js index c459f72..83a0bb3 100644 --- a/public/team-block-script.js +++ b/public/team-block-script.js @@ -185,11 +185,13 @@ style: { 'background-color': '#88ff88', 'label': 'data(label)', - 'width': function(e) { return 25 + (e.data('availability') || 0) / 3; }, - 'height': function(e) { return 25 + (e.data('availability') || 0) / 3; }, - 'color': '#1a4d3a', - 'font-size': '11px', + 'width': function(e) { return 35 + (e.data('availability') || 0) / 2; }, + 'height': function(e) { return 35 + (e.data('availability') || 0) / 2; }, + 'color': '#fff', + 'font-size': '14px', 'font-weight': 'bold', + 'text-outline-width': 2, + 'text-outline-color': '#000', 'shape': 'ellipse' } }, diff --git a/public/team/index.html b/public/team/index.html new file mode 100644 index 0000000..ab6841c --- /dev/null +++ b/public/team/index.html @@ -0,0 +1,11 @@ + + +
+ + +