# 能否提供统计数据的聚合视图？

**URL:** <https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359>\
**Category:** Feature\
**Created:** [2018年四月15日 04:29 UTC](https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359 "2018-04-15T04:29:29Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![xiasummer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xiasummer/32/82790_2.png) [@xiasummer](https://meta.discourse.org/u/xiasummer)\
**Post date:** [2018年四月15日 04:29 UTC](https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359/1 "2018-04-15T04:29:29Z")

</div>

Like in the admin panel, I can see the post numbers everyday. You see there are many days with 0 posts. I think if we have the aggregate view, it will be better looking.

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/d/7de07e4dd89073e6f7d34bd50905f55dd976080e.png)

---

<div class="post-metadata">

**Author:** ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)\
**Post date:** [2018年四月15日 06:57 UTC](https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359/2 "2018-04-15T06:57:30Z")

</div>

What does “aggregate” mean here? Show “Weekly/Monthly” instead of “Daily”?

---

<div class="post-metadata">

**Author:** ![xiasummer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xiasummer/32/82790_2.png) [@xiasummer](https://meta.discourse.org/u/xiasummer)\
**Post date:** [2018年四月15日 08:23 UTC](https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359/3 "2018-04-15T08:23:20Z")

</div>

Sorry, I mean the sum number, like the cumulative distribution function.

---

<div class="post-metadata">

**Author:** ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)\
**Post date:** [2018年四月15日 09:03 UTC](https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359/4 "2018-04-15T09:03:54Z")

</div>

A while ago - before the nice graph images - I wrote a user script that got values from the DOM and summed and averaged the values. Averaging was a bit tricky because the script needed to factor in null key-value pairs, but finding averages should be easier now that zero values are included.

The table view still has the values in the DOM, but graph view is now an image instead of a bar graph. Although the values are no longer in the graph view DOM, script could get the JSON and work with that.

---

<div class="post-metadata">

**Author:** ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)\
**Post date:** [2018年四月15日 09:15 UTC](https://meta.discourse.org/t/can-we-have-an-aggregate-view-of-the-statistical-numbers/85359/5 "2018-04-15T09:15:46Z")

</div>

I’ve [requested for something similar in the ‘what would you like to see in the dashboard topic’](https://meta.discourse.org/t/what-would-you-like-to-see-on-your-discourse-admin-dashboard/67134/72) (thanks for asking @Hawk). A _trend_ line might be even more useful than what you request imho but essentially this is also very similar to what you suggest (being based on moving averages)
