premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

Support .data(key, value, patch) #84

Open premasagar opened 11 years ago

premasagar commented 11 years ago

patch is a boolean that determines whether the value (an object) should be used to update a subset of keys in the data object, rather than replacing the existing object, which is the default behaviour.