dvandersluis / amcharts.rb

Ruby/Rails wrapper for Amcharts
MIT License
12 stars 9 forks source link

Processing data in a chart changes the underlying data #7

Open dvandersluis opened 7 years ago

dvandersluis commented 7 years ago

When process_data is called on data, any changes made change the underlying data rather than just applying to the chart being rendered. This can be a problem if the same data set is being used to drive multiple charts, as the initial values are lost.