Chart.js
Chart.js copied to clipboard
Manhattan plot QQ plot
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?

Possible Implementation
No response
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