FE/Canvas 3

[ CANVAS ] 좋은 데이터 시각화 라이브러리

좋은 데이터 시각화 라이브러리D3https://d3js.org/ D3 by Observable | The JavaScript library for bespoke data visualizationD3 The JavaScript library for bespoke data visualization Create custom dynamic visualizations with unparalleled flexibilityd3js.org vis.jshttps://visjs.org/ vis.jsvis.js community edition A dynamic, browser based visualization library. The library is designed to be easy to use, to handle l..

FE/Canvas HEON.D 2024.07.10

[ CANVAS ] ERROR DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.

크로스 오리진 속성 추가 https://stackoverflow.com/questions/22097747/how-to-fix-getimagedata-error-the-canvas-has-been-tainted-by-cross-origin-data How to fix getImageData() error The canvas has been tainted by cross-origin data? My code is working very well on my localhost but it is not working on the site. I got this error from the console, for this line .getImageData(x,y,1,1).data: Uncaught SecurityErr..

FE/Canvas HEON.D 2023.06.08