QuickChart (Independent Publisher)
QuickChart is a web service that generates chart images on-the-fly. Charts are rendered by Chart.js, a popular open-source charting library.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions |
Power Automate | Premium | All Power Automate regions |
Power Apps | Premium | All Power Apps regions |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://quickchart.io/ |
Privacy policy | https://quickchart.io/privacy/ |
Categories | Content and Files |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create a chart |
Retrieve a generated chart for your request. |
Create a chart with a short URL |
Retrieve a short URL with your rendered chart. |
Create a copy of a chart |
Use a previously rendered chart as a template to create a new, modified chart. |
Generate Graph |
Retrieves a GraphViz chart based on your parameters. |
Generate QR code |
Retrieves a QR code generated by your parameters. |
Get word cloud |
Retrieves a generated word cloud from your parameters. |
Create a chart
Retrieve a generated chart for your request.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Chart
|
chart | True | string |
The chart parameters, as a string. |
Width
|
width | integer |
The chart width. |
|
Height
|
height | integer |
The chart height. |
|
Device Pixel Ratio
|
devicePixelRatio | string |
The device pixel ratio. |
|
Background Color
|
backgroundColor | string |
The background color. |
|
Format
|
format | string |
The file format. |
|
Encoding
|
encoding | string |
The encoding. |
|
Version
|
version | string |
The Chart.js version. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Type
|
$content-type | string |
The file(content) type. |
Content
|
$content | string |
The file content. |
Create a chart with a short URL
Retrieve a short URL with your rendered chart.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Chart
|
chart | True | string |
The chart parameters, as a string. |
Width
|
width | integer |
The chart width. |
|
Height
|
height | integer |
The chart height. |
|
Device Pixel Ratio
|
devicePixelRatio | string |
The device pixel ratio. |
|
Background Color
|
backgroundColor | string |
The background color. |
|
Format
|
format | string |
The file format. |
|
Encoding
|
encoding | string |
The encoding. |
|
Version
|
version | string |
The Chart.js version. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Success
|
success | boolean |
Whether a success. |
URL
|
url | string |
The chart URL address. |
Create a copy of a chart
Use a previously rendered chart as a template to create a new, modified chart.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Chart ID
|
chart_id | True | string |
The chart identifier to use as a template. |
Title
|
title | string |
The new title. |
|
Labels
|
labels | string |
The new labels. |
|
Data 1
|
data1 | string |
The new data 1 dataset. |
|
Data 2
|
data2 | string |
The new data 2 dataset. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Type
|
$content-type | string |
The file(content) type. |
Content
|
$content | string |
The file content. |
Generate GraphViz chart
Retrieves a GraphViz chart based on your parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Graph
|
graph | True | string |
The DOT graph description. |
Layout
|
layout | string |
The graph layout engine. |
|
Format
|
format | string |
The format. |
|
Width
|
width | integer |
The width. |
|
Height
|
height | integer |
The height. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Type
|
$content-type | string |
The file(content) type. |
Content
|
$content | string |
The file content. |
Generate QR code
Retrieves a QR code generated by your parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | string |
The text. |
|
Margin
|
margin | integer |
The margin. |
|
Size
|
size | integer |
The size. |
|
Dark
|
dark | string |
The dark color. |
|
Light
|
light | string |
The light color. |
|
Error Correction
|
ecLevel | string |
The error correction level. |
|
Format
|
format | string |
The format. |
|
Center Image
|
centerImageUrl | string |
The center image URL address. |
|
Center Image Size Ratio
|
centerImageSizeRatio | number |
The size ration of the center image. |
|
Center Image Width
|
centerImageWidth | integer |
The center image width. |
|
Center Image Height
|
centerImageHeight | integer |
The center image height. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Type
|
$content-type | string |
The file(content) type. |
Content
|
$content | string |
The file content. |
Get word cloud
Retrieves a generated word cloud from your parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | string |
The text. |
|
Width
|
width | integer |
The width. |
|
Height
|
height | integer |
The height. |
|
Background Color
|
backgroundColor | string |
The background color. |
|
Format
|
format | string |
The format. |
|
Font Family
|
fontFamily | string |
The font family. |
|
Load Google Fonts
|
loadGoogleFonts | string |
The Google Font to use. |
|
Font Scale
|
fontScale | integer |
The font scale. |
|
Scale
|
scale | string |
The scale. |
|
Padding
|
padding | integer |
The padding. |
|
Rotation
|
rotation | integer |
The rotation. |
|
Max Word Number
|
maxNumWords | integer |
The maximum number of words. |
|
Minimum Word Length
|
minWordLength | integer |
The minimum word length. |
|
Case
|
case | string |
The word case. |
|
Colors
|
colors | string |
The word colors. |
|
Remove Stopwords
|
removeStopwords | boolean |
Whether to remove stopwords. |
|
Language
|
language | string |
The language. |
|
Use Word List
|
useWordList | boolean |
Whether to use word list. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Type
|
$content-type | string |
The file(content) type. |
Content
|
$content | string |
The file content. |