How to implement such tool-tip in open-flash-chart 2.x
i think what i need is the tooltip like the tooltip in 1.x the magicword #tip# 's function. ...
i think what i need is the tooltip like the tooltip in 1.x the magicword #tip# 's function. ...
I have a drop-down/multi-level CSS menu on a page. The menu however doesn't appear over a flash chart I have. The apparent fix seems to be to put wmode:transparent (or opaque), but that doesn't work for me. I have also tried setting the z-level in the CSS to very high values (2000) but that doesn't work either. In addition, I'm using op...
I am going to be implementing a burn down chart for our project management system. It's going to be using Open Flash Chart 2 The system knows when the project starts and when it's estimated to be completed. It also knows the story points and how many hours they each take. Users write each day how many hours were worked on each story po...
Has anyone found a way to integrate OpenFlashChart v2 with CodeIgniter? The problem is that the author separated everything in classes and multiple files and you can't create a helper or plugin for CI. One way to do it using versions prior to 2 is here: link I haven't found a way to work with version 2 of the chart, has anyone of you...
Hi all, I'm using Open flash chart to display some graphical data in my web page. I would like to change the appearance of the Graph now. I want to change the background color of the graph. I could not find any CSS file in the download. Can any one tell me where I should change the color? Thanks in advance ...
Hi all, I am using open flash chart to display a chart in my page.I am using the below code to display the line chart data to my page. <script type="text/javascript" src="js/swfobject.js"></script> <script type="text/javascript"> swfobject.embedSWF("open-flash-chart.swf", "my_chart", "530", "250","9.0.0", "expressInstall.swf", {"data-f...
Hello 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"> swfob...
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-...
How can I highlight exactly one item (particularly a line on the x axis) in open flash chart 2? Note: Highlight can be a change of color or bold. ...
I am trying to display Total Order Amount Per Day in the Present Month. $sql = "SELECT date(order_placed_date), COUNT(order_id), SUM(order_total) AS order_total FROM orders WHERE order_placed_date>=date_sub(current_date, INTERVAL 31 DAY) GROUP BY date(order_placed_date)"; if (!...
I'm trying to upgrade the charts in my zend framework based website to the open flash chart 2 (version: kvasir) library. It used to work just fine with older versions. However, using the new version, when I try to create e.g. lines, I get error messages such as Warning: include(line\hollow.php) [function.include]: failed to open stream:...
How to disable the startup animation in OFC2? Since I started using the dz build, the on-show animation is on by default, which sucks quite a lot. Neither of these work: graph.animate=false graph.on_show=false Also, dz's build implements the tooltip hover support poorly - the tooltip continues to hover even when the cursor is on ano...
I want to create bar charts similar to web server logs. I have events in my database which all took place at a certain moment, I would like to grab all these events and then chart how many occurred each day, week, month, whatever on a bar (column) graph. For example I want to chart how many visitors I had in a month in 31 columns, each ...
Hi there, 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", ...
def reparto_de_ventas_por_marca #obtener los montos de las ventas en el periodo comprendido y sumarlas @ventas = Venta.find(:all) @marcas = Marca.find(:all) title = Title.new("Ingresos de este mes: #{@total}") pie = Pie.new pie.start_angle = 35 pie.animate = true pi...
Is there a way to do this in Ruby on Rails? Looking through the library i saw a upload_image.rb but it just says #todo...I know this is possible in the other languages (at least i saw in php) I've searched for awhile, has anybody found a way to do this in RoR? Or is there any documentation? What I want to do is save the image on my ser...
The JS SWFlocation = "open-flash-chart.swf"; getMyData = function() { $.post( myJsURL, { passedval: 1234 }, function (returned_json) { return returned_json; }, "json" ); } swfobject.embedSWF(SWFlocation, "myChartDiv", "650", "200", "9.0.0", "", {"get-data":"getMyData"} ); Using fir...
I am using Open Flash Chart 2 to create some graphs. I want to be able to save an image of the graph, which OFC2 supplies some methods to accomplish this. I used the example on the OFC2 site to directly display the raw image data on the page, but that does not work in IE6, which most of our users are using (I know, I know). I switched...
We have integrated Open Flash charts for our project. Now main huddle is how to print chart as pdf. So approach would be converting flash into image when page is loaded and then use that image for pdf. Any idea how to do this? Thanks ...
Hello, I want to use Open Flash Chart in Flex3/AS3 project? I mean, How Can I use Open-flash-chart in Flex application client side.. ??? (I use FlashDevelop) Can i do that by just adding .swf file?? If yes? then where to add? I am not using FlexBuilder, I am using FlashDevelop OR Command line for compiling.. Or I have to add .swc ...