Fotolia/vizir

Rework metric assignment in graph DSL

renchap opened this issue · 0 comments

We want something like this :

graph 'machin' do
  metric :e, :color => :red
  metric :f
  metrics [:a, :b, :c]
  metric :d
end

The order will be the same as the read order.