-
Notifications
You must be signed in to change notification settings - Fork 19
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
Background image not working on polar chart #10
Comments
I got it working using the example... Is it possible to have a transparent image on top of whatever colors I set? In the following example, all labels have blocks as the bG image. I would like to keep some colors for each label and supplement it with a transparent image. is that possible? Thanks
Testing...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello...
fantastic plugin. Bevels and shadows are so cool!
I am trying to get image working but keep getting an error on:
TypeError: Argument 1 of CanvasRenderingContext2D.createPattern could not be converted to any of: HTMLImageElement, SVGImageElement, HTMLCanvasElement, HTMLVideoElement, ImageBitmap.
contains tags for Chart.min.js and chartjs-plugin-style.min.js
......
var my_data;
my_data = ['', '', '', '', '', '', '', ''];
var backgroundColor = 'white';
var img = new Image();
img = 'myimg.png';
var ctx = document.getElementById('birdsChart').getContext('2d');
The text was updated successfully, but these errors were encountered: