Drawing bar chart, pie chart, etc.

Hi, i have a few days with Fuse and it’s a great tool, congratulations.

My question is, what’s the best way to draw staticits graphics like bar chart or pie chart to compare values.

Fuse include UI components for this?

thanks in advance.

José Martínez

Hi!

We do not include any out-of-the-box components for this yet, but it is in our roadmap :slight_smile: We’re still working out what our main strategy is for this, there are a lot of options being discussed.

Best approaches in the current version is:

  • Use a WebView to display a HTML chart
  • Use foreign / native code to use a native charting library
  • Create a custom chart using primitives (rectangle, circle etc)

thanks for the reply, i hope it happens soon, meanwhile i’ll see the alternative

regards