Hi,
I would like to find a workaround to use the line graph as custom dot plot.
I have a gallery listing all my X (Age) , and Y (LA) and a line graph link to it.
My issue is as I don't have every possible X listed, and the spacing between each X label is not constant.
Is there a wordkaround to this?
Thanks!
Solved! Go to Solution.
Hi @Alfa741 ,
Please try this link:
https://quickchart.io//chart?v=2.9.4&c={ type: 'scatter', data: { datasets: [ { label: 'Data 1', data: [ { x: 2, y: 4 }, { x: 3, y: 3 }, { x: -10, y: 0 }, { x: 0, y: 10 }, { x: 10, y: 5 }, ], }, ], }, }
I think this link will help you a lot:
https://quickchart.io/documentation/chart-types/#scatter-plot
Best Regards,
Bof
Hi @Alfa741 ,
Please try this link:
https://quickchart.io//chart?v=2.9.4&c={ type: 'scatter', data: { datasets: [ { label: 'Data 1', data: [ { x: 2, y: 4 }, { x: 3, y: 3 }, { x: -10, y: 0 }, { x: 0, y: 10 }, { x: 10, y: 5 }, ], }, ], }, }
I think this link will help you a lot:
https://quickchart.io/documentation/chart-types/#scatter-plot
Best Regards,
Bof
User | Count |
---|---|
253 | |
109 | |
92 | |
48 | |
37 |