I’m currently working with line charts in Adalo, but I’m running into some limitations. I don’t find Adalo’s default line charts very visually appealing. The line often sits very close to the top of the chart and appears almost flat, even though there are small but relevant differences in the data. This makes the chart hard to read and interpret.
Does anyone have experience with better alternatives or tips for creating more visually balanced and responsive line charts within (or alongside) Adalo? This could include external tools, custom components, or different approaches.
Any advice or examples would be greatly appreciated. Thanks in advance!
Hey @Roelt, you can check the (Animated Bar Chart) component in the Marketplace, it has good animated charts that are visually appealing. Here’s a preview link if you’d like to test it: Demo - Animated Bar Chart
Hey @Ali-Bazzi, can you also recommend visually appealing line graphs?
I am currently looking at the line graph in the marketplace.
Do you know whether the left (vertical) axis automatically rescales when the values are much closer together?
For example, if the data points change from 80 to 82 to 85.
Do you have experience working with this type of graph?
Hey @Roelt, for line chart, I recommend using this component from the Marketplace: (Animated Line Chart). Here’s a preview link for it: Demo - Animated Line Chart
Hey @Ali-Bazzi , I puchased the animated line chart, but I am still not very satisfied. It’s not possible to use it as a list.
I wanted to show a chart where my customers can see their bodyweight which they measure daily. However I don’t find it very easy to show this data with this line graph.
Do you have any tips? And how do I use these points adequately in my case?
Thanks for sending the screenshot. This component is the only component other than the native one that offers this solution with parameters. The other way is connecting to an API and using webview to display the chart, but it’s more complex for sure.
Here are some tips for you to be able to do the setup properly:
It’s recommended not to have the chart inside a list, it’d be better if you do a workaround, so you can get the data to the chart without having it inside a list unless it’s the only way.
X-Axis: Current time => Date through (Magic text)
Y-Axis: Current time => BodyWeight through (Magic text)
Curve style: Normal
Number of Points: (depends on data range)
Line Color: Your brand color
The vertical axis should auto-rescale when values are close. Test it and let me know.