How to make this chart? #11706
-
Hello, I'm a rookie trying to build a web app with no-code. I have no background in coding but I do my best to learn. I come to ask for your support here in creating a chart. On my future web app, users can set 1 to many objectives. With each objective comes a financial projection that reflects over time the evolution of the investment until reaching the target objective's amount. The calculation is done in the back end on Xano (see below) I would like to make a stacked bar chart showing each objective on top of each other, a bit like below. I tried to do it on this: https://www.chartjs.org/docs/latest/samples/bar/stacked.html but I just can't make it work. Could somebody help? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@Mr-Unfreeze it could help to have the data of the datasets (the data you get from backend). |
Beta Was this translation helpful? Give feedback.
-
Hi ! Many thanks it's what I wanted. Wish you a nice day |
Beta Was this translation helpful? Give feedback.
@Mr-Unfreeze I have used your data (normalizing them). It's still not clear to me what to show on teh chart, nevertheless I have done a first example on your data:
https://codepen.io/stockinail/pen/dyLYrdN
The data labels are not shown but it's simple to add them, using datalabels plugins.