ankane / vega-ruby

Interactive charts for Ruby, powered by Vega and Vega-Lite
BSD 3-Clause "New" or "Revised" License
251 stars 9 forks source link

Add params array method #9

Closed SebastianSzturo closed 1 year ago

SebastianSzturo commented 1 year ago

Add :params to array methods to allow adding dynamic behaviors as documented in the Vega Lite spec: https://vega.github.io/vega-lite/docs/parameter.html

ankane commented 1 year ago

Thanks @SebastianSzturo!