Posts about:

LightningChart

Create a vibration charts application with 2D & 3D spectrograms

Hello, in this article we will create a JS dashboard with 2D and 3D spectrogram charts.

The purpose of creating this project is to explain how to create a vibration analysis application that allows us to check sound waves using 2D and 3D spectrogram charts that LightningCharts JS provides us with its lcjs library.

Vibration analysis is of great importance in detecting errors and/or faults in industrial equipment (just to mention one example).

I once worked in the industry and I remember that it was possible to detect failures in relief valves, air coolers, and compression elements, simply by listening to the intensity of the sound they generated.

With the chart that we are going to build next, we will see an audio file corresponding to a similar case.

Read full article
Create a pie chart with NodeJS and LightningChart JS

Create a JavaScript Pie Chart with NodeJS, TypeScript & LightningChart

LightningChart is an API focused on data representation, using a wide variety of charts (2D and 3D), with an intuitive implementation and wide compatibility with various development platforms.

There are currently two solutions for developing with LightingCharts.

  • LightningChart .NET for desktop applications (supports WPF, UWP, and WinForms)
  • LightningChart JS for web, mobile, and desktop applications.

Today, we are going to do a short tutorial on how to generate a pie chart using Node JS, TypeScript, and LigningCharts JS.

To see how to get LightningChart JS for free, visit the Community license page.

Read full article
Real-time-data-visualization-with-LightningChart-JS-and-WebSocket

Real-time data visualization with WebSockets

These days it is ever increasingly common that people require web solutions for their applications and services.

Data visualization is not an exception to this, as different graphs, visuals, and charts are continuously being integrated into different web applications and sites.

This blog looks into the interesting use case of real-time data visualization with a large scope, including the logistics of data transfer.

Read full article

Easy geospatial data visualization with LightningChart JS and Google

This article showcases and describes a particular use case of LightningChart JS, a JavaScript charting tool designed for performance intensive and real-time charting solutions.

The Google Static Maps API is a software service that makes it easy to embed pictures of maps into web sites. We're going to briefly show how to use the Maps API and combine it with LightningChart JS, allowing the use of any XY data visualization feature above the maps.

Read full article
LightningChart-high-performance-charting-controls-charting-library

Why Performance Matters in Data Visualization in 2022?

I was doing a Google search a couple of days ago and particularly, I wanted to know what are the options for developers who need to visualize large amounts of data points within applications. To my surprise, I couldn't really find that many solutions, and in fact, most of the results I got were from already many years ago.

But there was one result that grabbed my attention and it was a Reddit post about a user asking how to plot billions of data points? While other users replied saying "try using Power BI or Excel", other users suggested workarounds like using a Pandas DataFrame in the Python environment in order to store and manipulate data. But the user who posted the question didn't want to store and manipulate data, the user wanted to visualize the data!

So, how to visualize billions of data points and why would you do that? 

Read full article
Medical-Data-Visualization-MedTech-Applications

Data Visualization in Medical & Healthcare Applications

The fact that data and data visualization are everywhere in today's world, makes me wonder how data visualization impacts medical applications and what's their role within patients' diagnoses? Undoubtedly, patients trust their wellness on healthcare professionals' criteria and decisions but what do doctors, nurses, practitioners, and other healthcare professionals base their judgment and decisions on?

Read full article
high-performance-charting-controls-in-a-fintech-app

High-Performance Charting Controls for Fintech App Development

Money makes the world go round and as such, tracking and controlling financial transactions and information are some of the most important activities to do for any business, financial institution, or individual in today's connected world. And for that, you've got Fintech applications.

Depending on the purpose, Fintech applications may have different features that make them relevant for users. For example, stock market applications usually feature high-performance technical indicators to visualize and monitor measures such as price changes and market indexes while banking applications might allow private users to track their expenses and apply for credits without having to put a foot in the bank.

Read full article
data-visualization-motorsports

High-Performance Data Visualization in Motorsports

Large companies in the motorsports industry are collecting huge volumes of real-time data coming from different sources on and off the pitch during racing competitions.

These data are both collected from the car and the car engine itself and are meant to help drivers and engineers to understand the behavior of the machine in a dynamic environment.

Understanding the behavior of the vehicle during a race is key to making improvements in the performance of the entire racing team (such as Formula 1 teams!). High-performance data visualization in motorsports can lead a team to an improvement in performance during a race.

Read full article

Data Visualization Components for React Applications

React is one of the most popular front-end development frameworks on the web in the year 2021. It is a free and open-source front-end JS library that is used to build interactive user interfaces for Single Page Applications (SPAs).

(Its rising popularity comes from the fact that it can be used by a user with a basic understanding of HTML and JavaScript!)

But not only that, React data visualization becomes efficient with its distinct features such as virtual DOM and JSX. Visualizing a large amount of data can be a tedious task!

Read full article