Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

884 B

title slug
dataInsightChartResult /main-concepts/metadata-standard/schemas/datainsight/datainsightchartresult

DataInsightChartResult

DataInsightChartResult represents data that will be consumed by a specific chart

Properties

  • chartType: Chart Type that will consume the data. Must match name of dataInsightChart. Refer to #/definitions/dataInsightChartType.
  • data (array): Array of consumable data.
    • Items

Definitions

  • dataInsightChartType (string): chart type. Must match name of a dataInsightChartDefinition. Must be one of: ['TotalEntitiesByType', 'TotalEntitiesByTier', 'PercentageOfEntitiesWithDescriptionByType', 'PercentageOfEntitiesWithOwnerByType', 'DailyActiveUsers', 'MostActiveUsers', 'MostViewedEntities', 'PageViewsByEntities'].

Documentation file automatically generated at 2023-07-07 05:50:35.981927.