-
Notifications
You must be signed in to change notification settings - Fork 202
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
Trying to make it work with NodeJS and ChartjsNodeCanvas #78
Comments
This project requires Chart.js 3.0. I wonder if you're using Chart.js 2.x? |
Chart.js 3.0 is just only a beta issued just 3 days ago. You mean the upgrade will fix it? |
chartjs-chart-financial/package.json Line 18 in f10c046
|
I see, thank you very much.
After upgrading to [email protected]
take built file from /dist, copy to my project and then:
|
Same problem here: I guess no solution is available? |
Hello, thank you for the great plugin!
I do:
As result I get a file in /dist directory and copy it to me NodeJS project folder.
In my NodeJS app I do:
When I run the app I get:
I have checked content of Chart.defaults and found that .elements is in ‘global’ so I changed
And eventually Error
on line 446
So I changed them to:
Then I got
So I chagned:
That handled all the errors. But still no candles drawn.
So probably the way I initially started is incorrect
The text was updated successfully, but these errors were encountered: