matthisk / django-jchart

📈 A Django package for plotting charts using the excellent Chart.JS library.
BSD 3-Clause "New" or "Revised" License
121 stars 23 forks source link

Chart Parameterization #4

Closed kvdogan closed 7 years ago

kvdogan commented 7 years ago

Hi,

Documentation seems obsolete for Chart Parameterization, Could you please provide an example?

matthisk commented 7 years ago

Sorry about that I updated the documentation but forgot to deploy to the docs website. The documentation is up to date now. Please let me know if you need any help with chart parameterization.

vicvoncastle commented 6 years ago

Edit to below: Clarifed now, in the tests section, you specify it as '1.0' but that was simply to test. It seems that the chart prefers milliseconds instead. This may be a stupid question, but does the chart have to be async to support animation? Placing 'animation=Animation(duration=5.0)' and then passing that to options doesn't seem to do anything