beaujo

Members
  • Content count

    4
  • Joined

  • Last visited

About beaujo

  • Rank
    Forum Newbie
  1. I am using setDataXML and all the text gets mangled together in IE7 and the chart itself does not display. Sometimes the caption alignment is also wrong (centered on (0, 0)). Just deleting the chart and recreating it with the same xml data fixes the problem most of the times. On IE this issue occurs very frequently, while on firefox it seems to never occur.
  2. Links on charts (links on bars, and link on canvas)

    Thanks a lot, it will do it.
  3. There are 2 ways to attach links to the chart: clickURL on the chart element and then the link attribute in the datasets. However they seem to be exclusive, which is too bad. I would have liked to be able to attach a link on each bar of my chart to access data specific to this bar, and attach another link on the full chart to access another view of the same information (actually get extra information as the chart is more like a summary). I expected that when clicking where a bar was I would link to the bar, and when I click anywhere else on the chart it would link to the new view of the data. Unfortunately, the event is caught at the chart level before reaching the bars themselves and therefore never reaches the bar links. Am I missing something, or would anyone have a suggestion to achieve the same effect? (another solution would be to have an other link in the title or subtitle, but I do not think this is possible. Thanks
  4. Scrollbar Position

    In my case, I would actually need to center the scrollbar, so scrollToEnd seems to be a little to restrictive, even if am sure it is going to help many people. Any plan to get the centering available as well? Note also that it would be nice to be able to turn off the scroll buttons (showScrollBtn='0')