swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.28k stars 1.15k forks source link

Add box plot chart type #1242

Closed chriszrc closed 2 years ago

chriszrc commented 5 years ago

Is your feature request related to a problem? Please describe. Has a box plot chart type been considered for addition?

Describe the solution you'd like I'd like a basic box plot chart type, as seen here - https://plot.ly/javascript/box-plots/

Describe alternatives you've considered I don't really see a reasonable way to implement this as a combo chart, so I think this probably needs to be its own chart type

KingDarBoja commented 4 years ago

@chriszrc The PR has the following box plot chart as requested. Attached a screen of it.

image

chriszrc commented 4 years ago

@KingDarBoja Nice!!! Looking forward to seeing this get merged!

KingDarBoja commented 4 years ago

@KingDarBoja Nice!!! Looking forward to seeing this get merged!

Just finished it with the basic functionality along with some extra features and fixes like as animations. Adding the data series as points on each box side would take a bit but surely gonna be added on the near future, as long as I get some free time.

Thanks for the idea mate. Cheers!

saidsoualhi commented 4 years ago

@KingDarBoja is this already merged ?

KingDarBoja commented 4 years ago

Nope, the PR is still waiting to get reviewed and merged.

saidsoualhi commented 4 years ago

@KingDarBoja okey thanks for your fast reply, I hope it be added on the near future :D

cerireyhan commented 4 years ago

This is a great feature and it would be really helpful. Is there any progress on this?

KingDarBoja commented 4 years ago

This is a great feature and it would be really helpful. Is there any progress on this?

There is a PR made by myself way back which does provide the box plot chart :P

JamboBuenna commented 3 years ago

This looks like it's an awesome feature, @EtienneLamoureux @KingDarBoja any idea on the review process timeline. Think for the short term we're going to have to go for a plotly implementation alongside ngx-charts which so far has been far nicer.

leonandroid commented 2 years ago

I see this thread started long time ago, the example page does not include a link to show how to implement the box-chart https://swimlane.gitbook.io/ngx-charts/examples/box-chart

can somebody provide the example on how to use it? Thanks in advance.