DVL icon indicating copy to clipboard operation
DVL copied to clipboard

Dynamic Visualization LEGO

Results 11 DVL issues
Sort by recently updated
recently updated
newest added

Hello guys! Your project is very interesting, but how can I see how it works, before I choose it? =)

Don't merge...because the change set looks very strange...

Hola, These examples do not work on chrome: - examples/misc/projection.html - examples/dropdown/dropdown.html - examples/time/mouse.html - examples/time/simple.html Looking at the code, should be a quick update to dvl.bind from ancient dvl...

If one column is already highlighted and you click it again, I think it should de-highlight.

These examples still do NOT work, but the links to the files are correct. mouse.html is still missing protovis and sprintf. - Barret

Hi Guys, the DVL is very good in realtime charting, but I can not find any document/API guide, would you please advise where to get them? Thks

In dvl.ajax.requester['normal' || 'cache'], can you replace the onError callback to call with ``` javascript normal: //... complete(xhr.responseText ? textStatus, null) // complete(textStatus, null) cache: //... cb(xhr.responseText ? textStatus, null);...