Opened 10 years ago
Closed 9 years ago
#12312 closed enhancement (fixed)
Add Mention of dojox.chart Animation to Docs
Reported by: | Fergus Hadley | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Documentation | Version: | 1.6.0b1 |
Keywords: | charting | Cc: | |
Blocked By: | Blocking: |
Description
One of the nicest features not mentioned anywhere is animating your charts in. It’s as simple as adding an animate property to the addPlot property bag.
this._chart.addPlot ( ‘default’, { type: ‘Markers’, animate: { duration: 1000 } <- this gives charts a very nice visual impact } )
Change History (7)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | set to Eugene Lazutkin |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Milestone: | 1.6 → 1.7 |
---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
An example would be nice along with a description of available parameters, and what they mean.
comment:6 Changed 10 years ago by
and here is for the description: http://docs.dojocampus.org/dojox/charting#plots-animation
Eugene, I let you comment or close the ticket if that is ok.
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed on dojocampus (see link in previous comment).
Note: See
TracTickets for help on using
tickets.
There is already a kind of placeholder for this in the doc:
http://docs.dojocampus.org/dojox/charting/#animated-chart
If adding an animated chart example here is ok to close the enhancement, I can do it. Just let me know Eugene.