open-flash-chart

How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )

女生的网名这么多〃 提交于 2020-01-12 18:48:49
问题 How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ). I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript menu is getting hidden behind the Flash Chart. How to correct this problem? Here is my script code: <script type="text/javascript"> swfobject.embedSWF( "open-flash-chart.swf", "Dashboard_Chart", "800", "400", "9.0.0", "expressInstall.swf", {"data-file":"ofc-chart.php"} ); </script> UPDATE (Solved): I found

How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )

时光毁灭记忆、已成空白 提交于 2020-01-12 18:48:38
问题 How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ). I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript menu is getting hidden behind the Flash Chart. How to correct this problem? Here is my script code: <script type="text/javascript"> swfobject.embedSWF( "open-flash-chart.swf", "Dashboard_Chart", "800", "400", "9.0.0", "expressInstall.swf", {"data-file":"ofc-chart.php"} ); </script> UPDATE (Solved): I found

Is there an easy way for users to print Flash (Open Flash Charts) from their browser?

自作多情 提交于 2019-12-24 18:25:11
问题 Is there any easy way to print Flash Charts (Open Flash Charts 2) within a web page. Flash doesn't seem to print at all. I'm maintaining a health site for a client, and we use Open Flash Charts to draw multiple line charts for patients dynamic data. The client would like for patients to be able to easily print these charts, although Flash doesn't appear to be printable (unless I'm missing something). Unfortunately I can't provide a link to the page as an example at the moment as the patient

JSON Parsing Error

 ̄綄美尐妖づ 提交于 2019-12-22 05:16:31
问题 I got problem. I have this JSON automatically generated by Open Flash Chart php library. The problem is, OFC report JSON Parse Error [Syntax Error] while test result using http://www.jsonlint.com/ report that my JSON is fine. But, w3c parser report error too:( Any help? Here's the JSON: { "title": "Followers Trend", "elements": [ { "type": "area_hollow", "fill-alpha": 0.35, "values": [ ], "colour": "#5B56B6", "text": "Followers", "font-size": 12 } ], "x_axis": { "colour": "#A2ACBA", "grid

How to Display the Total Order Amount per Day in a Chart

£可爱£侵袭症+ 提交于 2019-12-11 05:57:51
问题 I cant seem to get this working, i need to display the Total Order Amount per day on the Chart. I got the Open Flash chart to work by the following code: <?php // Settings for Database Connection include_once($root_folder_path . "includes/common.php"); include_once("./admin_common.php"); include_once("./ofc_chart_library/open-flash-chart.php"); $sql = "SELECT * from orders ORDER BY order_placed_date"; if (!$sql) die('Invalid query: ' . mysql_error()); $result = mysql_query($sql); $data =

JSON Parsing Error

依然范特西╮ 提交于 2019-12-05 05:14:10
I got problem. I have this JSON automatically generated by Open Flash Chart php library. The problem is, OFC report JSON Parse Error [Syntax Error] while test result using http://www.jsonlint.com/ report that my JSON is fine. But, w3c parser report error too:( Any help? Here's the JSON: { "title": "Followers Trend", "elements": [ { "type": "area_hollow", "fill-alpha": 0.35, "values": [ ], "colour": "#5B56B6", "text": "Followers", "font-size": 12 } ], "x_axis": { "colour": "#A2ACBA", "grid-colour": "#D7E4A3", "offset": false, "steps": 4, "labels": { "steps": 2, "rotate": "vertical", "colour": "

How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )

痞子三分冷 提交于 2019-12-04 04:20:59
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject ). I am using Open Flash Chart and the chart is displaying fine in my php shoppping cart, but my javascript menu is getting hidden behind the Flash Chart. How to correct this problem? Here is my script code: <script type="text/javascript"> swfobject.embedSWF( "open-flash-chart.swf", "Dashboard_Chart", "800", "400", "9.0.0", "expressInstall.swf", {"data-file":"ofc-chart.php"} ); </script> UPDATE (Solved): I found the solution. Here is my new code which works and the menu shows up fine. <script type="text/javascript"