timwis / vizwit

An interactive data visualization tool
http://vizwit.io
GNU General Public License v2.0
100 stars 35 forks source link

Optimize tooltip by using a single element #227

Open timwis opened 6 years ago

timwis commented 6 years ago

Instead of a tooltip for each datum, we can probably use a single node and change its text and reposition it. Might not be compatible with popper, but it would certainly be the more vuey way to do it.