Charts in Unreal engine

Hi everyone,

I want to draw a line and bar chart from the historical data (json and csv format).
I have been looking for some official tools but still can’t. Then I come up here with two option in my mind.

  1. Run Python in runtime and use Plotly to export the chart as html file and visualize it in Unreal engine. However, How to run the Python at runtime is still a question that I dont have the answer.
  2. Keep finding any other tools that support charting in Unreal engine. Do you suggest any ?

I really appreciate if I got any recommendation from all of you about this.
Thanks alot and Happy code.

There’s a bunch of graph and chart plugins on the marketplace:

HX Graph Charts in Code Plugins - UE Marketplace (unrealengine.com)

1 Like

Thanks for you reply! @Shmoopy1701
I don’t have that money for purchase those plugins as I’m still a student. Do you know any for free or open source ?

there is ‘Data Charts’ plugin that comes inactive by default in Unreal Engine installation. There is no documentation though.