Open Source Stream Visualization Tool

Is there any Javascript-based open source tool with API support that can generate a stream visualization, like Google Analytics Visitor Stream ?

enter image description here

+6
source share
1 answer

I would use the D3 JavaScript library:

+7
source

Source: https://habr.com/ru/post/948136/


All Articles