pieChart
$0.01/invocation
Create dynamic pie charts effortlessly with our versatile function. Generate visually appealing representations based on your provided data, enhancing data visualization and analysis.
API
python
Ruby
>_
Google Sheets
Chat
Email
To use this function in your Ruby application:
1. Install it:
gem install func_live
2. Copy over this snippet:
FuncLive.token = 'FUNC_TOKEN'
FuncLive.("pieChart", {
"data": [
{
"date": "2023-12-08T00:00:00.000Z",
"num_purchases": "2"
},
{
"date": "2023-12-04T00:00:00.000Z",
"num_purchases": "2"
},
{
"date": "2023-12-05T00:00:00.000Z",
"num_purchases": "1"
},
{
"date": "2023-12-06T00:00:00.000Z",
"num_purchases": "2"
},
{
"date": "2023-12-07T00:00:00.000Z",
"num_purchases": "3"
}
],
"title": "string"
})
3. Make sure to replace FUNC_TOKEN with an actual token from tokens.wakeflow.io
For more information: https://rubygems.org/gems/func_live