parthp2107 aec586a5fe
updated metadata-ingestion and apis documents (#839)
* updated metadata-ingestion and apis documents

* minor changes in

* addressing maven ci findings

Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-18 18:02:22 +05:30

2.9 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

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, October 18, 2021