tags:

views:

109

answers:

1

I have recently started working on dojo. I am facing problems in the following cases.

  1. How can i provide a unique link (href) in each bar in the bar chart? When a user clicks on a bar, he should be taken to a related jsp/html page.Basically, i am looking for a clickable bar.

  2. How do i provide a label or note (Ex:10,12,a name etc) inside a bar in the bar chart?

Please help.

A: 

Unfortunately, it's not possible to do what you ask yet with dojox.charting.

FWIW, there's a pretty good example of what you can do with dojox.charting at SitePen.

seth