|
49 | 49 | ### name, default_value, category, group, type, param, description
|
50 | 50 | ['color', 'black', 'basic', 'color_attrs', "color", None, 'node shape color' ],
|
51 | 51 | ['colorscheme', 'x11', 'basic', 'color_attrs', "colorscheme",None, 'scheme for interpreting' ],
|
52 |
| - ['comment', None, 'extra', None, "string", None, 'any string(format-dependent)' ], |
| 52 | + ['comment', None, 'extra', None, "bigstring", None, 'any string(format-dependent)' ], |
53 | 53 | ['distortion', 0, 'extra', 'shape-param', "float", None, 'node distortion for shape=polygon' ],
|
54 | 54 | ['fillcolor', 'lightgrey', 'basic', 'color_attrs', "color", None, 'node fill color' ],
|
55 | 55 | ['fixedsize', False, 'extra', None, "bool", None, 'label text has no affect on node size' ],
|
|
64 | 64 | ['id', None, 'extra', None, "string", None, 'any string(user-defined output object tags)' ],
|
65 | 65 | ['image', None, 'extra', None, "img_file", None, 'image file name' ],
|
66 | 66 | ['imagescale', 'false', 'extra', None, "enum", E_IMAGESCALE, 'true,width,height,both' ],
|
67 |
| - ['label', None, 'basic', None, "string", None, 'any string' ], |
| 67 | + ['label', None, 'basic', None, "bigstring", None, 'any string' ], |
68 | 68 | ['labelloc', 'c', 'extra', None, "enum", E_LABELLOC, 'node label vertical alignment(center, top, bottom)' ],
|
69 | 69 | ['layer', None, 'advance', None, "string", None, 'all, id or id:id, or a comma-separated list of the former'],
|
70 | 70 | ['margin', '0.11,0.55', 'extra', None, "string", None, 'space around label' ],
|
|
105 | 105 | ['arrowtail', 'normal', 'basic', 'arrow', "enum_arrowtype",E_ARROWTYPE, 'style of arrowhead at tail end' ],
|
106 | 106 | ['color', 'black', 'basic', 'color_attrs',"color", None, 'edge stroke color' ],
|
107 | 107 | ['colorscheme', 'x11', 'basic', 'color_attrs',"colorscheme", None, 'scheme for interpreting color names' ],
|
108 |
| - ['comment', None, 'extra', None, "string", None, 'any string(format-dependent)' ], |
| 108 | + ['comment', None, 'extra', None, "bigstring", None, 'any string(format-dependent)' ], |
109 | 109 | ['constraint', True, 'extra', None, "bool", None, 'use edge to affect node ranking' ],
|
110 | 110 | ['decorate', False, 'extra', None, "bool", None, 'if set, draws a line connecting labels with their edges'],
|
111 | 111 | ['dir', 'forward', 'basic', 'arrow', "enum", E_DIRECTION, 'arrow direction, forward, back, both, or none' ],
|
|
125 | 125 | ['headtooltip', None, 'extra', 'head', "string", None, 'tooltip annotation near head of edge' ],
|
126 | 126 | ['href', None, 'extra', None, "string", None, 'alias for URL' ],
|
127 | 127 | ['id', None, 'extra', None, "string", None, 'any string(user-defined output object tags)' ],
|
128 |
| - ['label', None, 'basic', None, "string", None, 'edge label' ], |
| 128 | + ['label', None, 'basic', None, "bigstring", None, 'edge label' ], |
129 | 129 | ['labelangle', -25.0, 'extra', 'label_attr',"float", None, 'angle in degrees which head or tail label is rotated off edge'],
|
130 | 130 | ['labeldistance', 1.0, 'extra', 'label_attr',"float", None, 'scaling factor for distance of head or tail label from node'],
|
131 | 131 | ['labelfloat', False, 'extra', 'label_attr',"bool", None, 'lessen constraints on edge label placement' ],
|
|
178 | 178 | ['clusterrank', 'local', 'extra', 'cluster', 'enum', E_CLUSTERRANK, 'mode used for handling clusters.' ],
|
179 | 179 | ['color', 'black', 'extra', 'color_attrs','color', None, 'for clusters, outline color, and fill color if "fillcolor" not defined'],
|
180 | 180 | ['colorscheme', 'x11', 'extra', 'color_attrs','colorscheme',None, 'scheme for interpreting color names' ],
|
181 |
| - ['comment', None, 'extra', None, 'string', None, 'any string (format-dependent)' ], |
| 181 | + ['comment', None, 'extra', None, 'bigstring', None, 'any string (format-dependent)' ], |
182 | 182 | ['compound', False, 'extra', None, 'bool', None, 'allow edges between clusters' ],
|
183 | 183 | ['concentrate', False, 'extra', None, 'bool', None, 'enables edge concentrators' ],
|
184 | 184 | ['dpi', 96, 'extra', None, 'int', None, 'dots per inch for image output' ],
|
|
189 | 189 | ['fontpath', None, 'advance', None, 'string', None, 'list of directories to search for fonts' ],
|
190 | 190 | ['fontsize', None, 'basic', 'graph_font','int', None, 'point size of label' ],
|
191 | 191 | ['id', None, 'extra', None, 'string', None, 'any string (user-defineed output object tags' ],
|
192 |
| - ['label', None, 'basic', None, 'string', None, 'any string' ], |
| 192 | + ['label', None, 'basic', None, 'bigstring', None, 'any string' ], |
193 | 193 | ['labeljust', 'c', 'extra', 'cluster', 'enum', E_LABELJUST, '"l" and "r" for left- and right-justified cluster labels, respectively'],
|
194 | 194 | ['labelloc', 't', 'extra', 'cluster', 'enum', E_LABELLOC, '"t" and "b" for top- and bottom-justified cluster labels, respectively'],
|
195 | 195 | ['landscape', False, 'extra', None, 'bool', None, 'if true, means orientation=landscape' ],
|
|
0 commit comments