You could create graphs and charts using Unity's UI (and augment them over targets if that's your intention).
I found a couple tutorials of someone setting up bar and line graphs that you might be able to combine to create that kind of chart you're wanting to create:
Hello DSoni158,
You could create graphs and charts using Unity's UI (and augment them over targets if that's your intention).
I found a couple tutorials of someone setting up bar and line graphs that you might be able to combine to create that kind of chart you're wanting to create:
https://sushanta1991.blogspot.in/2014/12/showing-bar-graph-in-unity.html
https://sushanta1991.blogspot.com/2015/07/how-to-create-line-graph-in-unity.html
Alternatively, it looks like there are a handful of graphing plugins on the Unity Asset store, such as this one: https://assetstore.unity.com/packages/tools/gui/graph-and-chart-78488
The ones on the store aren't free, but might bring you the functionality you need quicker.
Thanks,
-Vuforia Support