0

I've got a bar chart with some elements.values as this:

  "elements":[
      {"values":
         [
           {"right":12,
            "colour":"#a55feb",
            "on-click":"http://myurl.com/"
           },
           {"right":25,
            "colour":"#5757ff",
            "on-click":"http://another.one/"
           }
         ]
       }]

This doesn't work, although the openflashchart doc says

Each dot can have its own on click event.

and

Don't forget that all charts can have on click events

Thanks for any help.

leppie
  • 115,091
  • 17
  • 196
  • 297
jeje
  • 3,191
  • 3
  • 26
  • 41
  • Actually, http://forums.openflashchart.com/viewtopic.php?f=4&t=1924 says that it does not work with hbar char type.. – jeje Aug 24 '10 at 14:36

1 Answers1

0

Actually, the patched version of open flash chart from http://www.ofc2dz.com/ does the trick (plus you can set the window target).

jeje
  • 3,191
  • 3
  • 26
  • 41