lib/vega/chart.rb in vega-0.1.0 vs lib/vega/chart.rb in vega-0.1.1
- old
+ new
@@ -9,9 +9,11 @@
:config, :usermeta
array_methods \
:signals, :scales, :projections, :axes, :legends, :marks
+ attr_reader :spec
+
def initialize
@schema = "https://vega.github.io/schema/vega/v5.json"
super()
end