I can't find a way to render my graph as separate points. I want each point to be rendered separately. In my case drawing a line between data points doesn't make sense.
You can set strokeWidth to zero: demo
new Dygraph(data, div, {
drawPoints: true,
strokeWidth: 0,
pointSize: 5
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With