chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
64.29k stars 11.88k forks source link

Manhattan plot QQ plot #10705

Open Nolandos opened 1 year ago

Nolandos commented 1 year ago

Feature Proposal

Hi, Have any of you ever implement Manhattan or QQ (Quantile-Quantile plot) in chart.js? I have to implement both charts and can't find any solution / npm / idea. Can you help me? QQplot Manhattan_Plot

Possible Implementation

No response

LeeLenaleee commented 1 year ago

Not familliar with both charts but the first one seems like it can be achieved with a stepped line chart (setting stepped: true in your dataset).

Second one can be achieved using a scatter chart with a scriptable pointRadius where you increase it in combination with its placement on the y axis