Hi,
I have the following scenario:
Page 1 > produces a chart using dataURL from a SelectedIndexChanged event in a Gridview
Page 2 > opened in a new window via a Button_click event from Page 1 (using Javascript open new window function)
Both of these events trigger correctly and the charts are produced, HOWEVER when the chart on Page 2 is rendered, the chart on Page 1 disappears.
Does anyone have any idea why this would occur?
My initial thoughts are to do with the FusionCharts.js functions and specifically, RenderChart, but am unsure how to proceed as my Javascript knowledge is pretty minimal...
Thanks in advance,
Bob
lastdonuk replied to Manoj k's topic in General usage
Hi,
Could this be changed in the Flash .fla files or .as files in theory?
It's unfortunate that the width can't be changed easily as sometimes a long label can be essential to the reading of the chart, eg a location showing:
location_code, store_name - city (store_location)
123, ACME GOODS - LONDON (Oxford Street)
Even if the slantLabel attribute could be slanted top right to bottom left instead, that would help...is there anywhere for users to request enhancements for future versions?
Thanks in advance,