Fixing wordcloud data language for report exporter.
This commit is contained in:
parent
69375d2683
commit
5336e8d224
@ -23,5 +23,5 @@ asDictionary
|
||||
'retweets-histogram-quantity' -> retweetsHistogramData second.
|
||||
'quotes-histogram-labels' -> quotesHistogramData third.
|
||||
'quotes-histogram-quantity' -> quotesHistogramData second.
|
||||
'wordcloud-data' -> self wordcloudData first.
|
||||
'wordcloud-data' -> (self wordcloudDataLanguage: (self config at: 'lang')) first.
|
||||
} asDictionary
|
Loading…
Reference in New Issue
Block a user