Hello Developers,
Following is the relevant code we are using to display our flash
chart on the website. Is there any way I can get this working to
display same flash chart on android app ? please look at the sample
https://druginformer.com/search/browse_condition/fibromyalgia to see
how I want the charts to works in our app.
we are using licensed amcharts to display bar charts .
Please let me know If its possible on android app to display charts
that are downloaded using webservice ?
<html><div id="condition_chart"></div>
<script>
var params = "";
var pre_character = "?";
var total_show_alls = 0;
var total_series = 2;
var graph_height = 310 + total_series * 20 / 2;
var so = new SWFObject("http://www.druginformer.com/search/global/swf/
amcharts/amcolumn/amcolumn.swf", "amcolumn", "600", graph_height, "8",
"#ffffff");
so.addVariable("path", "http://www.druginformer.com/search/
global/swf/amcharts/");
so.addVariable("settings_file", escape("http://
www.druginformer.com/search/protected/class/amcolumn_settings.php?" +
params + "&name=" + title));
so.addVariable("data_file", escape("http://
www.druginformer.com/search/get_condition_result_chart_data" +
params));
so.addVariable("preloader_color", "#999999");
so.addParam("wmode", "opaque");
so.write("condition_chart");
</script>
</html>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en