Restore timelines

The timelines are quite useful to identify the trend of contribution for
a module.  Their rendering got commented out as part of the redesign and
introduction of cncf (9f6fff8b).

Change-Id: I5cd406ea6e96a50d3fc0c6713a8eae29313515b1
This commit is contained in:
Antoine Musso
2020-01-29 00:19:09 +01:00
parent 6f0b986c51
commit 33458d67d9
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<script type="text/javascript">
{% if show_module_details %}
//renderTimeline();
renderTimeline();
{% endif %}
{% if show_company_breakdown %}

View File

@@ -37,7 +37,7 @@
<script type="text/javascript">
{% if show_module_details %}
//renderTimeline();
renderTimeline();
{% endif %}
{% if show_company_breakdown %}

View File

@@ -22,7 +22,7 @@
<script type="text/javascript">
{% if show_module_details %}
// renderTimeline();
renderTimeline();
{% endif %}
{% if show_company_breakdown %}