<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/openflashchart/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/openflashchart/feature-requests/</id><updated>2010-08-02T11:05:57Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Enable full HTML support for tooltips</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/44/" rel="alternate"/><published>2010-08-02T11:05:57Z</published><updated>2010-08-02T11:05:57Z</updated><author><name>vis4</name><uri>https://sourceforge.net/u/vis4/</uri></author><id>https://sourceforge.net064b3534d6a71669e4f5cff65d00c3a71b773d0c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;By now, the tooltip text doesn't use the full range of supported html tags of the flash TextField. By now it is impossible to set a part of the tooltip body in bold font, as shown in the following example:&lt;/p&gt;
&lt;p&gt;$pieValue-&amp;gt; set_tooltip("$label&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;$percentage%&amp;lt;/b&amp;gt; ($value$unit $labelName)");&lt;/p&gt;
&lt;p&gt;The reason for that can be found in Tooltip.as in the function make_body (line 166-182). The current behaviour is to parse the CSS definition by hand and applying the single properties to the whole TextField. Instead you should use the styleSheet property of the TextField. &lt;/p&gt;
&lt;p&gt;I clearly see the reason for the customized CSS parser, since the flash CSS is very different from common CSS and lacks support for many tags or introduces property replacements (like "leading" for "line-height"). I think the best way to get the best of both worlds is to translate the custom CSS class back to flash CSS and applying it to the TextField.&lt;/p&gt;
&lt;p&gt;Please have a look at my patched version of Tooltip.as.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>printing on firefox</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/43/" rel="alternate"/><published>2009-06-14T05:53:11Z</published><updated>2009-06-14T05:53:11Z</updated><author><name>augusto wloch</name><uri>https://sourceforge.net/u/augustowloch/</uri></author><id>https://sourceforge.net641c965172241fb4774302652b8161bee6851d1c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;i can't print charts on firefox. i know that many people said that and many times this workaround was referenced -&amp;gt; &lt;a href="http://www.anychart.com/blog/2007/09/23/solving-problem-with-printing-flash-content-in-firefox-browser" rel="nofollow"&gt;http://www.anychart.com/blog/2007/09/23/solving-problem-with-printing-flash-content-in-firefox-browser&lt;/a&gt;&lt;br /&gt;
but i can't edit the flex project and make it work.. could you include this workaround in the next version?&lt;/p&gt;
&lt;p&gt;thank you very much!&lt;br /&gt;
augusto wloch&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>HTML (at least &lt;Font&gt;) tags in tooltips</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/42/" rel="alternate"/><published>2008-12-04T22:18:01Z</published><updated>2008-12-04T22:18:01Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net8977ff271261431b23005ff0ac5630d27323fc5d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to be able to apply your own format to a tooltip.  Adding custom colors, etc, via HTML code.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>integrate data visualization components</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/41/" rel="alternate"/><published>2008-09-09T12:09:01Z</published><updated>2008-09-09T12:09:01Z</updated><author><name>lex</name><uri>https://sourceforge.net/u/lexayo/</uri></author><id>https://sourceforge.neta79c40574cf881b6b74fb39545b3d8175f622342</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="http://teethgrinder.co.uk/open-flash-chart-2/" rel="nofollow"&gt;http://teethgrinder.co.uk/open-flash-chart-2/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Colors subtitles (a.k.a Line Charts Labels) for Pie Charts</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/40/" rel="alternate"/><published>2008-08-22T16:01:07Z</published><updated>2008-08-22T16:01:07Z</updated><author><name>Victor.RdS</name><uri>https://sourceforge.net/u/neoviktor/</uri></author><id>https://sourceforge.netbc97db785ca401f7682cdd326ca8a753ee522476</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In some cases the slices of the pie chart is to damn small and then the labels became a mess, I've made some color subtitles using HTML to overcome this problem, but is ugly.&lt;br /&gt;
My suggestion is make labels like the ones in line chart or at least remove the '|' sticks that comes out of slices, so we can make our labels.&lt;/p&gt;
&lt;p&gt;Sorry for the bad english.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>area_dot chart</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/39/" rel="alternate"/><published>2008-08-08T01:21:26Z</published><updated>2008-08-08T01:21:26Z</updated><author><name>Alexander Goldstone</name><uri>https://sourceforge.net/u/azander/</uri></author><id>https://sourceforge.netbc2904bb9968196ee9da8f26fdb0f8a683617c40</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;For line charts there are "line_dot" and "line_hollow" options.&lt;/p&gt;
&lt;p&gt;For area charts there is only an "area_hollow" option.&lt;/p&gt;
&lt;p&gt;It would be great to bring the two types of chart in line with each other and have an "area_dot" option.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Links support for Area Chart</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/38/" rel="alternate"/><published>2008-08-08T01:17:09Z</published><updated>2008-08-08T01:17:09Z</updated><author><name>Alexander Goldstone</name><uri>https://sourceforge.net/u/azander/</uri></author><id>https://sourceforge.net3bd997f70630472b18d008435715d758fbb51827</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Support for links and/or javascript to be assigned to data points.&lt;/p&gt;
&lt;p&gt;When a data point is clicked, the user should be taken to the relevant link or the particular javascript code should be executed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>HBars with diferent colors</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/37/" rel="alternate"/><published>2008-08-01T13:08:36Z</published><updated>2008-08-01T13:08:36Z</updated><author><name>M'hand Boughias</name><uri>https://sourceforge.net/u/am0/</uri></author><id>https://sourceforge.net96b8434545f4e4525079267d91e56ae4eca78c51</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;in OFC2 : &lt;br /&gt;
have horizontal bars with diferent colors, I think this would do the thing :&lt;br /&gt;
in Elements/PointHBar.as : &lt;br /&gt;
replace &lt;br /&gt;
this.colour = colour;&lt;br /&gt;
by&lt;br /&gt;
this.colour = value.colour ? value.colour : colour;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Step line chart</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/36/" rel="alternate"/><published>2008-07-24T10:57:02Z</published><updated>2008-07-24T10:57:02Z</updated><author><name>.haknikor</name><uri>https://sourceforge.net/u/haknikor/</uri></author><id>https://sourceforge.netb1883c5cba17b35f500e642d169b86ff1b7beb7b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A step line chart would be nice. An example: &lt;a href="http://www.aditus.nu/jpgraph/features_gallery.php#StepLinePlots" rel="nofollow"&gt;http://www.aditus.nu/jpgraph/features_gallery.php#StepLinePlots&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;An alternate solution would be, if we could set the gap to zero between two bar in a barchart.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bars with other color for negative values</title><link href="https://sourceforge.net/p/openflashchart/feature-requests/35/" rel="alternate"/><published>2008-07-10T13:16:39Z</published><updated>2008-07-10T13:16:39Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.neta7cca87467ea8ea762c4c50512cc47ca3247eba4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When we have negative values in a bar chart, could it be possible to have diferent colors for the bar? I mean, show it, for example, blue when the value is positive, and red when is negative...&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>