Charts
Last updated
Last updated
POST
https://api.appmixer.com/charts
This method is not meant to be implemented by applications embedding Appmixer SDK. Creating chart requires complex objects (options, query, traces), their structure goes beyond this documentation. appmixer.ui.InsightsChartEditor
SDK component should be used to build Charts.
Name | Type | Description |
---|---|---|
PUT
https://api.appmixer.com/charts/:chartId
The same properties as in Create Chart API endpoint.
GET
https://api.appmixer.com/charts
Get a list of all charts the user has configured in their Insights Dashboard.
GET
https://api.appmixer.com/charts/:id
DELETE
https://api.appmixer.com/charts/:id
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
traces
object
The aggregations that are represented on the chart along with their sources (flows, components).
query
object
Object representing time range for the chart.
options
object
Object with the visualization options for the chart.
index
number
The position of the chart in the dashboard.
type
string
Type of the chart. bar, line, scatter, area, pie
name
string
Name of the chart.
string
pattern
string
Regex that will be used to match name
property.
limit
number
Maximum items returned. Default is 100. Used for paging.
offset
number
The index of the first item returned. Default is 0. Used for for paging.
sort
string
Sorting parameter. Can be any chart object property followed by semicolon and 1 (ascending) or -1 (descending). Example: "mtime:-1".
projection
string
Exclude chart object properties. Example: "-traces".
id
string
ID of the chart to return.
id
string
ID of a chart.