Patrick Delaney

Results 64 comments of Patrick Delaney

This is not ready for review yet, marked as draft.

https://github.com/DLabbate/stock-dashboard?tab=readme-ov-file

![Image](https://github.com/openpredictionmarkets/socialpredict/assets/13304149/1d7d1844-77ad-4ae2-8000-2239dffaea0e)

Date Filter: ![Image](https://github.com/openpredictionmarkets/socialpredict/assets/13304149/94065c07-6ff7-4742-b2e6-e551dd68e222)

Rather than using rechart which is fairly limited and does not appear to have step charts, it seems like we should use: https://github.com/AnyChart/AnyChart re: https://docs.anychart.com/Basic_Charts/Step_Line_Chart#:~:text=A%20step%20line%20chart%20is,or%20interest%20rates%20are%20visualized. https://www.npmjs.com/package/anychart ![Image](https://github.com/openpredictionmarkets/socialpredict/assets/13304149/a3afa80a-83cb-4ec1-80ff-287cf38c314d)

Alternatively, d3 step chart: https://codepen.io/vkbansal/pen/QjJXOe ![Image](https://github.com/openpredictionmarkets/socialpredict/assets/13304149/cdaae08e-76e8-4698-80b2-2aac692837cc)

Speaks to potential interactivity; https://d3-graph-gallery.com/area

Ok, here is what I was able to implement. How important is it to have: 1. Tooltip which allows user to see exactly what the probability was at any given...

What do you mean by, "ticks" ? Yes, I could add a change in resolution button, understood. The step graph communicates that the probability changes instantaneously at the time of...