-
I would like to submit my project for the Gallery
"Psychro Chart"
This is a psychrometry charter built entirely with jcanvas
[URL](https://lokeshbabutg.github.io/psychroChart)
-
May i know any option to include this
crossOrigin: 'anonymous'
-
Hi,
I have a need to draw dashed lines in my chart.
I was using the context.setLineDash function to draw and it works fine in Chrome.
I'm getting an undefined error in wkhtmltopdf.exe.
This functio…
wvary updated
4 years ago
-
I use this plugin in Vue project
-
In a previous version I have used this syntax to predefine a style for multiple drawings:
$.jCanvas();
$.jCanvas({ strokeStyle:color, strokeWidth:1, rounded:true });
Is there another syntax to …
-
When text is rotated the then the alignment is automatically set to center again even if it was set to left or right. Drawing the same text multiple times with different align still puts the text on t…
-
jcanvas21.0.1 in fireFox(70.0.1 ) when i use removeLayer() or removeLayers(),i have to move mouse out of canvas, or double click on layer to delete this layer . this is my code:
$("canvas").drawPoly…
-
Hi !
I try to animate layers by I get this javascript error :
Uncaught TypeError: Cannot read property 'defaultView' of undefined. I can't get the line of code because it's in jquery-1.11.0.min.js:3…
-
I want to animate the line from first point to close point of line i am using below code. Can you please give some example to animate the line.
```
$('canvas').drawLine({
strokeStyle: '#000',
…
-
I am using jCanvas v. 21.0.1 Have a Intel Core i5 8th Gen with 1.60 Ghz
Are there any tricks to run animations without affecting the cpu too much? My processor utilization goes up to 35% only when I …