How to make charts using UI Elements

Does UI Elements support creation of Charts. I want to use make a pop-up window using UI Elements and render a graph on the same. Is there any assets or samples available.

Hi, it is indeed possible to create charts with UIElements. You could use simple VisualElement to create the bars in the chart. Another alternative is to use render custom geometry using the generateVisualContent callback. More info here : Unity - Scripting API: UIElements.VisualElement.generateVisualContent

1 Like