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

nothing appeared #34

Open
sharkoman opened this issue Aug 22, 2015 · 3 comments
Open

nothing appeared #34

sharkoman opened this issue Aug 22, 2015 · 3 comments

Comments

@sharkoman
Copy link

i downloaded the master.zip from here and opened index.html and no charts appeared
why ?!

@jklegseth
Copy link

It looks like index.html doesn't include jQuery, which is required. If you check your console you'll see the errors. Add jQuery before dependencies.js and you should be fine.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="dist/js/vendor/dependencies.js"></script>
<script src="dist/js/pizza.js"></script>

@sharkoman
Copy link
Author

It's working now thank you :)

On Sun, Sep 13, 2015 at 12:48 AM, Junior Klegseth [email protected]
wrote:

It looks like index.html doesn't include jQuery, which is required. If
you check your console you'll see the errors. Add jQuery before
dependencies.js and you should be fine.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="dist/js/vendor/dependencies.js"></script> <script src="dist/js/pizza.js"></script>


Reply to this email directly or view it on GitHub
#34 (comment).

@feelsickened
Copy link

Experienced the same. Pretty sad that the example doesn't work straight out of the box :(

MadMikeyB added a commit to MadMikeyB/pizza that referenced this issue Mar 30, 2017
The example doesn't work right 'out of the box', which defeats the point of the example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants