Grafoscopio/src/Dataviz/DataSelfie.class.st

17 lines
369 B
Smalltalk

"
I represent a data portrait taken from twitter account.
My helper classes are profileOverview and historyGraph.
For mockups of how I would look like see the online repo at:
http://mutabit.com/repos.fossil/data-selfies
"
Class {
#name : #DataSelfie,
#superclass : #Object,
#instVars : [
'profileOverview',
'historyGraph'
],
#category : #'Dataviz-Twitter'
}