-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will these guages work with Polymer Elements? #100
Labels
Comments
Hi there! |
Here is the sample I have for radial guage. I know the script tag path is correct. <script src="../node_modules/canvas-gauges/gauge.min.js"></script> <style include="shared-styles"> :host { display: block;
|
it works for me if you use javascript to initialize the gauge |
This does not work either. Can you provide the script you used to display a gauge? |
here is one example |
Interesting. Thanks for the help.
…On Mon, Jan 23, 2017 at 10:19 AM, Luka Karinja ***@***.***> wrote:
here is one example
https://gist.github.com/pinkflozd/0cc67bd4dd96133506a214efe5fef4a6
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMiKzbX7CmBEx1SNA0ZB47zADZoHj2Yaks5rVO9DgaJpZM4LbP7S>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does not work for me. There are no errors on the console. The canvas is visible in css inspector but the
guage is not visible.
The text was updated successfully, but these errors were encountered: