matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.57k stars 2.61k forks source link

Provide export Tag Cloud as image. #9286

Open RMastop opened 8 years ago

RMastop commented 8 years ago

It would be nice to have the possibility to export the view state of the Tag Cloud, like there is for Bar chart etc.

tsteur commented 8 years ago

I think a lot of analytics and the gathered data is about sharing the data with other people as such it would be useful to do that. Maybe we can in general use a solution to be able to export any displayed data as screenshot by using something like http://html2canvas.hertzen.com/ (captures rather blurry screens on Retina displays and screenshot might not be 100% accurate but maybe there are other libraries or maybe some browsers support it natively. It would be ok to have this generic feature only in browsers that support it IMO).

see also http://stackoverflow.com/a/6678156 and http://www.xpertdeveloper.com/2012/10/webpage-screenshot-with-html5-js/

WebRTC might allow to capture screenshots: http://www.webrtc.org/