Skip to content
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

Error when using Trend in Meteor #14

Closed
iojanis opened this issue Jan 24, 2018 · 1 comment
Closed

Error when using Trend in Meteor #14

iojanis opened this issue Jan 24, 2018 · 1 comment

Comments

@iojanis
Copy link

iojanis commented Jan 24, 2018

W20180124-18:10:58.424(1)? (STDERR) [Vue warn]: Error in nextTick: "TypeError: Cannot read property '$el' of undefined"
W20180124-18:10:58.425(1)? (STDERR)
W20180124-18:10:58.425(1)? (STDERR) found in
W20180124-18:10:58.425(1)? (STDERR)
W20180124-18:10:58.426(1)? (STDERR) --->
W20180124-18:10:58.426(1)? (STDERR)
W20180124-18:10:58.426(1)? (STDERR)
W20180124-18:10:58.426(1)? (STDERR) (node:3903) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 6): TypeError: Cannot read property '$el' of undefined

@aaronhuisinga
Copy link

I am receiving this same error after updating to v0.3.1.

My code is as follows:

        <trend
            :data="list.trend_data"
            :gradient="['#f8f8f8', '#f8f8f8']"
            preserveAspectRatio="xMidYMid slice"
            viewBox="0 0 300 100"
            auto-draw
            smooth>
        </trend>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants