badlogic / heissepreise

Jo eh.
MIT License
957 stars 114 forks source link

Visualisation Ideas #97

Open flobauer opened 1 year ago

flobauer commented 1 year ago

I am currently experimenting with the visualisation of product price changes:

image

What I have found so far is, that many prices iterate in a specfic range. The Boxes you see is the general range of each products, the points are the price changes in price history. All displayed on the same price axis.

I would like to find out which products are more speculative than others. Any ideas or feedback is welcome.

flobauer commented 1 year ago

The black Dot is the current price. The Graph is called boxplot and I used d3, I will open a pull request soon.

badlogic commented 1 year ago

More vis is always good! I would assume this would be an alternative to the price history bars for each item? If we add this, we should be able to switch between the bars and the box plot. I need the bars for other analysis.

flobauer commented 1 year ago

No, I would keep it as it is, I will add it as an experimental page.