I stumbled upon the non-nodejs version of the EventDrops library for D3, and I was able to reproduce the example on my own server. See this blog post here for more information and the example code.
However, could somebody please dodge me in the right direction or provide me with code for the following two problems I'm currently facing:
- Instead of the real-time monitoring, I would like to load a CSV file with dates to display. How can I achieve this?
- And second, how can I display more information while hoovering over an entry from the graph? The demo from the link above shows only limited information, but I would like to load up multiple rows from the CSV and show them while hoovering. Like in the example from the original EventDrops library team, but without using nodejs.
Thank you all so much for your time and your answers.
Clarification to point 1: The CSV file will have the following structure:
name,date,comment
google,"2017-03-06 17:00","some comment about the event"
facebook,2017-02-15 11:13,"again a comment"
google,"2017-01-01 12:13","older google event"
Mark was so kind to put some code together (see here). However, I was not able to run this code with my CSV from above. Could somebody please help me? Thanks!
Best regards, Stephan