Pere Miquel Brull 970a7786db
Revert "Docs (#3276)" (#3278)
This reverts commit 876ac24e44f2b900857f10ab2cb138b60913b251.
2022-03-08 18:25:44 +01:00

3.5 KiB

Chart

This schema defines the Chart entity. Charts are built using tables or sql queries by analyzing the data. Charts can be part of Dashboard.

$id:https://open-metadata.org/schema/entity/data/chart.json

Type: object

This schema does not accept additional properties.

Properties

Type definitions in this schema

chartType

  • This schema defines the type used for describing different types of charts.
  • Type: string
  • The value is restricted to the following:
    1. "Line"
    2. "Table"
    3. "Bar"
    4. "Area"
    5. "Pie"
    6. "Histogram"
    7. "Scatter"
    8. "Text"
    9. "BoxPlot"
    10. "Other"

This document was updated on: Monday, March 7, 2022