PostHog · Schema
ChartSettings
A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording
Properties
| Name | Type | Description |
|---|---|---|
| goalLines | array | |
| heatmap | object | |
| leftYAxisSettings | object | |
| rightYAxisSettings | object | |
| seriesBreakdownColumn | string | |
| showLegend | boolean | |
| showNullsAsZero | boolean | |
| showPieTotal | boolean | |
| showTotalRow | boolean | |
| showValuesOnSeries | boolean | |
| showXAxisBorder | boolean | |
| showXAxisTicks | boolean | |
| showYAxisBorder | boolean | |
| stackBars100 | boolean | Whether we fill the bars to 100% in stacked mode |
| xAxis | object | |
| yAxis | array | |
| yAxisAtZero | boolean | Deprecated: use `[left|right]YAxisSettings`. Whether the Y axis should start at zero |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ChartSettings",
"title": "ChartSettings",
"additionalProperties": false,
"properties": {
"goalLines": {
"default": null,
"title": "Goallines",
"items": {
"$ref": "#/components/schemas/GoalLine"
},
"type": "array",
"nullable": true
},
"heatmap": {
"default": null,
"allOf": [
{
"$ref": "#/components/schemas/HeatmapSettings"
}
],
"nullable": true
},
"leftYAxisSettings": {
"default": null,
"allOf": [
{
"$ref": "#/components/schemas/YAxisSettings"
}
],
"nullable": true
},
"rightYAxisSettings": {
"default": null,
"allOf": [
{
"$ref": "#/components/schemas/YAxisSettings"
}
],
"nullable": true
},
"seriesBreakdownColumn": {
"default": null,
"title": "Seriesbreakdowncolumn",
"type": "string",
"nullable": true
},
"showLegend": {
"default": null,
"title": "Showlegend",
"type": "boolean",
"nullable": true
},
"showNullsAsZero": {
"default": null,
"title": "Shownullsaszero",
"type": "boolean",
"nullable": true
},
"showPieTotal": {
"default": null,
"title": "Showpietotal",
"type": "boolean",
"nullable": true
},
"showTotalRow": {
"default": null,
"title": "Showtotalrow",
"type": "boolean",
"nullable": true
},
"showValuesOnSeries": {
"default": null,
"title": "Showvaluesonseries",
"type": "boolean",
"nullable": true
},
"showXAxisBorder": {
"default": null,
"title": "Showxaxisborder",
"type": "boolean",
"nullable": true
},
"showXAxisTicks": {
"default": null,
"title": "Showxaxisticks",
"type": "boolean",
"nullable": true
},
"showYAxisBorder": {
"default": null,
"title": "Showyaxisborder",
"type": "boolean",
"nullable": true
},
"stackBars100": {
"default": null,
"description": "Whether we fill the bars to 100% in stacked mode",
"title": "Stackbars100",
"type": "boolean",
"nullable": true
},
"xAxis": {
"default": null,
"allOf": [
{
"$ref": "#/components/schemas/ChartAxis"
}
],
"nullable": true
},
"yAxis": {
"default": null,
"title": "Yaxis",
"items": {
"$ref": "#/components/schemas/ChartAxis"
},
"type": "array",
"nullable": true
},
"yAxisAtZero": {
"default": null,
"description": "Deprecated: use `[left|right]YAxisSettings`. Whether the Y axis should start at zero",
"title": "Yaxisatzero",
"type": "boolean",
"nullable": true
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-chartsettings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.