I want to pass additional hidden parameters to individual bars or pie slice of Jqplot chart. Actually, i want that when i click on the individual bars/slice then it should take me to different page depend on the keys assign to each bars/slice. Right now, onClick event i can capture data, gridpos etc. But here i want to attach key values to bars/slice and should be able to access these keys when click on bars/slice.
Could someone please point me how to do this?
Here is the jsfiddle
http://jsfiddle.net/jdev/4e9Ls/39/
There is nothing stopping you from adding addtional parameters in the data array:
And then in the click event:
Updated fiddle here.