eCharts Alternative: Comparing Performance, Features & SupportIn 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 aSep 23, 2026·16 min read
What is React Strict Mode, and why is my Application Double Re-Rendering?19th June, 2024 React StrictMode is a development tool intended for producing hints about potential issues in React applications. With the release of React v18, Strict Mode was extended with a new feature which brought some unusual behaviour. Specifi...Jan 14, 2025·9 min read
How to change the dash, stroke or point style of a specific section of a line chart in JavaScript23rd September, 2024 In this blog post will cover how to change the style of a specific part of a line, scatter, column or mountain chart in JavaScript. Perhaps you want to create a JavaScript Line Chart where part of the line is dashed and part is ...Jan 14, 2025·9 min read
React Charts with SciChart.js: Introducing scichart-react3rd January, 2024 TLDR: In this blog post we introduce a brand new open source library called scichart-react (npm, GitHub). This makes it easy to create stunning high-performance charts and data visualizations in React. SciChart-React is an early pr...Jan 14, 2025·9 min read