in views design options, set 'appendTitle', but leave title field empty.
(then title is taken from table title which is a good thing if we group-by some field)

then there is a bogus 'asd' title prefix.

Comments

geek-merlin’s picture

fix:
in views-view-jquery-visualize.tpl.php
line 27

    <caption>asd<?php print $title; ?></caption>

take out 'asd' and bring to lost+found office.

javi-er’s picture

good finding! looks like I forgot that, will remove it and post a patch.