module Analyze
module Slice
class AllData
def to_s
'All Data'
end
def slug
'all-data'
def graphs
[Analyze::Graph::AllData.new]