You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
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?
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: