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

onClick option bug #16

Open monasysinfo opened 7 years ago

monasysinfo commented 7 years ago

Fix bug when using onClick option : When I declare an onCLick option like this : options = { 'onClick': 'graphClickEvent', } The generated JSON is : "onClick" : "graphClickEvent" Expected is "onClick" : graphClickEvent

matthisk commented 7 years ago

Tests are failing, seems like re is not imported

monasysinfo commented 7 years ago

Yes , it’s fixed now

MonasysInfo

De : Matthisk Heimensen Envoyé le :mardi 17 octobre 2017 13:09 À : matthisk/django-jchart Cc : monasysinfo; Author Objet :Re: [matthisk/django-jchart] onClick option bug (#16)

Tests are failing, seems like re is not imported — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.