Browse Source

Cubic interpolation is nice.

Ralph Bean 8 years ago
parent
commit
3f69f8b9cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagure/templates/user_info.html

+ 1 - 1
pagure/templates/user_info.html

@@ -33,7 +33,7 @@
             <h2>Contributions</h2>
         </header>
         <a href="{{config.get('DATAGREPPER_URL')}}/raw?category={{config.get('DATAGREPPER_CATEGORY', 'pagure')}}&user={{username}}" target="_blank">
-          <img src="{{config.get('DATAGREPPER_URL')}}/charts/line?category={{config.get('DATAGREPPER_CATEGORY', 'pagure')}}&user={{username}}&split_on=users&delta=31536000&N=12&title=&width=600&height=200&style=light&fill=True" alt="User activity graph"/>
+          <img src="{{config.get('DATAGREPPER_URL')}}/charts/line?category={{config.get('DATAGREPPER_CATEGORY', 'pagure')}}&user={{username}}&split_on=users&delta=31536000&N=12&title=&width=600&height=200&style=light&fill=True&interpolation=cubic" alt="User activity graph"/>
         </a>
     </section>
     {% endif %}