DVL
DVL copied to clipboard
Dynamic Visualization LEGO
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
small typo
Fixed typo.
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);...