client/js/main.js
changeset 15 de8528eb3662
parent 7 ae86ecebb1be
child 18 4423bfcd8f9f
equal deleted inserted replaced
12:f21792c7b0ab 15:de8528eb3662
    17 */
    17 */
    18 
    18 
    19 /* Declaring the Renkan Namespace Rkns and Default values */
    19 /* Declaring the Renkan Namespace Rkns and Default values */
    20 
    20 
    21 Rkns = {
    21 Rkns = {
    22     _MIN_DRAG_DISTANCE: 4,
    22     _MIN_DRAG_DISTANCE: 2,
    23     _NODE_RADIUS: 20,
    23     _NODE_RADIUS: 20,
    24     _NODE_FONT_SIZE: 14,
    24     _NODE_FONT_SIZE: 14,
    25     _ARROW_LENGTH: 20,
    25     _ARROW_LENGTH: 20,
    26     _ARROW_WIDTH: 15,
    26     _ARROW_WIDTH: 15,
    27     _RENDER: 1,
    27     _RENDER: 1,