I'm working with Biilboard.js, a library which is based on D3.
I created a chart and I want to be able to show a message on it, for example if Y-axis is greater than 100 or anything like this, doesn't matter the condition.
This is an example of what I want which is done with pure D3 (I guess):
Basically, if that condition is fulfilled, that message box appears over the chart.
Do you have any ideas of to do this?