Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Charts don't work #271

Open
romansalin opened this issue Jun 28, 2016 · 4 comments
Open

Charts don't work #271

romansalin opened this issue Jun 28, 2016 · 4 comments

Comments

@romansalin
Copy link

I run demo app as described in README and found that "Sales Bar" chart doesn't appear.

@shabda
Copy link

shabda commented Sep 17, 2016

+1 I can replicate this issue on the latest checkout of the repo.

@terhunrj
Copy link

terhunrj commented Aug 1, 2017

To fix this issue edit the index.html in dir mining/frontend/views. Search for raphael or go to line 202 change path='bower/raphael/raphael-min.js' to path='bower/raphael/raphael.min.js' .
Verify if raphael was installed from bower in dir mining/frontend/assets/bower, if not, edit bower.json in dir mining/frontend add a entry into dependencies: "raphael": "~2.2.0" .
Then go to mining root dir "make build", that's fix this problem.

@abuvanth
Copy link

abuvanth commented Oct 6, 2017

thanks

@abuvanth
Copy link

pie chart not work

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

No branches or pull requests

4 participants