Title: Days Bar
Last modified: August 31, 2016

---

# Days Bar

 *  [ArkieLad](https://wordpress.org/support/users/dwquinn79/)
 * (@dwquinn79)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/days-bar/)
 * I’m only counting down 7 days every week. Is there a way to make it where 7 is
   the full circle for days?
 * [https://wordpress.org/plugins/easy-countdowner/](https://wordpress.org/plugins/easy-countdowner/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [King Rayhan](https://wordpress.org/support/users/kingrayhan/)
 * (@kingrayhan)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/days-bar/#post-6908711)
 * yes possible
 *  [echargeu](https://wordpress.org/support/users/echargeu/)
 * (@echargeu)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/days-bar/#post-8407671)
 * Hi,
    I added the ‘Week’ var in this section of js file: “easy-countdowner/assets/
   TimeCircles.js” :
 *     ```
           var secondsIn = {
               Seconds: 1,
               Minutes: 60,
               Hours: 3600,
               Days: 86400,
               Week: 648000,
               Months: 2678400,
               Years: 31536000
           };
       ```
   
 * and then set the total_duration to ‘Week’, in below section:
 *     ```
           TC_Instance.prototype.default_options = {
               ref_date: new Date(),
               start: true,
               animation: "smooth",
               count_past_zero: true,
               circle_bg_color: "#60686F",
               use_background: true,
               fg_width: 0.1,
               bg_width: 1.2,
               text_size: 0.07,
               total_duration: "Week",
               direction: "Clockwise",
               use_top_frame: false,
               start_angle: 0,
       ```
   
 * I think we can use values like month,year,… for total_duration.
    -  This reply was modified 9 years, 7 months ago by [echargeu](https://wordpress.org/support/users/echargeu/).
      Reason: edit codes
    -  This reply was modified 9 years, 7 months ago by [echargeu](https://wordpress.org/support/users/echargeu/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Days Bar’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-countdowner_fcfcfc.svg)
 * [Easy CountDowner](https://wordpress.org/plugins/easy-countdowner/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-countdowner/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-countdowner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-countdowner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-countdowner/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [echargeu](https://wordpress.org/support/users/echargeu/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/days-bar/#post-8407671)
 * Status: not resolved