2

Using SVG rectangle for each data point is extremely slow. Please suggest some workaround.

akaHuman
  • 1,332
  • 1
  • 14
  • 33
abhinna11
  • 84
  • 6

1 Answers1

2

For data like that SVG is not optimal. Use Canvas instead and look up information about pixel manipulation like this:

What's the best way to set a single pixel in an HTML5 canvas?

Community
  • 1
  • 1
nothing9
  • 1,114
  • 1
  • 11
  • 21