solkatten
Members-
Content count
9 -
Joined
-
Last visited
Everything posted by solkatten
-
I have a meny where different charts are showns. Fushioncharts works fine bur FushionWidgets Angular Gauge doesn't. When open a browser and clicking on a menu the right chart and gauge is shown. When clicking on another menu the right chart is shown, but the same gauge even when everything else on the page is correct updated and the .xml file with the data is updated as well. I use Codeignitor, PHP and the free version of Fusionchart and Fushionwidget. What is wrong?
-
Angular Gauge doesn't update when clicking on new link
solkatten replied to solkatten's topic in FusionWidgets XT
This is in the view .php file: <div id="chartdiv" align="center"> The chart will appear within this DIV. This text will be replaced by the chart. </div> <script type="text/javascript"> var myChart = new FusionCharts("http://xxx.xxx.x.xx/Maingate/FusionWidgets/Charts/AngularGauge.swf", "myChartId", "200", "100", "0", "0"); myChart.setDataURL("http://xxx.xxx.x.xx/Maingate/Data.xml"); myChart.render("chartdiv"); </script> And it is used whenever I want an angular gauge. -
Angular Gauge doesn't update when clicking on new link
solkatten replied to solkatten's topic in FusionWidgets XT
It is the same because I use only one file to view information. This the Codeigniter way; CVM - Controll View Model. -
Angular Gauge doesn't update when clicking on new link
solkatten replied to solkatten's topic in FusionWidgets XT
In Internet Explore it doesn't work. In Firefox there is no problem. But most people use IE... -
The prefix for values in the chart doesn't work well in my language swedish. For money we write Kr or SEK after the value. Is it possible to do this i FushionChart? How to use % as prefix?
-
I need numberPostfix instead of numberPrefix
solkatten replied to solkatten's topic in FusionCharts and PHP
Thanks, it worked fine. -
I want to link a column i one chart to a page with a new chart. The first chart have columns with months, I want to click on a column and come to a new page with a chart showing the days o that month. How do I make the link?