proteic
proteic copied to clipboard
Streaming and static data visualization for the modern web.
From wikipedia: > The tooltip or infotip or a hint is a common graphical user interface element. It is used in conjunction with a cursor, usually a pointer. The user...
At this moment Proteic datasources only work with the following data format: ```json [ { "date": "01/03", "value": 234, "key": "v1" }, { "date": "01/03", "value": 532, "key": "v2" },...
Proteic should be able to display contextual information about the data. Right now it can display tooltips, althought they have to be implemented by the user using mouse events in...