django-jchart icon indicating copy to clipboard operation
django-jchart copied to clipboard

onClick option bug

Open monasysinfo opened this issue 7 years ago • 2 comments

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

monasysinfo avatar Oct 17 '17 10:10 monasysinfo

Tests are failing, seems like re is not imported

matthisk avatar Oct 17 '17 11:10 matthisk

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.

monasysinfo avatar Oct 17 '17 18:10 monasysinfo