ShravanKrishna

Members
  • Content count

    3
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ShravanKrishna

  1. X Axis Label Link

    Hi, I work in flex 4.5, we are trying to use flex fusion charts and i am new to the Fusion charts, I am stuck up with one sort of implementation, I am able to display a 2D Stacked Column chart. On displaying the charts i need a certain feature i.e on click of the lables displayed over the x-axis we should call a handler method, where in i need to put in some business and based on that i have to open a popup. Could anyone help us to over come this implemenation, it would be very helpful.
  2. X Axis Label Link

    Hi, we are using Fusion charts for flex.
  3. X Axis Label Link

    Thanks for you help. Actually its worked using that xml. [Bindable] private var chartData:ArrayCollection = new ArrayCollection([{label: "<a href=' http://www.fusioncharts.com'> Jan </a>"}, {label: 'Feb'}, {label: 'Mar'}, {label: 'Apr'}, {label: 'May'}, {label: 'Jun'}, {seriesName: 'Product A'}, {value: '27400'}, {value: '29800'}, {value: '25800'}, {value: '26800'}, {value: '29600'}, {value: '23600'}, {seriesName: 'Product B'}, {value: '10000'}, {value: '11500'}, {value: '12500'}, {value: '15000'}, {value: '11000'}, {value: '9800'}]); I am tring to use that as array collection as i did in the above code. But it stating as XML invalid data. Can you please help me on how to use this in array collection and how to call a flex method on click of that data label link. Regards, Sharavan