Chart.js icon indicating copy to clipboard operation
Chart.js copied to clipboard

Stack chart?

Open imman731 opened this issue 9 years ago • 4 comments

Hi I have a question. Do you have a plan to provide Stack chart? Thanks!

imman731 avatar Dec 04 '15 09:12 imman731

at the moment no but ill leave this up as an enhancement for future reference

leighquince avatar Dec 10 '15 13:12 leighquince

@imman731 take a look at the overlay chart with overlayBars: true option

cdwilhelm avatar Jan 06 '16 16:01 cdwilhelm

@imman731 the overlayBars don't stack though like a stacked bar chart should, they just sit in front of each other to provide an overlay

leighquince avatar Jan 06 '16 16:01 leighquince

Hi, do you find something to stack the bar ? cause I have a line chart which overlays a bar chart and at the beginning i think it was stacked with the overlayBars: true and I have had incorrect results Now I understand that the bar sit in front of each other ... Do you have a plan to provide an Overlay Stack chart? Or how can I manage to create such a chart with overlay and Stacked by mixing Chart.StackedBar(StackedBar) and this one ?

Minifish57 avatar Apr 11 '16 14:04 Minifish57