# Interface: FlowCoreChartOptions
FlowCoreChart options.
# Hierarchy
- FlowCoreChartOptions
# Properties
# container
• container: HTMLElement
Container element to host chart.
# height
• Optional
height: number
Height of chart in pixels.
# spec
• spec: ChartSpec
Vega/Vega-lite chart specification.
# tooltip
• Optional
tooltip: boolean
Set to true
to enable enhanced tooltips.
# width
• Optional
width: number
Width of chart in pixels.