This commit is contained in:
parent
d889012d11
commit
c5837f4993
|
@ -161,7 +161,7 @@ function _wpgpxmaps(params)
|
|||
|
||||
var data = new google.visualization.DataTable();
|
||||
data.addColumn('number', "Distance");
|
||||
data.addColumn('number', "Elevation");
|
||||
data.addColumn('number', "Altitude");
|
||||
|
||||
var options = { curveType: "function",
|
||||
strictFirstColumnType: true,
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Elevation line color:</th>
|
||||
<th scope="row">Altitude line color:</th>
|
||||
<td>
|
||||
<input name="wpgpxmaps_graph_line_color" type="color" data-hex="true" value="<?php echo get_option('wpgpxmaps_graph_line_color'); ?>" />
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue