Closed scottkleinman closed 10 years ago
I seem to have fixed this, but broken the tooltips. Are tooltips working on your version?
Yes, they're working for me. I'll have a look at your code, but I think we're OK.
Oh, it looks like you haven't pushed the changes yet, so I can only confirm that I could see tooltips before your fix.
We've pushed a release candidate out recently. We're debugging it now, and the idea is that it'll be live on the server before the end of the day.
Just pulled the changes, and tooltips are indeed gone. I'll try to debug.
Tooltip fixed and pushed. Closing this issue.
The reason is a small hack I put in the
scripts_wordcloud.js
file:fetcher = dataset[0], // Use first index if json is generated by multicloud function
This just makes the assumption that the JSon object will only have one child (equivalent to one text). The code needs to be adapted for merged sets (see
generateJSONForD3()
inModelClasses.py
.