0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/ee
Buddy Williams 03dc30c4e4
#3765 Show cohort for bar chart (Insights > Trends) (#3825)
* #3765 refactored day to date_from and date_to so that the bar chart may query a date range; the end goal is to show a cohort modal for the graph;

* Removed date from modal label for bar chart since it does not apply

* Added onHover and onClick to ActionsPie charts; Added onClick to ActionsPie to see the people included in Trends > Pie

* date fix

* add time range helper

* add test

* add assertions

Co-authored-by: Eric <eeoneric@gmail.com>
2021-04-20 12:52:51 -04:00
..
api Update Django to 3.1.8 (and related) (#4007) 2021-04-19 12:59:10 -07:00
bin Defer event fields on team model to make grabbing fields a bit more lazy (#4028) 2021-04-18 16:22:59 -07:00
certs
clickhouse #3765 Show cohort for bar chart (Insights > Trends) (#3825) 2021-04-20 12:52:51 -04:00
idl
kafka_client
management/commands Don't catch all exceptions for migrating clickhouse (#4016) 2021-04-16 15:08:01 +03:00
migrations Add clickhouse and max users to license (#3918) 2021-04-14 08:45:39 -07:00
models Add clickhouse and max users to license (#3918) 2021-04-14 08:45:39 -07:00
tasks Handle webhooks better (#3605) 2021-03-09 16:37:42 +01:00
__init__.py
apps.py
conftest.py Backend tests refactor (#3774) 2021-03-31 19:00:58 -07:00
docker-compose.ch.test.yml Fix docker dev environment (#3861) 2021-04-03 20:41:47 +02:00
docker-compose.ch.yml Fix docker dev environment (#3861) 2021-04-03 20:41:47 +02:00
LICENSE
settings.py Plugins access control (#3486) 2021-03-17 15:01:55 +01:00
urls.py