ngx-charts icon indicating copy to clipboard operation
ngx-charts copied to clipboard

I cannot create a grouped stacked bar chart?

Open wangju1111 opened this issue 7 years ago • 10 comments

I'm submitting a improvement issue (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior

It is not a bug, but a improvement.

Expected behavior

Could you help to extend the grouped stacked bar chart, for the current version no such kind of chart can be used.

Reproduction of the problem

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  • ngx-charts version: x.x.x
  • Angular version: 2.x.x
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

wangju1111 avatar Jan 24 '18 08:01 wangju1111

I can have a stacked bar chart, also a grouped bar chart, but no grouped stacked bar chart, is it possible to have one?

wangju1111 avatar Jan 24 '18 08:01 wangju1111

I would be interested too in such a chart, i've already tried to implement it myself with your custom chart possibilities but i'm stuck with a height calculation issue which i guess occurs because the system isn't designed for a third data level.

marvinosswald avatar Jan 24 '18 10:01 marvinosswald

Hi, I was just wondering if it is something that has been already implemented ? @marvinosswald Did you manage to do it ? Thank you for letting me know.

montananyto-dev avatar Sep 04 '19 13:09 montananyto-dev

This would be a great feature.

hevans90 avatar Apr 20 '20 11:04 hevans90

Was anyone able to implement this chart?

ron51 avatar Feb 23 '22 07:02 ron51

no updates ?

kfirufk avatar Dec 01 '22 10:12 kfirufk

any update on this? Has anyone tried custom implementations?

ashishkumar1434 avatar Jan 10 '24 08:01 ashishkumar1434

Any updates?

nurulhaya avatar Jan 29 '24 19:01 nurulhaya

Hey Guys, Does anyone has a solution ? @marjan-georgiev Would you be able to suggest a solution ?

montananyto-dev avatar Apr 10 '24 06:04 montananyto-dev

I manage to do a grouped stacked vertical chart. It may not be perfect, but I thought it would be good to share it anyway. https://stackblitz.com/edit/angular-simple-ngx-charts-vmvhfp?file=src%2Fapp%2Fapp.component.ts

montananyto-dev avatar Apr 16 '24 09:04 montananyto-dev