shigeru.nakajima
shigeru.nakajima
I think there is 2 options. 1. Merge the `chartjs-v2` branch and publish the `v2.0.0-beta` npm package, now 2. More test to confirm the `chartjs-v2` branch work with the Chart.js...
I think you use chart.js v1.1.1. That has not a `backgroundColor` option and has a `fillColor` option. Please refer [documents of chart.js v1.1.1](https://github.com/chartjs/Chart.js/blob/v1.1.1/docs/02-Bar-Chart.md). And, react-chartjs is not support the horizontalBar...
Close. If you have additional information, feel free to reopen.
I have collected case studies. In ActiveRecord, the `send` column is defined as a method using [define_attribute_methods](https://github.com/rails/rails/blob/ec667e5f114df58087493096253541f1034815af/activemodel/lib/active_model/attribute_methods.rb#L267-L276). In other words, the `Object#send` method is overridden. In PyCall, if there is...
> how about inheriting BasicObject instead of Object? I think it's an interesting idea. I'll try to see how it's implemented.
It looks like it can be successfully implemented by inheriting the BasicObject. I will create a new pull request with a new implementation. I close this pull request.