DEV Community

Discussion on: Build your React charts without a library

Collapse
 
larrykubende profile image
Larry Karani Kubende

const yRatio = (dataY - dataYMin) / dataYRange;

this will always return 0 for the data with the minimum