Why donât you want an inline list in this case?
QuickChart is a visualization tool, so I assumed theyâll offer great visual tools. Clearly it can support multiple guages (or other charts), but I just canât get it to offset from one another.
BTW - The bar chart is working great, i.e. adding a seperate bar for each new dataset.
{
type: 'progressBar',
data: {
datasets: [{
data: [50,60,50]
}]
}
}
And the sandbox.
Yes, youâre probably right.
Thatâs actually been there for quite a while ![]()
I tried it out several months ago, but I ended up going back to the sandbox editor. Whilst itâs great for creating re-useable templates, the problem is that if you ever need to tweak the chart settings then you basically have to go back and rebuild the whole chart from scratch.
What it really needs is a feature where you can load a saved template, tweak it and save it again.
Actually, I just discovered that it is possible to extract the raw JSON from a templated URL, which can then be used in the sandbox editorâŚ
Please how do you have different font sizes? Can you also please share the URL you used? thanks
For which chart?
https://quickchart.io/documentation/word-cloud-api/
Itâs the wordcloud API. You donât need to define the font sizes, Quickchart calculates it based on the amount of times the word appears in your input.
Thanks for your feedback. I truly appreciate
Hi everybody,
I canât seem to find the right input to make that my graphsâ Yaxis start on the lowest data entered.
Any idea?
Thanks

Can you give me the code for your graph?
I think it has something to do with beginAtZero: true/false but have to test to be sure.
At the moment itâs this:
https://quickchart.io/chart?c={type:âlineâ,data:{labels:[ââ,ââ,ââ], datasets:[{label:âUsersâ, data: [XX,YY,ZZ], fill:false,borderColor:âblackâ}]}} with XX,YY,ZZ integrated with my data
Thanks, Robert
Looks great
Awesome!
Hi Lucas,
I try to found a solution to make the same thing but I canâtâŚ
Itâs possible to know how do you make this presentation of three circle?
I used Quickchart.io with template column and construct URL composant but it doesnât work or I donât know how I can doâŚ![]()
![]()
Thanks for your help,
Laurent
It looks an inline list of 3 quickcharts, presented horizontally.
Hey @Laurent_Maleville I did what @ThinhDinh said here up
and set the quickchart column as image
Hi @Lucas_Pires
Thanks for your answer! ![]()
Laurent
Youâre welcome! @Laurent_Maleville ![]()


