Is there a way to show only seep graph, not the elevation? I can’t found. So maybe you can add this feature? Here is a very small patch that works for me, but I won’t patch on every update:
117d116
< $showEle = findValue($attr, "showele", "", false);
313,316c312
<
< if ($showEle == true) {
< $points_graph_ele .= number_format ( $_ele , 2 , '.' , '' ).',';
< }
---
> $points_graph_ele .= number_format ( $_ele , 2 , '.' , '' ).',';