2022-03-22 11:44:28 -07:00

6.5 KiB

Chart

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

<<<<<<< HEAD

a07bc411 (updated json schema and schema docs (#3219))

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"

<<<<<<< HEAD This document was updated on: Tuesday, January 25, 2022

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

a07bc411 (updated json schema and schema docs (#3219))