score:2

Accepted answer
  1. when you call chart.draw, provide a number for the first argument for the number of milliseconds to transition. it defaults to 0 so by default there is no transition.

  2. this is not something provided by dimple or d3 natively. there are other libraries you can look into which provide some of that functionality, like the one referenced by (and detailed in) this blog post : http://spin.atomicobject.com/2014/01/21/convert-svg-to-png/


Related Query

More Query from same tag