News

LightningChart JS is a WebGL-based, cross-platform charting library that has been developed for delivering an outstanding performance. Performance is up to 10M+ of data points in real-time. In ...
A good JavaScript charting library adopts WebGL as its default for both 2D and 3D surfaces, while falling back to software if hardware acceleration is disabled. Benchmarks on commodity laptops show ...
An experiment in using webGL to create bubblecharts that are powerful, easy to use, and beautiful. Bubblecharts are a common tool used to visualize data that is modeled as a 3-tuple of three values..
Taking advantage of the newest WebGL technology, we can directly talk to GPU, pushing the limit of the performance of rendering chart in browser. This library can display almost unlimited data points, ...
Great! Thank you. Another question: where can I find a definition of the JSON format you are using? I analysed the files you provided and see the FacetCount, VertexCount, VertexCoords, VertexIndices, ...