IridiumIO / pyChart.js

Objective Chart.js implementation for Python and Django
MIT License
121 stars 6 forks source link

Clean objects to enable JSON deserialization #2

Closed maor-da closed 10 months ago

maor-da commented 10 months ago

if inspect.isclass(target[x]) will return false for instances let's say: legend = Options.Legend(display=False)