Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各データ ポイントにSVG四角形を使用すると、非常に遅くなります。いくつかの回避策を提案してください。
そのようなデータの場合、SVG は最適ではありません。代わりにCanvasを使用し、次のようなピクセル操作に関する情報を調べます。
HTML5 キャンバスに単一のピクセルを設定する最良の方法は何ですか?