|
45 | 45 | *
|
46 | 46 | * Each descriptor requires a common set of mandatory options:
|
47 | 47 | * <ul>
|
48 |
| - * <li><code>name</code>: item name |
49 |
| - * <li><code>description</code>: item description, may be <code>null</code> |
50 |
| - * <li><code>formatter</code>: ItemValueFormatter instance which defines how the item values are presented in UI |
| 48 | + * <li><code>name</code>: item name</li> |
| 49 | + * <li><code>description</code>: item description, may be <code>null</code></li> |
| 50 | + * <li><code>formatter</code>: ItemValueFormatter instance which defines how the item values are presented in UI</li> |
51 | 51 | * </ul>
|
52 | 52 | * <p>
|
53 | 53 | *
|
54 | 54 | * The other options which may be set are:
|
55 | 55 | * <ul>
|
56 |
| - * <li><code>dataFactor</code>: a multiplication factor for item values, useful when displaying multiple items in one graph |
57 |
| - * <li<code>minValue</code>: minimum (initial) item value, typically set for zero-based metrics (heap size) |
58 |
| - * <li><code>maxValue</code>: maximum (initial) item value, may be used for the initial graph scale |
| 56 | + * <li><code>dataFactor</code>: a multiplication factor for item values, useful when displaying multiple items in one graph</li> |
| 57 | + * <li><code>minValue</code>: minimum (initial) item value, typically set for zero-based metrics (heap size)</li> |
| 58 | + * <li><code>maxValue</code>: maximum (initial) item value, may be used for the initial graph scale</li> |
59 | 59 | * </ul>
|
60 | 60 | * <p>
|
61 | 61 | *
|
|
64 | 64 | * If needed, line width and/or line/fill colors may be customized by setting
|
65 | 65 | * these options:
|
66 | 66 | * <ul>
|
67 |
| - * <li><code>lineWidth</code>: width of the line, default is <code>2f</code> |
68 |
| - * <li><code>lineColor</code>: color of the line, may be <code>null</code> |
69 |
| - * <li><code>fillColor</code>: color of the filled area, may be <code>null</code> |
| 67 | + * <li><code>lineWidth</code>: width of the line, default is <code>2f</code></li> |
| 68 | + * <li><code>lineColor</code>: color of the line, may be <code>null</code></li> |
| 69 | + * <li><code>fillColor</code>: color of the filled area, may be <code>null</code></li> |
70 | 70 | * </ul>
|
71 | 71 | * <p>
|
72 | 72 | *
|
|
0 commit comments