client/js/defaults.js
changeset 459 98cae534083d
parent 458 423bdf56d103
child 461 48235ed6b07d
equal deleted inserted replaced
458:423bdf56d103 459:98cae534083d
    93     node_images_fill_mode: false,
    93     node_images_fill_mode: false,
    94         /* Set to false for "letterboxing" (height/width of node adapted to show full image)
    94         /* Set to false for "letterboxing" (height/width of node adapted to show full image)
    95            Set to true for "crop" (adapted to fill circle) */
    95            Set to true for "crop" (adapted to fill circle) */
    96     node_size_base: 25,
    96     node_size_base: 25,
    97     node_stroke_width: 2,
    97     node_stroke_width: 2,
       
    98     node_stroke_max_width: 12,
    98     selected_node_stroke_width: 4,
    99     selected_node_stroke_width: 4,
       
   100     selected_node_stroke_max_width: 24,
       
   101     node_stroke_witdh_scale: 5,
    99     node_fill_color: "#ffffff",
   102     node_fill_color: "#ffffff",
   100     highlighted_node_fill_color: "#ffff00",
   103     highlighted_node_fill_color: "#ffff00",
   101     node_label_distance: 5,
   104     node_label_distance: 5,
   102         /* Vertical distance between node and label */
   105         /* Vertical distance between node and label */
   103     node_label_max_length: 60,
   106     node_label_max_length: 60,
   108         /* Change shapes enabled */
   111         /* Change shapes enabled */
   109 
   112 
   110     /* EDGE DISPLAY OPTIONS */
   113     /* EDGE DISPLAY OPTIONS */
   111 
   114 
   112     edge_stroke_width: 2,
   115     edge_stroke_width: 2,
       
   116     edge_stroke_max_width: 12,
   113     selected_edge_stroke_width: 4,
   117     selected_edge_stroke_width: 4,
       
   118     selected_edge_stroke_max_width: 24,
       
   119     edge_stroke_witdh_scale: 5,
       
   120 
   114     edge_label_distance: 0,
   121     edge_label_distance: 0,
   115     edge_label_max_length: 20,
   122     edge_label_max_length: 20,
   116     edge_arrow_length: 18,
   123     edge_arrow_length: 18,
   117     edge_arrow_width: 12,
   124     edge_arrow_width: 12,
       
   125     edge_arrow_max_width: 32,
   118     edge_gap_in_bundles: 12,
   126     edge_gap_in_bundles: 12,
   119     label_untitled_edges: "",
   127     label_untitled_edges: "",
   120 
   128 
   121     /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */
   129     /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */
   122 
   130 
   134 
   142 
   135     show_node_editor_uri: true,
   143     show_node_editor_uri: true,
   136     show_node_editor_description: true,
   144     show_node_editor_description: true,
   137     show_node_editor_size: true,
   145     show_node_editor_size: true,
   138     show_node_editor_style: true,
   146     show_node_editor_style: true,
       
   147     show_node_editor_style_color: true,
       
   148     show_node_editor_style_dash: true,
       
   149     show_node_editor_style_thickness: true,
   139     show_node_editor_image: true,
   150     show_node_editor_image: true,
   140     show_node_editor_creator: true,
   151     show_node_editor_creator: true,
   141     allow_image_upload: true,
   152     allow_image_upload: true,
   142     uploaded_image_max_kb: 500,
   153     uploaded_image_max_kb: 500,
   143 
   154 
   150     show_node_tooltip_creator: true,
   161     show_node_tooltip_creator: true,
   151 
   162 
   152     /* EDGE EDITOR OPTIONS */
   163     /* EDGE EDITOR OPTIONS */
   153 
   164 
   154     show_edge_editor_uri: true,
   165     show_edge_editor_uri: true,
   155     show_edge_editor_color: true,
   166     show_edge_editor_style: true,
       
   167     show_edge_editor_style_color: true,
       
   168     show_edge_editor_style_dash: true,
       
   169     show_edge_editor_style_thickness: true,
       
   170     show_edge_editor_style_arrow: true,
   156     show_edge_editor_direction: true,
   171     show_edge_editor_direction: true,
   157     show_edge_editor_nodes: true,
   172     show_edge_editor_nodes: true,
   158     show_edge_editor_creator: true,
   173     show_edge_editor_creator: true,
   159 
   174 
   160     /* EDGE TOOLTIP OPTIONS */
   175     /* EDGE TOOLTIP OPTIONS */