sgratzl / chartjs-chart-boxplot

Chart.js Box Plots and Violin Plot Charts
https://www.sgratzl.com/chartjs-chart-boxplot/
MIT License
101 stars 23 forks source link

Configure colours #21

Closed JeremyBradshaw7 closed 2 years ago

JeremyBradshaw7 commented 2 years ago

It would be great if you could configure the colours for above and below the median separately, or all elements of the box (whiskers etc).

sgratzl commented 2 years ago

see also https://github.com/sgratzl/chartjs-chart-boxplot/blob/388c3383907f1e10c2ad4385a0ac63982f22ff99/src/elements/base.ts#L6
and https://github.com/sgratzl/chartjs-chart-boxplot/blob/388c3383907f1e10c2ad4385a0ac63982f22ff99/src/elements/BoxAndWiskers.ts#L6

JeremyBradshaw7 commented 2 years ago

Thanks - the docs could do with an update to make this clearer.

sgratzl commented 2 years ago

Thanks - the docs could do with an update to make this clearer. I'm looking forward to your PR