Chart
Defined in: src/core/document-model/types.ts:527
Properties
Section titled “Properties”barDir?
Section titled “barDir?”
readonlyoptionalbarDir?:"bar"|"col"
Defined in: src/core/document-model/types.ts:534
catAxisTitle?
Section titled “catAxisTitle?”
readonlyoptionalcatAxisTitle?:string
Defined in: src/core/document-model/types.ts:538
categories
Section titled “categories”
readonlycategories: readonlystring[]
Defined in: src/core/document-model/types.ts:530
doughnut?
Section titled “doughnut?”
readonlyoptionaldoughnut?:boolean
Defined in: src/core/document-model/types.ts:536
grouping?
Section titled “grouping?”
readonlyoptionalgrouping?:"clustered"|"stacked"|"percentStacked"|"standard"
Defined in: src/core/document-model/types.ts:535
hasLegend
Section titled “hasLegend”
readonlyhasLegend:boolean
Defined in: src/core/document-model/types.ts:532
legendPos?
Section titled “legendPos?”
readonlyoptionallegendPos?:"r"|"l"|"t"|"b"
Defined in: src/core/document-model/types.ts:533
series
Section titled “series”
readonlyseries: readonlyChartSeries[]
Defined in: src/core/document-model/types.ts:531
showValues?
Section titled “showValues?”
readonlyoptionalshowValues?:boolean
Defined in: src/core/document-model/types.ts:537
title?
Section titled “title?”
readonlyoptionaltitle?:string
Defined in: src/core/document-model/types.ts:529
readonlytype:ChartType
Defined in: src/core/document-model/types.ts:528
valAxisTitle?
Section titled “valAxisTitle?”
readonlyoptionalvalAxisTitle?:string
Defined in: src/core/document-model/types.ts:539