Login Register

2D charting with tooltip on label

I would like to add tooltip on the labels of x-axis and y-axis for chart2D graphic. Could you let me know if there is a way to do it? Thanks!

Also can we incorporate some text into the 2D charting graph? Such as adding the lengend at the top of the graph.

Thanks!

I am using dojo1.0.2.

Wendy

Currently we don't support

Currently we don't support tooltips directly, but it is on the todo list.

You can always overlay text and other html constructs using familiar DOM techniques with absolutely or relatively positioned nodes.