Pre loader

eCharts Alternative: Comparing Performance, Features & Support

eCharts Alternative: Comparing Performance, Features & Support

In this series we’re looking at comparisons of JavaScript chart libraries. JavaScript is a huge ecosystem with many frameworks, plugins and libraries allowing you to create charts and graphs in your applications. Choosing the right JavaScript chart for your application is something which requires careful consideration depending on your requirements. In these helpful guides, we’ll be comparing popular JavaScript Charts to help you make the right decision depending on your needs.

Today we’re looking at Apache eCharts, more commonly known as ‘eCharts’. We’re going to discuss what is eCharts, what are the pros and cons of eCharts, how to improve eCharts performance and, finally, an eCharts alternative for enterprise software applications.

What is Apache eCharts?

eCharts is a free, open-source JavaScript library for data visualization, which supports a wide range of 2D and 3D chart types. It’s licensed under the permissive Apache 2.0 license and is renowned for being high performance and feature complete.

Based on HTML5 and Canvas, with some WebGL acceleration, for example in 3D charts, eCharts provides higher performance than standard SVG based or Canvas based libraries. It also has the ability to create complex dashboard visualizations.

What Are the Pros & Cons of eCharts?

Advantages of eCharts

  • Wide range of built-in chart types: including specialized visualizations, such as heatmaps, treemaps, candlestick charts, sankey diagrams and 3D charts.
  • More than 100 examples and demos, and some very impressive 3D visualizations too.
  • Free and open source with a permissive Apache 2.0 license.
  • Strong customization capabilities, including colors and themes, axis and labels, animation behavior, tooltip formatting and data transformations.
  • Popular, with a large community and plenty of contributors.

Disadvantages & Drawbacks of eCharts

  • Although simple charts are easy to build, complex dashboards often require large configuration objects. The declarative ‘option’ structure can become difficult to manage as visualizations grow more complex. This can lead to harder debugging, verbose configuration files or a steeper learning curve for advanced features.
  • Performance limitations for very large datasets. While eCharts handles moderate datasets well, performance may degrade when visualizing very large datasets or many charts simultaneously, sometimes causing lag or frame drops.
  • Documentation quality can be varied. While eCharts documentation includes many examples, some developers report that certain advanced features are poorly explained and deeper technical details can be difficult to find.

What Alternatives Are There to eCharts?

For applications which have demanding requirements, complex dashboards, handling real-time streaming data or big data requirements one viable alternative is SciChart.js.

One of the differences about SciChart.js is it’s designed for demanding applications that require custom features, high performance, or complex visualizations and interactions.

How Much of a Performance Difference Does SciChart Have to eCharts?

We’ve carried out performance tests of SciChart.js vs. Apache eCharts using Chart Bench: an open-source JavaScript Chart Performance Comparison application on four test hardwares. This application measures FPS (Frames per second), Memory usage, Initialization Time (time to first frame) and Data Ingestion rate (datapoints per second).

Tests were carried out in a variety of demanding 2D/3D chart conditions, including Line Charts, Scatter Charts, Mountain/Area charts, Candlestick, Column, Multi-chart scenarios, 2D heatmaps, 3D Point Clouds and 3D Surface meshes.

These were then run on four pieces of hardware: Intel i9 / nVidia 4090 workstation ARM Snapdragon Mini PC, an Apple M1 Mini and a Raspberry Pi 5.

How Did SciChart Compare to eCharts in Performance Tests?

Choose the filters below to select which metric to analyze: FPS, Memory, Init time or Ingestion rate.

Filter by hardware to generate a new table and table summary of results.

SciChart.js vs eCharts: Intel i9 + RTX 4090 Performance Benchmarks

Summary of FPS Results on Intel i9 + RTX 4090
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (FPS – frames per second), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest FPS in 98 out of 102 test configurations (96%), with an average of 153.4 FPS.
  • eCharts placed second with 2 wins out of 102 configurations (avg 50.4 FPS).
  • SciChart.js performed particularly well on Intel i9 + RTX 4090 for this metric, winning 98% of configurations — its strongest showing across all tested hardware.

Summary of Memory Results on Intel i9 + RTX 4090
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Memory – MB), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the lowest memory usage in 86 out of 102 test configurations (84%), with an average of 419.9 MB.
  • eCharts placed second with 14 wins out of 102 configurations (avg 371.6 MB).
  • SciChart.js performed particularly well on Intel i9 + RTX 4090 for this metric, winning 86% of configurations — its strongest showing across all tested hardware.

Summary of Init Time Results on Intel i9 + RTX 4090
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Initialization Time – ms), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the fastest initialization in 79 out of 102 test configurations (77%), with an average of 255 ms.
  • eCharts placed second with 21 wins out of 102 configurations (avg 317 ms).

Summary of Ingestion Rate Results on Intel i9 + RTX 4090
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Data Ingestion Rate – points/sec), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest ingestion rate in 90 out of 102 test configurations (88%), with an average of 35.6M pts/sec.
  • eCharts placed second with 10 wins out of 102 configurations (avg 560K pts/sec).
Test Case / ParametersSciChart.js
FPS
eCharts
FPS
Fastest% Faster
N line series M points
100 series × 100 pts235.383.0SciChart.js+183%
200 series × 200 pts235.936.7SciChart.js+543%
500 series × 500 pts129.07.9SciChart.js+1533%
1K series × 1K pts63.71.9SciChart.js+3253%
2K series × 2K pts27.4HangingSciChart.js
4K series × 4K pts9.7SkippedSciChart.js
8K series × 8K pts2.2SkippedSciChart.js
Brownian Motion Scatter SeriesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts237.0210.2SciChart.js+13%
10K pts239.344.4SciChart.js+439%
50K pts239.2HangingSciChart.js
100K pts239.4SkippedSciChart.js
200K pts237.5SkippedSciChart.js
500K pts98.7SkippedSciChart.js
1.0M pts59.3SkippedSciChart.js
5.0M pts10.5SkippedSciChart.js
10.0M pts5.4SkippedSciChart.js
Line series which is unsorted in xSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts237.062.4SciChart.js+280%
10K pts237.43.8SciChart.js+6147%
50K pts236.80.2SciChart.js+118300%
100K pts236.8SkippedSciChart.js
200K pts195.0SkippedSciChart.js
500K pts89.4SkippedSciChart.js
1.0M pts50.3SkippedSciChart.js
5.0M pts9.4SkippedSciChart.js
10.0M pts2.9SkippedSciChart.js
Point series, sorted, updating y-valuesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts236.047.0SciChart.js+402%
10K pts237.05.8SciChart.js+3986%
50K pts236.90.6SciChart.js+39383%
100K pts236.7SkippedSciChart.js
200K pts235.6SkippedSciChart.js
500K pts127.0SkippedSciChart.js
1.0M pts84.6SkippedSciChart.js
5.0M pts19.4SkippedSciChart.js
10.0M pts10.1SkippedSciChart.js
Column chart with data ascending in XSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts235.520.8SciChart.js+1032%
10K pts238.695.3SciChart.js+150%
50K pts239.191.4SciChart.js+162%
100K pts239.134.1SciChart.js+601%
200K pts239.4ErrorSciChart.js
500K pts239.4SkippedSciChart.js
1.0M pts238.8SkippedSciChart.js
5.0M pts238.2SkippedSciChart.js
10.0M pts237.0SkippedSciChart.js
Candlestick series testSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts236.1230.1SciChart.js+3%
10K pts236.2139.5SciChart.js+69%
50K pts234.746.5SciChart.js+405%
100K pts234.828.3SciChart.js+730%
200K pts233.616.0SciChart.js+1360%
500K pts234.57.6SciChart.js+2986%
1.0M pts234.73.7SciChart.js+6243%
5.0M pts232.7HangingSciChart.js
10.0M pts228.0SkippedSciChart.js
FIFO / ECG Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
5 series, 100 pts235.8212.9SciChart.js+11%
5 series, 10K pts234.817.1SciChart.js+1273%
5 series, 100K pts206.71.6SciChart.js+12819%
5 series, 1.0M pts61.3HangingSciChart.js
5 series, 5.0M pts22.3SkippedSciChart.js
5 series, 10.0M pts17.8SkippedSciChart.js
Mountain Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts238.3197.7SciChart.js+21%
10K pts239.394.5SciChart.js+153%
50K pts238.830.4SciChart.js+686%
100K pts237.515.6SciChart.js+1422%
200K pts236.27.0SciChart.js+3274%
500K pts239.52.3SciChart.js+10313%
1.0M pts239.40.9SciChart.js+26500%
5.0M pts237.0SkippedSciChart.js
10.0M pts236.0SkippedSciChart.js
Series Compression TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts, incr 100238.286.8SciChart.js+174%
10K pts, incr 1K239.126.9SciChart.js+789%
100K pts, incr 10K173.66.2SciChart.js+2700%
1.0M pts, incr 100K69.40.6SciChart.js+11467%
10.0M pts, incr 1.0M21.8SkippedSciChart.js
Multi Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1 chart155.74.8SciChart.js+3144%
2 charts124.7HangingSciChart.js
4 charts103.8SkippedSciChart.js
8 charts71.1SkippedSciChart.js
16 charts42.8SkippedSciChart.js
32 charts26.8SkippedSciChart.js
64 charts12.5SkippedSciChart.js
128 charts7.9SkippedSciChart.js
Uniform Heatmap Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts235.719.2SciChart.js+1128%
200 pts235.85.2SciChart.js+4435%
500 pts143.60.7SciChart.js+20414%
1K pts40.0SkippedSciChart.js
2K pts9.5SkippedSciChart.js
4K pts2.3SkippedSciChart.js
8K pts0.5SkippedSciChart.js
16K ptsSkippedSkipped
3D Point Cloud Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts228.3229.4eCharts+0%
1K pts230.2239.7eCharts-4%
10K pts229.582.4SciChart.js+179%
100K pts121.38.6SciChart.js+1310%
1.0M pts15.11.2SciChart.js+1158%
2.0M pts7.50.7SciChart.js+971%
4.0M pts3.5SkippedSciChart.js
3D Surface Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts229.240.9SciChart.js+460%
200 pts231.415.0SciChart.js+1443%
500 pts95.62.4SciChart.js+3883%
1K pts27.70.5SciChart.js+5440%
2K pts6.0SkippedSciChart.js
4K pts1.3SkippedSciChart.js
8K ptsHangingSkipped
Average (all configs)153.450.41st SciChart.js × 98
2nd eCharts × 2
+5956%

SciChart.js vs eCharts: ARM Snapdragon Performance Benchmarks

Summary of FPS Results on ARM Snapdragon
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (FPS – frames per second), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest FPS in 90 out of 102 test configurations (88%), with an average of 46.5 FPS.
  • eCharts placed second with 8 wins out of 102 configurations (avg 25.0 FPS).

Summary of Memory Results on ARM Snapdragon
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Memory – MB), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the lowest memory usage in 77 out of 102 test configurations (75%), with an average of 359.4 MB.
  • eCharts placed second with 21 wins out of 102 configurations (avg 351.3 MB).

Summary of Init Time Results on ARM Snapdragon
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Initialization Time – ms), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the fastest initialization in 74 out of 102 test configurations (73%), with an average of 255 ms.
  • eCharts placed second with 24 wins out of 102 configurations (avg 367 ms).

Summary of Ingestion Rate Results on ARM Snapdragon
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Data Ingestion Rate – points/sec), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest ingestion rate in 87 out of 102 test configurations (85%), with an average of 22.3M pts/sec.
  • eCharts placed second with 11 wins out of 102 configurations (avg 473K pts/sec).
Test Case / ParametersSciChart.js
FPS
eCharts
FPS
Fastest% Faster
N line series M points
100 series × 100 pts58.856.5SciChart.js+4%
200 series × 200 pts58.730.2SciChart.js+94%
500 series × 500 pts57.76.9SciChart.js+736%
1K series × 1K pts41.61.9SciChart.js+2089%
2K series × 2K pts17.1HangingSciChart.js
4K series × 4K pts3.9SkippedSciChart.js
8K series × 8K ptsHangingSkipped
Brownian Motion Scatter SeriesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts59.356.9SciChart.js+4%
10K pts59.144.2SciChart.js+34%
50K pts59.1HangingSciChart.js
100K pts59.1SkippedSciChart.js
200K pts59.2SkippedSciChart.js
500K pts59.5SkippedSciChart.js
1.0M pts39.7SkippedSciChart.js
5.0M pts7.1SkippedSciChart.js
10.0M pts3.6SkippedSciChart.js
Line series which is unsorted in xSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts59.057.2SciChart.js+3%
10K pts59.52.9SciChart.js+1952%
50K pts59.50.1SciChart.js+59400%
100K pts59.5SkippedSciChart.js
200K pts56.2SkippedSciChart.js
500K pts24.5SkippedSciChart.js
1.0M pts13.7SkippedSciChart.js
5.0M pts2.4SkippedSciChart.js
10.0M pts1.0SkippedSciChart.js
Point series, sorted, updating y-valuesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts58.928.9SciChart.js+104%
10K pts59.13.2SciChart.js+1747%
50K pts59.10.6SciChart.js+9750%
100K pts59.1SkippedSciChart.js
200K pts59.1SkippedSciChart.js
500K pts58.9SkippedSciChart.js
1.0M pts54.8SkippedSciChart.js
5.0M pts8.8SkippedSciChart.js
10.0M pts3.3SkippedSciChart.js
Column chart with data ascending in XSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts55.54.9SciChart.js+1033%
10K pts59.151.9SciChart.js+14%
50K pts59.159.7eCharts-1%
100K pts59.159.5eCharts-1%
200K pts59.2ErrorSciChart.js
500K pts59.3SkippedSciChart.js
1.0M pts59.6SkippedSciChart.js
5.0M pts59.3SkippedSciChart.js
10.0M pts59.7SkippedSciChart.js
Candlestick series testSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts58.257.0SciChart.js+2%
10K pts59.059.3eCharts-1%
50K pts59.553.7SciChart.js+11%
100K pts59.231.6SciChart.js+87%
200K pts59.416.0SciChart.js+271%
500K pts59.06.9SciChart.js+755%
1.0M pts59.33.4SciChart.js+1644%
5.0M pts58.2HangingSciChart.js
10.0M pts57.4SkippedSciChart.js
FIFO / ECG Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
5 series, 100 pts58.956.8SciChart.js+4%
5 series, 10K pts59.221.4SciChart.js+177%
5 series, 100K pts59.21.9SciChart.js+3016%
5 series, 1.0M pts59.3HangingSciChart.js
5 series, 5.0M pts32.4SkippedSciChart.js
5 series, 10.0M pts25.7SkippedSciChart.js
Mountain Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts56.257.1eCharts-2%
10K pts59.159.5eCharts-1%
50K pts59.124.7SciChart.js+139%
100K pts59.112.2SciChart.js+384%
200K pts59.24.9SciChart.js+1108%
500K pts59.31.8SciChart.js+3194%
1.0M pts59.60.7SciChart.js+8414%
5.0M pts59.7SkippedSciChart.js
10.0M pts59.1SkippedSciChart.js
Series Compression TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts, incr 10059.356.4SciChart.js+5%
10K pts, incr 1K59.122.5SciChart.js+163%
100K pts, incr 10K58.75.0SciChart.js+1074%
1.0M pts, incr 100K52.10.5SciChart.js+10320%
10.0M pts, incr 1.0M23.8SkippedSciChart.js
Multi Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1 chart58.64.6SciChart.js+1174%
2 charts59.3HangingSciChart.js
4 charts59.4SkippedSciChart.js
8 charts58.6SkippedSciChart.js
16 charts49.2SkippedSciChart.js
32 charts29.7SkippedSciChart.js
64 charts17.2SkippedSciChart.js
128 charts7.4SkippedSciChart.js
Uniform Heatmap Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts58.814.8SciChart.js+297%
200 pts59.24.6SciChart.js+1187%
500 pts59.30.7SciChart.js+8371%
1K pts46.3SkippedSciChart.js
2K pts10.6SkippedSciChart.js
4K pts2.5SkippedSciChart.js
8K ptsHangingSkipped
16K ptsSkippedSkipped
3D Point Cloud Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts55.757.1eCharts-2%
1K pts56.859.8eCharts-5%
10K pts57.959.2eCharts-2%
100K pts57.78.5SciChart.js+579%
1.0M pts12.41.2SciChart.js+933%
2.0M pts6.10.6SciChart.js+917%
4.0M pts2.8SkippedSciChart.js
3D Surface Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts55.930.8SciChart.js+81%
200 pts57.812.9SciChart.js+348%
500 pts57.52.2SciChart.js+2514%
1K pts21.00.5SciChart.js+4100%
2K pts5.0SkippedSciChart.js
4K pts1.1SkippedSciChart.js
8K ptsHangingSkipped
Average (all configs)46.525.01st SciChart.js × 90
2nd eCharts × 8
+2514%

SciChart.js vs eCharts: Apple M1 (8 GB) Performance Benchmarks

Summary of FPS Results on Apple M1 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (FPS – frames per second), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest FPS in 91 out of 102 test configurations (89%), with an average of 45.5 FPS.
  • eCharts placed second with 9 wins out of 102 configurations (avg 22.0 FPS).

Summary of Memory Results on Apple M1 (8 GB)
Memory data is not available for Apple M1. Tests on this hardware were recorded using Safari, which does not support the performance.memory JavaScript API used to measure memory consumption.

Summary of Init Time Results on Apple M1 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Initialization Time – ms), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the fastest initialization in 76 out of 102 test configurations (75%), with an average of 265 ms.
  • eCharts placed second with 24 wins out of 102 configurations (avg 423 ms).

Summary of Ingestion Rate Results on Apple M1 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Data Ingestion Rate – points/sec), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest ingestion rate in 87 out of 102 test configurations (85%), with an average of 24.3M pts/sec.
  • eCharts placed second with 13 wins out of 102 configurations (avg 727K pts/sec).
Test Case / ParametersSciChart.js
FPS
eCharts
FPS
Fastest% Faster
N line series M points
100 series × 100 pts58.957.4SciChart.js+3%
200 series × 200 pts58.730.5SciChart.js+92%
500 series × 500 pts57.46.6SciChart.js+770%
1K series × 1K pts26.41.8SciChart.js+1367%
2K series × 2K pts10.30.4SciChart.js+2475%
4K series × 4K pts3.2SkippedSciChart.js
8K series × 8K pts0.6SkippedSciChart.js
Brownian Motion Scatter SeriesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts57.557.7eCharts+0%
10K pts59.139.7SciChart.js+49%
50K pts59.26.9SciChart.js+758%
100K pts59.14.5SciChart.js+1213%
200K pts59.22.0SciChart.js+2860%
500K pts59.40.6SciChart.js+9800%
1.0M pts57.2SkippedSciChart.js
5.0M pts11.2SkippedSciChart.js
10.0M pts5.4SkippedSciChart.js
Line series which is unsorted in xSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts58.957.8SciChart.js+2%
10K pts58.959.4eCharts-1%
50K pts58.919.8SciChart.js+197%
100K pts58.510.2SciChart.js+474%
200K pts35.04.9SciChart.js+614%
500K pts15.41.9SciChart.js+711%
1.0M pts8.20.8SciChart.js+925%
5.0M pts1.6SkippedSciChart.js
10.0M pts0.8SkippedSciChart.js
Point series, sorted, updating y-valuesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts58.757.7SciChart.js+2%
10K pts58.712.9SciChart.js+355%
50K pts58.92.5SciChart.js+2256%
100K pts58.91.3SciChart.js+4431%
200K pts58.90.7SciChart.js+8314%
500K pts58.8SkippedSciChart.js
1.0M pts58.9SkippedSciChart.js
5.0M pts40.9SkippedSciChart.js
10.0M pts23.4SkippedSciChart.js
Column chart with data ascending in XSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts56.055.8SciChart.js+0%
10K pts59.259.3eCharts+0%
50K pts59.256.0SciChart.js+6%
100K pts59.237.0SciChart.js+60%
200K pts59.217.8SciChart.js+233%
500K pts59.38.9SciChart.js+566%
1.0M pts59.4ErrorSciChart.js
5.0M pts59.4SkippedSciChart.js
10.0M pts59.5SkippedSciChart.js
Candlestick series testSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts58.557.8SciChart.js+1%
10K pts58.959.3eCharts-1%
50K pts58.852.8SciChart.js+11%
100K pts58.734.4SciChart.js+71%
200K pts58.819.4SciChart.js+203%
500K pts58.88.5SciChart.js+592%
1.0M pts58.64.3SciChart.js+1263%
5.0M pts57.9HangingSciChart.js
10.0M pts53.3SkippedSciChart.js
FIFO / ECG Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
5 series, 100 pts58.957.7SciChart.js+2%
5 series, 10K pts59.019.3SciChart.js+206%
5 series, 100K pts58.81.8SciChart.js+3167%
5 series, 1.0M pts58.7HangingSciChart.js
5 series, 5.0M pts58.1SkippedSciChart.js
5 series, 10.0M pts40.1SkippedSciChart.js
Mountain Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts55.357.9eCharts-4%
10K pts55.159.4eCharts-7%
50K pts59.422.4SciChart.js+165%
100K pts59.111.6SciChart.js+409%
200K pts59.25.7SciChart.js+939%
500K pts57.32.1SciChart.js+2629%
1.0M pts57.51.1SciChart.js+5127%
5.0M pts57.6HangingSciChart.js
10.0M pts57.6SkippedSciChart.js
Series Compression TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts, incr 10057.657.3SciChart.js+1%
10K pts, incr 1K59.124.6SciChart.js+140%
100K pts, incr 10K59.16.3SciChart.js+838%
1.0M pts, incr 100K56.60.8SciChart.js+6975%
10.0M pts, incr 1.0M29.8SkippedSciChart.js
Multi Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1 chart59.45.9SciChart.js+907%
2 charts59.23.0SciChart.js+1873%
4 charts59.02.1SciChart.js+2710%
8 charts55.31.1SciChart.js+4927%
16 charts26.40.3SciChart.js+8700%
32 charts13.4SkippedSciChart.js
64 charts5.4SkippedSciChart.js
128 charts2.8SkippedSciChart.js
Uniform Heatmap Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts58.726.9SciChart.js+118%
200 pts59.08.8SciChart.js+570%
500 pts59.01.4SciChart.js+4114%
1K pts42.20.3SciChart.js+13967%
2K pts7.0SkippedSciChart.js
4K pts1.7SkippedSciChart.js
8K pts1.9SkippedSciChart.js
16K ptsHangingSkipped
3D Point Cloud Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts51.457.8eCharts-11%
1K pts57.959.6eCharts-3%
10K pts57.859.6eCharts-3%
100K pts57.715.1SciChart.js+282%
1.0M pts16.72.6SciChart.js+542%
2.0M pts8.31.7SciChart.js+388%
4.0M pts4.20.3SciChart.js+1300%
3D Surface Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts54.736.8SciChart.js+49%
200 pts57.415.6SciChart.js+268%
500 pts56.82.4SciChart.js+2267%
1K pts27.30.7SciChart.js+3800%
2K pts8.4SkippedSciChart.js
4K pts1.7SkippedSciChart.js
8K ptsHangingSkipped
Average (all configs)45.522.01st SciChart.js × 91
2nd eCharts × 9
+1543%

SciChart.js vs eCharts: Raspberry Pi 5 (8 GB) Performance Benchmarks

Summary of FPS Results on Raspberry Pi 5 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (FPS – frames per second), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest FPS in 87 out of 102 test configurations (85%), with an average of 20.6 FPS.
  • eCharts placed second with 4 wins out of 102 configurations (avg 12.1 FPS).

Summary of Memory Results on Raspberry Pi 5 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Memory – MB), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the lowest memory usage in 69 out of 102 test configurations (68%), with an average of 313.4 MB.
  • eCharts placed second with 22 wins out of 102 configurations (avg 257.7 MB).

Summary of Init Time Results on Raspberry Pi 5 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Initialization Time – ms), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the fastest initialization in 75 out of 102 test configurations (74%), with an average of 441 ms.
  • eCharts placed second with 16 wins out of 102 configurations (avg 588 ms).
  • SciChart.js performed particularly well on Raspberry Pi 5 (8 GB) for this metric, winning 82% of configurations — its strongest showing across all tested hardware.

Summary of Ingestion Rate Results on Raspberry Pi 5 (8 GB)
When comparing the selected chart libraries (SciChart.js, eCharts) for the chosen metric (Data Ingestion Rate – points/sec), in the specific tests performed by Chart Bench, the results were as follows:

  • SciChart.js achieved the highest ingestion rate in 84 out of 102 test configurations (82%), with an average of 4.6M pts/sec.
  • eCharts placed second with 7 wins out of 102 configurations (avg 179K pts/sec).
  • SciChart.js performed particularly well on Raspberry Pi 5 (8 GB) for this metric, winning 92% of configurations — its strongest showing across all tested hardware.
Test Case / ParametersSciChart.js
FPS
eCharts
FPS
Fastest% Faster
N line series M points
100 series × 100 pts28.917.0SciChart.js+70%
200 series × 200 pts28.09.4SciChart.js+198%
500 series × 500 pts11.22.3SciChart.js+387%
1K series × 1K pts3.90.7SciChart.js+457%
2K series × 2K pts1.1SkippedSciChart.js
4K series × 4K ptsHangingSkipped
8K series × 8K ptsSkippedSkipped
Brownian Motion Scatter SeriesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts29.427.7SciChart.js+6%
10K pts29.220.5SciChart.js+42%
50K pts28.4HangingSciChart.js
100K pts22.2SkippedSciChart.js
200K pts14.9SkippedSciChart.js
500K pts7.8SkippedSciChart.js
1.0M pts4.4SkippedSciChart.js
5.0M pts1.4SkippedSciChart.js
10.0M ptsHangingSkipped
Line series which is unsorted in xSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts29.227.4SciChart.js+7%
10K pts29.323.5SciChart.js+25%
50K pts14.35.2SciChart.js+175%
100K pts8.62.4SciChart.js+258%
200K pts4.71.2SciChart.js+292%
500K pts2.10.4SciChart.js+425%
1.0M pts1.0SkippedSciChart.js
5.0M ptsSkippedSkipped
10.0M ptsSkippedSkipped
Point series, sorted, updating y-valuesSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts28.719.2SciChart.js+49%
10K pts29.23.5SciChart.js+734%
50K pts25.90.5SciChart.js+5080%
100K pts18.0SkippedSciChart.js
200K pts11.1SkippedSciChart.js
500K pts5.3SkippedSciChart.js
1.0M pts3.2SkippedSciChart.js
5.0M pts0.8SkippedSciChart.js
10.0M ptsSkippedSkipped
Column chart with data ascending in XSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts29.527.4SciChart.js+8%
10K pts29.229.5eCharts-1%
50K pts29.227.5SciChart.js+6%
100K pts29.222.4SciChart.js+30%
200K pts29.2ErrorSciChart.js
500K pts29.4SkippedSciChart.js
1.0M pts29.6SkippedSciChart.js
5.0M pts29.7SkippedSciChart.js
10.0M pts29.4SkippedSciChart.js
Candlestick series testSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts28.627.9SciChart.js+3%
10K pts29.029.4eCharts-1%
50K pts29.315.9SciChart.js+84%
100K pts29.39.2SciChart.js+218%
200K pts29.24.9SciChart.js+496%
500K pts29.42.0SciChart.js+1370%
1.0M pts29.11.0SciChart.js+2810%
5.0M pts28.9SkippedSciChart.js
10.0M pts28.3SkippedSciChart.js
FIFO / ECG Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
5 series, 100 pts29.027.6SciChart.js+5%
5 series, 10K pts29.36.3SciChart.js+365%
5 series, 100K pts28.00.5SciChart.js+5500%
5 series, 1.0M pts27.8SkippedSciChart.js
5 series, 5.0M pts12.4SkippedSciChart.js
5 series, 10.0M pts9.5SkippedSciChart.js
Mountain Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts29.627.8SciChart.js+6%
10K pts29.226.5SciChart.js+10%
50K pts29.18.1SciChart.js+259%
100K pts29.44.1SciChart.js+617%
200K pts29.22.0SciChart.js+1360%
500K pts29.30.7SciChart.js+4086%
1.0M pts29.6SkippedSciChart.js
5.0M pts29.7SkippedSciChart.js
10.0M pts29.4SkippedSciChart.js
Series Compression TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1K pts, incr 10029.127.0SciChart.js+8%
10K pts, incr 1K29.211.3SciChart.js+158%
100K pts, incr 10K29.12.1SciChart.js+1286%
1.0M pts, incr 100K28.9HangingSciChart.js
10.0M pts, incr 1.0M11.8SkippedSciChart.js
Multi Chart Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
1 chart29.31.9SciChart.js+1442%
2 charts20.1HangingSciChart.js
4 charts17.0SkippedSciChart.js
8 charts11.6SkippedSciChart.js
16 charts6.3SkippedSciChart.js
32 charts3.4SkippedSciChart.js
64 charts1.6SkippedSciChart.js
128 chartsHangingSkipped
Uniform Heatmap Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts29.43.6SciChart.js+717%
200 pts29.31.2SciChart.js+2342%
500 pts28.90.2SciChart.js+14350%
1K pts14.3SkippedSciChart.js
2K pts3.1SkippedSciChart.js
4K pts0.7SkippedSciChart.js
8K ptsSkippedSkipped
16K ptsSkippedSkipped
3D Point Cloud Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts27.427.5eCharts+0%
1K pts28.429.3eCharts-3%
10K pts28.320.4SciChart.js+39%
100K pts27.92.7SciChart.js+933%
1.0M pts4.50.4SciChart.js+1025%
2.0M pts2.4SkippedSciChart.js
4.0M pts0.9SkippedSciChart.js
3D Surface Performance TestSciChart.js
FPS
eCharts
FPS
Fastest% Faster
100 pts27.59.2SciChart.js+199%
200 pts27.94.1SciChart.js+580%
500 pts18.10.6SciChart.js+2917%
1K pts5.2SkippedSciChart.js
2K pts0.6SkippedSciChart.js
4K ptsSkippedSkipped
8K ptsSkippedSkipped
Average (all configs)20.612.11st SciChart.js × 87
2nd eCharts × 4
+1029%

How Can You Reproduce These Results?

Performance results will vary depending on hardware, browser, operating system, drivers, and chart configuration, and may include some measurement noise. Readers can reproduce these tests on their own machines using our open-source Chart Bench suite and are encouraged to carry out their own due diligence when evaluating a chart library.

More details on how to reproduce the benchmarks, along with a detailed explanation of the testing methodology, metrics, test cases, and hardware / browser / OS versions, can be found in the following blog post.

What are the Advantages of SciChart vs Apache eCharts?

When compared to eCharts, what are the advantages of SciChart.js?

Designed for Real-Time, Big Data and Streaming Data Applications

SciChart is designed to handle large datasets efficiently and supports applications where data is continuously streaming or updating in real time, such as telemetry systems, financial trading platforms, IoT monitoring dashboards, medical signal analysis and scientific instrumentation.

The underlying rendering engine uses WebGL and WebAssembly, allowing it to maintain smooth frame rates while handling rapidly updating datasets.

eCharts can display dynamic data, but it is most commonly used for dashboard-style visualizations and analytics applications rather than high-frequency streaming datasets.

Built for Mission-Critical and Engineering Applications

SciChart is widely used in industries where charts are not just presentation tools but core parts of the application workflow, including financial trading platforms, telemetry systems, industrial monitoring dashboards and scientific software.

These environments require extremely stable chart components capable of rendering large datasets continuously over long-running sessions. SciChart’s architecture is designed to support long-running dashboards and intensive data workloads and helps to maintain stable performance during long-running sessions.

eCharts is commonly used for business dashboards and reporting tools, rather than specialized scientific or engineering systems.

Deep API Extensibility

SciChart provides a very extensible API, giving developers low-level control over rendering pipelines, custom modifiers, annotations, and data series types.

This allows teams to build specialized visualization systems with custom layouts, interactions and precise custom labelling, annotation or presentation of charts.

Because of this extensibility, SciChart can often be integrated deeply into large software products rather than simply embedded as a visualization component.

Enterprise-Grade Support and Licensing

Apache eCharts is open source and community supported, which is ideal for many projects.

However, SciChart offers commercial support and enterprise-grade SLAs, which can be important for companies building mission-critical applications.

Benefits include:

  • Enterprise tech support with fast bug fix turnaround and a high release cadence, allowing you to save time and money in your projects.
  • Extensive (hundreds of pages of) documentation with embedded codepens and hundreds of demos online.
  • A dedicated team building and maintaining SciChart, allowing for rapid development of new features, fast turnaround on bug fixes.
  • Long-term product stability and roadmap transparency.

This can be valuable for organizations building products where charting functionality is a key component of their software.

Optimized for Complex Multi-Chart Dashboards

Many enterprise applications require large dashboards with multiple synchronized charts, such as trading platforms with dozens of charts, monitoring dashboards with hundreds of signals, industrial control panels.

SciChart is designed so that many charts can coexist on a page while maintaining interactive performance even when multiple charts are displayed, allowing complex dashboards to remain responsive even with large datasets.

eCharts can support dashboards as well, but large numbers of charts or extremely dense datasets can introduce performance constraints.

Advanced Visualization Features for Technical Applications

SciChart includes features often required in engineering and scientific applications, including: per-point metadata and colouring, custom palette providers, annotations and overlays, specialised chart types such as polar charts, radar charts, advanced heatmaps and 2D/3D scientific charts.

These capabilities make it suitable for domain-specific visualization tools where the chart must represent complex scientific or telemetry data.

Learn more about SciChart.js

To learn more about SciChart.js or to discover its features, take a look at the following webpage:

Fast React, JavaScript Charts & Graphs for Enterprises

Learn more about the features & benefits of SciChart.js: an enterprise-grade alternative to Chart.js, which allows you to integrate complex & demanding JavaScript & React Charts your applications. … Continue reading Fast React, JavaScript Charts & Graphs for Enterprises

Contact us to learn more

SciChart.js is a JavaScript Chart Library designed for complex, mission critical applications. Now with a free community edition. If you have a question or would like to learn more about our products and services, please contact us:

CONTACT USGET SCICHART.JS FREE

By Andrew Burnett-Thompson | Mar 13, 2026
CEO / Founder of SciChart. Masters (MEng) and PhD in Electronics & Signal Processing.Follow me on LinkedIn for more SciChart content, or twitter at @drandrewbt.

Leave a Reply