Data visualization/ Creating a line chart in Babylon

Hello I am fairly new to Babylonjs and I wanted to ask: Is there a way (Library, Tool etc.) to create a 3D line chart like this:
image

So that this chart is in 3D instead of 2D. Another question would be is it possible to make a chart like this (which gets the data from a sensor) that continually actualizes its values?

Thanks in regard,
C1wan

Hello and welcome!

You may have a look at this beatiful 3D Plotting library - babyplots, it is open source.
Forum discussion about it here - Babyplots - A 3D Plotting Library

7 Likes

The library looks great but how can I include it in my current Babylon project? I want to show the Babyplot data in Babylon I tried it but it didn’t work out for me (Note : I am a newbie to Babylon and JavaScript )?

There is a plenty of ways to do it, here are just some of them :slight_smile:

  1. Ask the author @derpylz

  2. Read more documentation and find how to make it work.

  3. Ask more specific questions how to do this and that at the forum.

  4. Hire a professional - Service offers and requests - Babylon.js

Hi! Thanks four your interest in the babyplots library. The official javascript documentation is a good place to start to learn how to use it.

2 Likes

Hello just checking in, was your question answered? @C1wan :smiley: