This commit is contained in:
bastianonm 2012-02-15 16:29:52 +00:00
parent d889012d11
commit c5837f4993
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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>