mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 23:27:54 +03:00
7b39328d6c
* make (none) value in custom prop breakdown add +1 to pagination limit This is needed because the (none) value is always added to the breakdown_results **after** fetching those from ClickHouse. * only include (none) values on the first page of results * fix percentage metric calculation for paginated results Instead of summing up the number of visitors from the breakdown results to get the total, we have to make a separate query to `Stats.aggregate`. Otherwise, the percentages for each results page will wrongly add up to 100%. Since imported data for aggregated visitors and other properties (such as browsers, OSs, etc) live in different tables, we have to tweak the tests to also include the same number of visitors in the `imported_visitors` table. * add details view for props * changelog * exclude imported data from total |
||
---|---|---|
.. | ||
css | ||
js | ||
static | ||
.babelrc | ||
.bundlemonrc.json | ||
.eslintrc.json | ||
.prettierignore | ||
.prettierrc.json | ||
.stylelintrc.json | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
webpack.config.js |