<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/openflashchart/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/openflashchart/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/openflashchart/support-requests/</id><updated>2012-11-07T06:04:08Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>error in showing output</title><link href="https://sourceforge.net/p/openflashchart/support-requests/6/" rel="alternate"/><published>2012-11-07T06:04:08Z</published><updated>2012-11-07T06:04:08Z</updated><author><name>Sourabh Wadhwa</name><uri>https://sourceforge.net/u/wsourabh64/</uri></author><id>https://sourceforge.net1430df28dad6bbd7b4dd6f55bd6ac3dbf001fe4d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am using asp.net 2.0 and am trying to use Open Flash Charts but when i'm trying to build the solution i'm grtting error "Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.  "&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Hindi Font are not showing in flash player </title><link href="https://sourceforge.net/p/openflashchart/support-requests/5/" rel="alternate"/><published>2010-03-11T07:16:59Z</published><updated>2010-03-11T07:16:59Z</updated><author><name>Neha Surti</name><uri>https://sourceforge.net/u/ns1182/</uri></author><id>https://sourceforge.netf895903ac5f9e53a938d45012b9404cee73f4d58</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have successfully installed Open Flash Chart version 2.1. Its not showing&lt;br /&gt;
Hindi font in Flash Player, Its just showing junk characters.. Please let&lt;br /&gt;
me know if any solution. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Hindi Font are not showing in flash player</title><link href="https://sourceforge.net/p/openflashchart/support-requests/4/" rel="alternate"/><published>2010-03-11T06:26:30Z</published><updated>2010-03-11T06:26:30Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netee87ac9236b602da3d7adf3c6752d76ef81a3dbb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have successfully installed Open Flash Chart version 2.1. Its not showing Hindi font in Flash Player, Its just showing junk characters.. Please let me know if any solution. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Problem with diagonal x-labels</title><link href="https://sourceforge.net/p/openflashchart/support-requests/3/" rel="alternate"/><published>2008-08-18T11:47:09Z</published><updated>2008-08-18T11:47:09Z</updated><author><name>José Manuel Bermudo Ancio</name><uri>https://sourceforge.net/u/userid-2085786/</uri></author><id>https://sourceforge.netdaf706c34133150b539b70eccbe0c003ccd5d957</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I changed my app to OFC 2. I've managed to upgrade most of the code, but i can't get the x-labels to be diagonal.&lt;/p&gt;
&lt;p&gt;I use the x_axis_labels class. I've had to add a set_rotate method to this class. My code is the following:&lt;/p&gt;
&lt;p&gt;$x_labels = new x_axis_labels();&lt;br /&gt;
$x_labels-&amp;gt;set_steps( $x_steps );&lt;br /&gt;
$x_labels-&amp;gt;set_rotate('diagonal');&lt;br /&gt;
$x_labels-&amp;gt;set_colour( '#ff0000' );&lt;br /&gt;
$x_labels-&amp;gt;set_labels( $months );&lt;/p&gt;
&lt;p&gt;but the months appear OVER the chart, not under. I've done it very similar of the example, but changing the one by one x_axis_label class, to x_axis_labels. I've attached a screenshot of the chart.&lt;/p&gt;
&lt;p&gt;Do have anybody else had this problem??&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Tooltip in stack bar chart</title><link href="https://sourceforge.net/p/openflashchart/support-requests/2/" rel="alternate"/><published>2008-08-18T11:10:04Z</published><updated>2008-08-18T11:10:04Z</updated><author><name>Prasad Tanksali</name><uri>https://sourceforge.net/u/pktanksali/</uri></author><id>https://sourceforge.netfa7d1960cb427c10c2e41a9c799ffc25902c4ea9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to know, is there any way to customize the tooltip; where I can add text as well as value other than the default total and value.&lt;br /&gt;
I have pasted a sample code below:&lt;/p&gt;
&lt;p&gt;{ "title": &lt;br /&gt;
{ &lt;br /&gt;
"text": "Mon Aug 18 2008" }, &lt;br /&gt;
"elements": [ { &lt;br /&gt;
"type": "bar_stack", &lt;br /&gt;
"values": [ [ 2.5, 5 ], [ 7.5 ], [ 5, { "val": 5, "colour":  "#ff0000", "tip": "apple-#val#" } ], [ 2, 2, 2, 2, { "val": 2, "colour": "#ff00ff", "tip": "Lion - #val#" } ] ] } ], &lt;br /&gt;
"x_axis": { "labels": [ "a", "b", "c", "d" ] }, &lt;br /&gt;
"y_axis": { "min": 0, "max": 14, "steps": 7 } &lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;But this code doesn't work....&lt;/p&gt;
&lt;p&gt;My email id : ptanksal@in.ibm.com&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>asp</title><link href="https://sourceforge.net/p/openflashchart/support-requests/1/" rel="alternate"/><published>2007-09-27T13:42:17Z</published><updated>2007-09-27T13:42:17Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net67c3353fc816c405933b9828ad2657c74982caa7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;asp examples?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>