Giter VIP home page Giter VIP logo

Comments (8)

crisbeto avatar crisbeto commented on August 25, 2024

Sorry, I'm not using Angular material. Do you have somewhere I can check this out? Maybe a fiddle or some other live example.

from angular-svg-round-progressbar.

Ross-Rawlins avatar Ross-Rawlins commented on August 25, 2024

I think it might be the new release. I had to hard code responsive true into the library then it worked. otherwise it wasnt picking up my value set in the directive. So it has nothing to do with angular material.

from angular-svg-round-progressbar.

crisbeto avatar crisbeto commented on August 25, 2024

The new release had nothing to do with responsive, though, it only added a fallback if the document had a <base> tag. Passing responsive works fine in the demo. Can you share the HTML that you're using?

from angular-svg-round-progressbar.

Ross-Rawlins avatar Ross-Rawlins commented on August 25, 2024
                <span class="percentage">{{(math.floor(data.stats.gender.male / data.stats.totalBrandUsers * 100))|| 0}}</span>
                <h4>Men</h4>
            </div>

you can see that I am running it as the usual specs; but responsive only changed when I set in in the library. All the other options work except responsive. I am not concerned because I made it work. But just an FYI

from angular-svg-round-progressbar.

crisbeto avatar crisbeto commented on August 25, 2024

Of course, thanks for reporting it. I think you got the wrong snippet, though.

from angular-svg-round-progressbar.

Ross-Rawlins avatar Ross-Rawlins commented on August 25, 2024

I took that off this repository; what did I do wrong? the other HTML is just to illustrate the containers it is in.

from angular-svg-round-progressbar.

crisbeto avatar crisbeto commented on August 25, 2024

This is the only HTML that I'm seeing:

<span class="percentage">{{(math.floor(data.stats.gender.male / data.stats.totalBrandUsers * 100))|| 0}}</span>
                <h4>Men</h4>
            </div>

from angular-svg-round-progressbar.

crisbeto avatar crisbeto commented on August 25, 2024

Ah I'm sorry, Github just wasn't rendering the whole thing. When I clicked "Edit" I could see the full snippet. I can't see anything wrong, my best guess is that a digest wasn't triggered when you were setting responsive as a variable. I'll close this for now, but feel free to comment or re-open it if there's still an issue.

from angular-svg-round-progressbar.

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.