rasi_tech
(rasi tech)
March 3, 2023, 9:16pm
#1
**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
Peter
(Moderator)
March 4, 2023, 2:52am
#2
No personal info. I removed the telegram link. Users can send you a pm.
Peter
(Moderator)
March 4, 2023, 3:47am
#4
So for users to use it they will have to user your website or can they use their own?
1 Like
rasi_tech
(rasi tech)
March 7, 2023, 5:05am
#5
Use my website, if they want the source code, they can pm me.
Peter
(Moderator)
March 7, 2023, 5:14am
#6
And the source code is free or open source? Then you can just post it here don’t you think?
1 Like
Taifun
March 7, 2023, 6:59pm
#8
rasi_tech:
100% 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
rasi_tech
(rasi tech)
March 13, 2023, 2:58am
#9
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?