Open monasysinfo opened 7 years ago
Tests are failing, seems like re
is not imported
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.
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