med-material / d3-rshiny-vis

Example project of making D3.js visualizations within R shiny
MIT License
0 stars 0 forks source link

Eyes tracking #14

Open Xelkyo opened 1 year ago

Xelkyo commented 1 year ago

Stable Eyes_Tracking vizualisation, working outline.

bastianilso commented 1 year ago

@aldsanms please see r2d3's documentation about the data structure they provide to you. From what I read, they provide the data in JSON and the data should keep their data types because they are stored via JSON conventions for encoding file types.

more info here: https://rstudio.github.io/r2d3/articles/data_conversion.html

Xelkyo commented 1 year ago

Sorry @bastianilso but didn't you switch @aldsanms pull request and mine ? Also I removed some now useless code.

bastianilso commented 1 year ago

@Xelkyo sorry my bad, yea I confused the two. But the comment will apply to both your projects as it is about how the data arrives from R. 👍

bastianilso commented 1 year ago

@Xelkyo could you reply to my comments above and let me know which are solved? thanks!

Xelkyo commented 1 year ago

Pushed the SVG background and changed the variable names image

bastianilso commented 1 year ago

@Xelkyo I added some follow-up comments, please reply to them, thanks.