-
Notifications
You must be signed in to change notification settings - Fork 59
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
0.4.0 Unable to Get Working #33
Comments
I do realise based on the comments by @berthin on #28 where he states: v:0.4.0 does not seem to work with Chart.JS v3.x.x, I am clearly using 3.7.1. Is this correct team? It would be shame to use older version of Chart JS to use this wonderful plugin capability. Also @yurij7070 and few others seem to suggest possible temp fixes, although I have not done this myself. I will let someone from your side confirm. |
Same problem up ! |
Same here, also on .NET MVC, up! |
zsu's fork has addressed this issue, he already made a PR but it seems this repo is no longer maintained? for anyone wanting to use this plugin I recommend cloning and building zsu'sfork just tested it myself, works perfectly |
How you did? Can you share your chart importing variables? |
Not doing anything different in particular
|
Hi, Solved? I think found solution |
https://www.npmjs.com/package/hw-chartjs-plugin-colorschemes This seems to be a fork published to work with chartjs v3. |
Is this repository active? |
Hi Team,
I am using vanilla .NET MVC website (have razor cshtml view file) where I have got both chart.js and chartjs-plugin-colorschemes installed (installed via LibMan client side library). Having followed instructions, I am receiving the following message on console (F12 dev tools in browser):
Uncaught TypeError: Cannot read properties of undefined (reading 'plugins') in both .min.js and .js versions.
Inspecting the main JS file the error is here:
Additionally, I tried the NPM runkit option:
https://npm.runkit.com/chartjs-plugin-colorschemes and it returns the same error.
My Razor Page:
My Master / Layout page:
My Index View:
The bar chart renders but without any colours scheme applied.
Perhaps I am not doing something right? Apologies if that is the case.
The text was updated successfully, but these errors were encountered: