Building line chart with babylon.js

Hello! I have a semester project and i have to build preferebly 3D but maybe 2D line chart on axis by babylon.js and i couldn’t find any example code that makes line chart on axis. Could someone help please?

Hi @elwing and welcome to the forum. All you need do is is plug your numbers into the CreateLines function Create Parametric Shapes - Babylon.js Documentation

Axes are available https://doc.babylonjs.com/snippets/World_Axes

If you want a line of depth in the z direction that is marking y against points on x then a ribbon is useful Create Parametric Shapes - Babylon.js Documentation.

Play around with these and I doubt if you will need examples specific to line charts. You will be able to produce your own.
Hope your project goes well.