The formatter function trackfield_graph_field_formatter does not display profiles inside views. This is because of the following check:

if (!in_array('altitude', split(',', $fset[0]['trackdatasets']))) { return; }

I cannot decide whether to just remove this or make it more intelligent at this point. Workaround is to simply comment this line out.

Comments

raintonr’s picture

Version: 5.x-0.4 » 6.x-1.x-dev

Still the same in v6. v5 is no longer under development.