PostHog · Schema

ActionsPie

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
disableHoverOffset boolean
hideAggregation boolean
View JSON Schema on GitHub

JSON Schema

posthog-actionspie-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionsPie",
  "title": "ActionsPie",
  "additionalProperties": false,
  "properties": {
    "disableHoverOffset": {
      "default": null,
      "title": "Disablehoveroffset",
      "type": "boolean",
      "nullable": true
    },
    "hideAggregation": {
      "default": null,
      "title": "Hideaggregation",
      "type": "boolean",
      "nullable": true
    }
  },
  "type": "object"
}