domitry / nyaplot

interactive plots generator for Ruby
MIT License
219 stars 27 forks source link

active_support/json compatibility #62

Closed eudoxa closed 8 years ago

eudoxa commented 8 years ago

"active_support/json" redefine to_json method. It is used some libraries. So, I add compatibility interface to nyaplot objects.

This code will solve "Issue 52". https://github.com/domitry/nyaplot/issues/52