Angular Chart Components

I’ve updated Angular VR Demo to include charts. Pan around and zoom in for closer look.
image

Bar charts using Angular templates allows customizing axis text and labels above bars. Chart supports custom geometry for each bar.
Stacked bar charts support flat or pointed top and shape
Line plot supports showing markers and live value updates
Area plot supports live value updates
Pie chart supports adding space between segments
Components for grid and simple axis presentation. Both support custom width and height.

All charts allow customizing materials/colors. None are interactive.

The following image was used as inspiration for creating these basic chart components
image

3 Likes

It’s beautiful.

Do you plan to add some shading? It will help to perceive the 3D-ness.