Tagged Questions
Open Flash Chart - JSON based very flexible flash chart renderer.
4
votes
2answers
3k views
How to prevent Javascript Menu from getting hidden under Flash Video (SWFObject )
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 ...
4
votes
2answers
4k views
CSS Menu does not appear over flash
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 ...
2
votes
2answers
991 views
Use High-charts, Open Flash Chart 2, Google Charts or what else !
One web application of ours requires a feature of displaying charts in it. Basically we have to show different types of charts for different purposes such as pie charts to give information about some ...
2
votes
1answer
1k views
Open Flash Chart on Zend MVC Error
I recently downloaded the Open Flash Chart source code and I have intergrated it into my Zend MVC.Since I use the autoloader
I have renamed my files and commented the "require_once" source lines.
...
1
vote
1answer
161 views
How Do You Get Tooltips in Open Flash Charts When Writing JSON?
I am trying to display a chart with tool tips but I cannot seem to figure out how you put in tool tips when you write your own JSON for the chart.
Is this possible?
Here is the JSON I have written ...
1
vote
0answers
352 views
Open Flash Chart 2 not showing in Ruby on Rails
My question is about my first Open Flash Chart not displaying at all in my Rails application (2.3.5 running on Vista). I am trying to implement: http://openflashchart2.heroku.com/chart_examples/pie. ...
1
vote
1answer
598 views
Open flash chart not working
I want to implement Open Flash Chart in my website but it doesn't work. The chart just start loading for a second and the loader animation disappear and nothing happening (Only a blank swf area). i've ...
1
vote
3answers
698 views
open flash chart rails x-axis issue
I am using open flash chart 2 (the plugin) in my rails application. Everything is looking smooth except for the range on my x axis. I am creating a line to represent cell phone plan cost over a ...
1
vote
1answer
558 views
open flash chart in python/django
I am using open flash chart for chart development.
I need to put my image in the chart as in this example. I am using python for the development, and I can't find help anywhere about it.
Can anyone ...
1
vote
3answers
690 views
how to use Open flash chart (or any library) in flex 3 project?
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 ...
1
vote
3answers
3k views
JSON Parsing Error
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/ ...
1
vote
1answer
1k views
How to Display the Total Order Amount per Day in a Chart
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 ...
1
vote
1answer
476 views
Tips on creating Burn down charts with Open Flash Chart 2
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 ...
1
vote
1answer
2k views
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.
0
votes
0answers
64 views
Open Flash Chart- Is there a way to chart a time span?
What I am trying to do is create a graph for races such as the Marathon showing what percentile you fall in for a specific Race time. I am trying to get the percentage on the y axes as the label and ...
0
votes
1answer
60 views
How to draw a chart with OFC Python?
I need to visualize data for my trac Plugin. Therefore I want to use Open Flash Charts 2.
Trying to follow this didn't quite work out as expected.
Question
The Chartdata won't show, the only output ...
0
votes
0answers
101 views
bar chart of openflashchart2 needs to hide the tooltip when mouse hover, using with rails
i'm a ruby on rails developer. i am using openflashchart2 pluggin
hbar = HBar.new
bar1 = HBarValue.new(0,params[:list].to_i)
bar1.set_colour("#FF6600")
hbar.values = [bar1] ...
0
votes
0answers
285 views
GXT 2.1.1 + OpenFlashChart: Multi-line tooltip for two points in the same position
Greetings!
Searched for this, but didn't find any mention.
Shortly:
We have chart like here. And we want to display tooltip for point (2,7) in multiple lines (Result is similar to setting ...
0
votes
1answer
62 views
Setting transperancy on stack while doing mouse hover
I am trying to make the behavior that the stacks on stack bar chart become opaque and be more transparent while doing mouse hover. Right now the default behavior is opposite. I am able to get the ...
0
votes
0answers
210 views
Open Flash Charts 2: adding links to bar charts
I'm using the open flash charts library for CodeIgniter. I've created a bar chart but am unsure on how to add links to each bar.
Here is my code:
$this->load->library('ofc2');
...
0
votes
0answers
672 views
Open Flash Charts - JSON Parse Error
I'm trying out open flash charts version 2. I have downloaded the files and copied over all the necessary files and folders to my directory. Everything is loading fine.
I've tried out one of the ...
0
votes
1answer
238 views
Open Flash Chart 2 - the ids are the same so multiples are not displaying
I can get one successful Open Flash Chart per view.
I'm now trying to support multiple Open Flash Charts per view but the source code shows that the ids for both generated divs are the same:
# ...
0
votes
2answers
427 views
Open Flash Chart on IE 8
I'm using Open Flash Chart 2 to present graphs and charts in my website.
I'm trying to load the JSON data for a chart from the same page. There are several ways to do that.
Use get-data property of ...
0
votes
1answer
264 views
A simple controller loop (including open flash chart)
I have a simple problem regarding a loop in a Rails controller.
Here's the original sample code, the purpose of which is to specify the data to be used in an open flash chart (pie chart).
...
0
votes
1answer
73 views
Is there any way to include legend in the graph chart produced by open flash chart2?
I am working on customizing the layout of OFC2 so it can be properly fit with my software. However, one of my concern of the chart is that, although it can generate multiple line graphs in the same ...
0
votes
2answers
591 views
How do I get the “Install Missing Plugin” yellow bar to appear in firefox when flash is not installed?
My rails website uses the open_flash_graph plugin to generate flash graphs for my clients. If a customer doesn't have flash installed, it doesn't display any messages, it simply doesn't show any ...
0
votes
2answers
3k views
Save chart image with open flash chart2
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 ...
0
votes
3answers
2k views
jQuery + JSON + Open flash chart, how can I create a chart on the fly?
The JS
SWFlocation = "open-flash-chart.swf";
getMyData = function()
{
$.post(
myJsURL,
{
passedval: 1234
},
function (returned_json) {
return returned_json;
...
0
votes
3answers
431 views
open flash chart help needed
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 = ...
0
votes
2answers
108 views
Charting amount of dated events in columns/bars
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 ...
0
votes
1answer
908 views
dz's Open Flash Chart 2 disabling animation problem (Rails)
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
...
0
votes
2answers
1k views
Open Flash Chart and Zend Framework Autoloader: class not found
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, ...
0
votes
1answer
326 views
Can anyone help me with the PHP Chart?
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
...
0
votes
1answer
552 views
Highlight an item in Open Flash Chart 2
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.
0
votes
1answer
2k views
Open flash chart : How to display projected data
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" ...
0
votes
1answer
931 views
Open flash chart : Where is the CSS?
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 ...
0
votes
1answer
867 views
OpenFlashChart With CodeIgniter
Has anyone found a way to integrate OpenFlashChart v2 with CodeIgniter? The problem is that the author separated everything in classes, and multiple files. This prevents you from creating a helper, or ...