2022-04-18 22:29:09 +00:00
|
|
|
accessing
|
|
|
|
exportRepliesHistogramWithBars: aNumberOfBars
|
|
|
|
|
2022-06-21 16:59:13 +00:00
|
|
|
| repliesDict |
|
|
|
|
repliesDict := {
|
|
|
|
'messagesType' -> 'replies'.
|
|
|
|
'extent' -> (800@200).
|
|
|
|
'color' -> (Color r:(246/255) g:(185/255) b:(46/255))
|
|
|
|
} asDictionary.
|
|
|
|
^ self exportHistogramFor: repliesDict By: aNumberOfBars
|