Documentation / @ripl/vue-charts / CHART_OPTION_KEYS
Variable: CHART_OPTION_KEYS ​
constCHART_OPTION_KEYS:object
Defined in: vue-charts/src/core/props.ts:26
The options specific to each chart type, on top of BASE_CHART_OPTION_KEYS.
Type Declaration ​
arcDiagram ​
readonlyarcDiagram: readonly ["format","links","nodeRadius","nodes","orientation","sizeByConnections"]
The options specific to a arc diagram chart.
area ​
readonlyarea: readonly ["data","format","key","labels","series","stacked"]
The options specific to a area chart.
bar ​
readonlybar: readonly ["borderRadius","data","format","key","labels","orientation","series","stacked"]
The options specific to a bar chart.
boxPlot ​
readonlyboxPlot: readonly ["categoryOrder","color","data","format","key","value"]
The options specific to a box plot chart.
chord ​
readonlychord: readonly ["format","groups","matrix","padAngle","padWidth","palette"]
The options specific to a chord chart.
forceDirected ​
readonlyforceDirected: readonly ["centerStrength","charge","format","iterations","linkDistance","linkStrength","links","nodeRadius","nodes","root"]
The options specific to a force directed chart.
funnel ​
readonlyfunnel: readonly ["borderRadius","colorBy","data","format","gap","key","label","value"]
The options specific to a funnel chart.
gantt ​
readonlygantt: readonly ["borderRadius","colorBy","data","dependencies","end","format","key","label","progress","showToday","start","todayColor"]
The options specific to a gantt chart.
gauge ​
readonlygauge: readonly ["color","format","label","max","min","tickFormat","tickLabels","ticks","trackColor","value"]
The options specific to a gauge chart.
heatmap ​
readonlyheatmap: readonly ["borderRadius","data","format","gradient","keyX","keyY","labels","value","xCategories","yCategories"]
The options specific to a heatmap chart.
histogram ​
readonlyhistogram: readonly ["bins","borderRadius","color","data","format","thresholds","value"]
The options specific to a histogram chart.
line ​
readonlyline: readonly ["data","format","key","labels","series"]
The options specific to a line chart.
packedCircle ​
readonlypackedCircle: readonly ["colorBy","data","format","key","label","value"]
The options specific to a packed circle chart.
pie ​
readonlypie: readonly ["colorBy","data","format","innerRadius","key","label","labels","padWidth","value"]
The options specific to a pie chart.
polarArea ​
readonlypolarArea: readonly ["colorBy","data","format","innerRadius","key","label","labels","levels","maxRadiusRatio","padAngle","padWidth","value"]
The options specific to a polar area chart.
polarScatter ​
readonlypolarScatter: readonly ["data","format","labels","levels","max","sectors","series"]
The options specific to a polar scatter chart.
radar ​
readonlyradar: readonly ["categories","data","format","labels","levels","max","series"]
The options specific to a radar chart.
radialBar ​
readonlyradialBar: readonly ["colorBy","data","format","gap","innerRadius","key","label","labels","max","range","rounded","trackColor","value"]
The options specific to a radial bar chart.
realtime ​
readonlyrealtime: readonly ["format","series","showYAxis","transitionDuration","windowSize","yMax","yMin"]
The options specific to a realtime chart.
sankey ​
readonlysankey: readonly ["format","iterations","links","nodePadding","nodeWidth","nodes"]
The options specific to a sankey chart.
scatter ​
readonlyscatter: readonly ["data","format","key","labels","series"]
The options specific to a scatter chart.
stock ​
readonlystock: readonly ["close","data","downColor","format","high","key","low","open","showVolume","upColor","volume"]
The options specific to a stock chart.
sunburst ​
readonlysunburst: readonly ["data","format","padWidth"]
The options specific to a sunburst chart.
treemap ​
readonlytreemap: readonly ["borderRadius","colorBy","data","format","gap","key","label","value"]
The options specific to a treemap chart.
trend ​
readonlytrend: readonly ["borderRadius","data","format","key","labels","series","stacked"]
The options specific to a trend chart.