canvas-charts
I just committed my first open source project on GitHub. You check it out here. Here’s the example client with graphs:
I just committed my first open source project on GitHub. You check it out here. Here’s the example client with graphs:
//set the canvas size canvasEl.style.width = this.containerWidth + “px”; canvasEl.style.height = this.containerHeight + “px”; // scale 2x if(window.devicePixelRatio == 2) { //set the actual drawing size canvasEl.width = this.containerWidth * […]