Hong-Kong-Districts-Info / hktrafficcollisions

Shiny app dashboard of HK traffic collisions that result in injury. | 香港車禍傷亡資料庫:利用互動地圖和儀表版,將香港車禍位置和相關數據可視化。
Other
8 stars 2 forks source link

Feat: Use range input to select the date range of the collision filter #80

Closed KHwong12 closed 2 years ago

KHwong12 commented 2 years ago

Summary

This branch changes the start/end date filter to one single date picker (address and close #72).

Changes

The changes made in this PR are:

  1. Use the range = TRUE option to create a date range airDatepickerInput. This incorporates both start_month and end_month input value into one single calendar.
  2. Shorten the name of the month to abbreviated version (e.g. January -> Jan)
  3. Change the color of the date picker UI from default blue to black (#0d0d0d)

After

after

Before

before


Check