ReDI-School / F24-Berlin-Web-Circle

6 stars 1 forks source link

Price range picker #88

Open matus-vacula opened 3 days ago

matus-vacula commented 3 days ago

Image

ACs:

you can get inspired by this kind of data structure for histogram (doesn't need to be the same):

[
  {
     from: 20,
     to: 30,
     count: 2,
  },
 {
     from: 31,
     to: 40,
     count: 13,
  },
....
]