createSymbols Property not available on AreaChart
Sven Reimers
sven.reimers at gmail.com
Tue Feb 5 09:32:32 PST 2013
Seems the patch is not yet good if series are changed dynamically...
.. working on it ..
BTW. We should do the same for StackedAreaChart (preparing the patch as
well) - Shall I file a separate issue?
-Sven
On Mon, Feb 4, 2013 at 11:21 PM, Jonathan Giles
<jonathan.giles at oracle.com>wrote:
> Nope, attachments to openjfx-dev are stripped. Please email it to me and
> I'll attach it to the jira issue.
>
> -- Jonathan
>
>
> On 5/02/2013 11:01 a.m., Sven Reimers wrote:
>
>> Here you go - patch attached (hope this makes it through)
>>
>> -Sven
>>
>>
>> On Sat, Feb 2, 2013 at 6:47 PM, Sven Reimers <sven.reimers at gmail.com>
>> wrote:
>>
>> Enhancement request filed:
>>>
>>> http://javafx-jira.kenai.com/**browse/RT-28148<http://javafx-jira.kenai.com/browse/RT-28148>
>>>
>>> Next step: working on a patch
>>>
>>> -Sven
>>>
>>>
>>> On Fri, Feb 1, 2013 at 8:06 PM, Sven Reimers <sven.reimers at gmail.com
>>> >wrote:
>>>
>>> Ok. Will file issue and try to provide patch.
>>>>
>>>> -Sven
>>>> Am 01.02.2013 19:33 schrieb "Jasper Potts" <jasper.potts at oracle.com>:
>>>>
>>>> Hi,
>>>>
>>>>> Seems like a good idea. If you file a JIRA Tweak that would be great, a
>>>>> patch would also be most welcome :-)
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jasper
>>>>>
>>>>> On Feb 1, 2013, at 9:23 AM, Sven Reimers <sven.reimers at gmail.com>
>>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>>
>>>>>> just thought I check here first before opening a RFE on JIRA.
>>>>>>
>>>>>> LineChart has a createSymbols Property to switch on/off creation of
>>>>>>
>>>>> symbols
>>>>>
>>>>>> where data points are in the chart. The same property would be nice to
>>>>>>
>>>>> have
>>>>>
>>>>>> on AreaChart as well, since it is way more easy to get rid of the
>>>>>>
>>>>> symbols
>>>>>
>>>>>> with such a property in comparison to be forced doing this via CSS and
>>>>>>
>>>>> in
>>>>>
>>>>>> terms of API it would be more consistent with LineChart.
>>>>>>
>>>>>> So how about adding createSymbols property to AreaChart?
>>>>>>
>>>>>>
>>>>>> Desired API change:
>>>>>> -- snip --
>>>>>>
>>>>>> /**
>>>>>> * Indicates whether symbols for data points will be created or
>>>>>> not.
>>>>>> *
>>>>>> * @return true if symbols for data points will be created and
>>>>>> false
>>>>>> otherwise.
>>>>>> */
>>>>>> public final boolean getCreateSymbols() { return
>>>>>> createSymbols.getValue(); }
>>>>>> public final void setCreateSymbols(boolean value) {
>>>>>> createSymbols.setValue(value); }
>>>>>> public final BooleanProperty createSymbolsProperty() { return
>>>>>> createSymbols; }
>>>>>>
>>>>>> --snip ---
>>>>>>
>>>>>> Comments?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> -Sven
>>>>>> --
>>>>>> Sven Reimers
>>>>>>
>>>>>> * Senior Expert Software Architect
>>>>>> * NetBeans Dream Team Member: http://dreamteam.netbeans.org
>>>>>> * Community Leader NetBeans: http://community.java.net/**netbeans<http://community.java.net/netbeans>
>>>>>> Desktop Java:
>>>>>> http://community.java.net/**javadesktop<http://community.java.net/javadesktop>
>>>>>> * Duke's Choice Award Winner 2009
>>>>>> * Blog: http://nbguru.blogspot.com
>>>>>>
>>>>>> * XING: https://www.xing.com/profile/**Sven_Reimers8<https://www.xing.com/profile/Sven_Reimers8>
>>>>>> * LinkedIn: http://www.linkedin.com/in/**svenreimers<http://www.linkedin.com/in/svenreimers>
>>>>>>
>>>>>> Join the NetBeans Groups:
>>>>>> * XING: http://www.xing.com/group-**20148.82db20<http://www.xing.com/group-20148.82db20>
>>>>>> * NUGM: http://haug-server.dyndns.org/**display/NUGM/Home<http://haug-server.dyndns.org/display/NUGM/Home>
>>>>>> * LinkedIn: http://www.linkedin.com/**groups?gid=1860468<http://www.linkedin.com/groups?gid=1860468>
>>>>>> http://www.linkedin.com/**groups?gid=107402<http://www.linkedin.com/groups?gid=107402>
>>>>>> http://www.linkedin.com/**groups?gid=1684717<http://www.linkedin.com/groups?gid=1684717>
>>>>>> * Oracle: https://mix.oracle.com/groups/**18497<https://mix.oracle.com/groups/18497>
>>>>>>
>>>>>
>>>>>
>>> --
>>> Sven Reimers
>>>
>>> * Senior Expert Software Architect
>>> * NetBeans Dream Team Member: http://dreamteam.netbeans.org
>>> * NetBeans Governance Board Member:
>>> http://netbeans.org/about/os/**governance.html<http://netbeans.org/about/os/governance.html>
>>>
>>> * Community Leader NetBeans: http://community.java.net/**netbeans<http://community.java.net/netbeans>
>>> Desktop Java:
>>> http://community.java.net/**javadesktop<http://community.java.net/javadesktop>
>>> * Duke's Choice Award Winner 2009
>>> * Blog: http://nbguru.blogspot.com
>>>
>>> * XING: https://www.xing.com/profile/**Sven_Reimers8<https://www.xing.com/profile/Sven_Reimers8>
>>> * LinkedIn: http://www.linkedin.com/in/**svenreimers<http://www.linkedin.com/in/svenreimers>
>>>
>>> Join the NetBeans Groups:
>>> * XING: http://www.xing.com/group-**20148.82db20<http://www.xing.com/group-20148.82db20>
>>> * NUGM: http://haug-server.dyndns.org/**display/NUGM/Home<http://haug-server.dyndns.org/display/NUGM/Home>
>>> * LinkedIn: http://www.linkedin.com/**groups?gid=1860468<http://www.linkedin.com/groups?gid=1860468>
>>> http://www.linkedin.com/**groups?gid=107402<http://www.linkedin.com/groups?gid=107402>
>>> http://www.linkedin.com/**groups?gid=1684717<http://www.linkedin.com/groups?gid=1684717>
>>> * Oracle: https://mix.oracle.com/groups/**18497<https://mix.oracle.com/groups/18497>
>>>
>>>
>>
>>
>
--
Sven Reimers
* Senior Expert Software Architect
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* NetBeans Governance Board Member:
http://netbeans.org/about/os/governance.html
* Community Leader NetBeans: http://community.java.net/netbeans
Desktop Java:
http://community.java.net/javadesktop
* Duke's Choice Award Winner 2009
* Blog: http://nbguru.blogspot.com
* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers
Join the NetBeans Groups:
* XING: http://www.xing.com/group-20148.82db20
* NUGM: http://haug-server.dyndns.org/display/NUGM/Home
* LinkedIn: http://www.linkedin.com/groups?gid=1860468
http://www.linkedin.com/groups?gid=107402
http://www.linkedin.com/groups?gid=1684717
* Oracle: https://mix.oracle.com/groups/18497
More information about the openjfx-dev
mailing list