How can i custom my y axis with D3 ?

I want to do my own y axis with a thermometer in a container to replace the data on the y axis for a bar graph. Is it possible ?

Yes, you can use axis:null to skip the default axes, and use any mark (including a mark with a custom render function) to draw whatever you like instead.

1 Like