2d
Chart
A Simple Chart API
Create chart with url parameters
To create a
Line
chart
https://api.2dchart.com/v1/
type=line
/
labels=["Jan","Feb","Mar","Apr","May","Jun","Jul"]
/
"heading-1"=[13,51,29,21,-15,39,58]
To create a
Bar
chart
https://api.2dchart.com/v1/
type=bar
/
labels=["Jan","Feb","Mar","Apr","May","Jun","Jul"]
/
"heading-1"=[13,51,29,21,-15,39,58]
You can add more lines/bars, please check FAQ
For more details please check
FAQ