|
Revision 2a9ba1d97e662e003eee8ea85411b47039a960bc, 476 bytes
(checked in by Theo Schlossnagle <jesus@omniti.com>, 5 years ago)
|
cleanups, hacked javascript loading, newer amline that support reloadSettings()
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<settings> |
|---|
| 3 |
<data> |
|---|
| 4 |
<chart> |
|---|
| 5 |
<series> |
|---|
| 6 |
<value xid="0"></value> |
|---|
| 7 |
</series> |
|---|
| 8 |
|
|---|
| 9 |
<graphs> |
|---|
| 10 |
<graph axis="left" gid="1" title="" color="#5bbb5b" fill_color="#33aa33" fill_alpha="30" color_hover="#47b247" selected="false"> |
|---|
| 11 |
</graph> |
|---|
| 12 |
</graphs> |
|---|
| 13 |
<guides> |
|---|
| 14 |
<max_min>true</max_min> |
|---|
| 15 |
</guides> |
|---|
| 16 |
|
|---|
| 17 |
</chart> |
|---|
| 18 |
</data> |
|---|
| 19 |
<decimals_separator>.</decimals_separator> |
|---|
| 20 |
<values> |
|---|
| 21 |
<y_left> |
|---|
| 22 |
<min></min> |
|---|
| 23 |
<max></max> |
|---|
| 24 |
<unit></unit> |
|---|
| 25 |
</y_left> |
|---|
| 26 |
</values> |
|---|
| 27 |
</settings> |
|---|