Giter Site home page Giter Site logo

Show option not work about timecircles HOT 6 CLOSED

cluny85 avatar cluny85 commented on July 19, 2024
Show option not work

from timecircles.

Comments (6)

wimbarelds avatar wimbarelds commented on July 19, 2024

Hey! Thanks for the heads up. I can hopefully fix this sometime next week.

from timecircles.

cluny85 avatar cluny85 commented on July 19, 2024

Hi! here you have a functions to restart your circles :))

TC_Instance.prototype.restart = function() {
if (typeof this.data.attributes.timer === "number") {
this.data.attributes.timer = 0;
this.data.attributes.ref_date = new Date();
}
// Stop running
clearInterval(this.timer);
};

TC_Class.prototype.restart = function() {
this.foreach(function(instance) {
instance.restart();
instance.updateArc();
});
return this;
};

from timecircles.

got3nks avatar got3nks commented on July 19, 2024

Thank you for those @cluny85!

from timecircles.

Ariakas avatar Ariakas commented on July 19, 2024

I'm joining to this question.
Had "show" property been fixed?

from timecircles.

wimbarelds avatar wimbarelds commented on July 19, 2024

It's not yet fixed, haven't had the time I had hoped. I should have some time during the holidays though.

from timecircles.

wimbarelds avatar wimbarelds commented on July 19, 2024

I have just released a new version that has the show: true/false functionality implemented. Please post another issue if you have any problems with it!

from timecircles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.