[FREE] Graph Chart API

**Graph Chart API By [@RasiTechChannel1]

With this rest api you can make any chart you want

Endpoint

https://rasitechchannel.my.id/chart/index.html

Parameter “data” (To fill in the chart data that will be displayed)
Example:

Summary

?data=

{
“umur”:[
{
“label”:“Januari”,
“value”:20
},
{
“label”:“Februari”,
“value”:10
},
{
“label”:“Maret”,
“value”:40
}
],
“tinggi”:[
{
“label”:“Januari”,
“value”:11
},
{
“label”:“Februari”,
“value”:33
},
{
“label”:“Maret”,
“value”:66
}
]
}

Parameter “type” (To set the type of chart that will be displayed later)
Example:

Summary

Line (default): type=line
Bar: type=bar
Radar: type=radar
Pie: type=pie

Parameter “name” (To give a name to the chart)
Example:

Summary

name=month
name=week
name=day
name=child age

Parameter “judul” (To give a title to the chart)
Example:

Summary

judul=the average age of the children
judul=population level in the world
judul=world poverty rate

Example How To User This API


Download Demo & AIA

Grafikal.aia (2.4 KB)

Thank You!

1 Like

No personal info. I removed the telegram link. Users can send you a pm.

OK, no problem, thanks.

So for users to use it they will have to user your website or can they use their own?

1 Like

Use my website, if they want the source code, they can pm me.

And the source code is free or open source? Then you can just post it here don’t you think?

1 Like

100% Is Free

So in this case what about publishing the source code here, so others can setup their own server?

In the past we have seen solutions presented here in the community for several purposes, which use a third party server. And if that server goes down, the solution does not work anymore… we do not want this to happen for your solution…

Taifun

1 Like

ok i give the source code of my project chart api, and here is the download link.

Github Link

3 Likes

Its a great one, but why the chart keeps changing it colors?

you can edit it