[Trinidad] Trinidad 2.0.0 xAxis, yAxis labels issue

2011-07-31 Thread Kokavecz András
);apacheChart.setYMajorGridLineCount(3); and then: apacheChart.draw(); Any progress, solution or workaround for this? -- Kokavecz András Nextent Informatika Zrt. http://www.nextent.hu 1134 Budapest Váci út 45. Mobil: +36 30 584-0419

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-28 Thread Kokavecz András
the generated HTML. >>>> 2) Set org.apache.myfaces.**trinidadinternal.PPR_OVER_JSF_**AJAX >>>> context >>>> parameter to "off" in web.xml. That will make Trinidad use its old >>>> (legacy) PPR support instead of Ajax support from JSF

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-28 Thread Kokavecz András
it is a similar issue: > >> > >> 1) Set debug-output to false in trinidad-config.xml. That will > >> disable comments in the generated HTML. > >> 2) Set org.apache.myfaces.trinidadinternal.PPR_OVER_JSF_AJAX context > >> parameter to "off" i

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-28 Thread Kokavecz András
1.8.2 before and PartialSubmit feature and Facelets worked fine. I'd like to use Trinidad tr:chart on my project, so my only solution now is to skip Faceletes. Any suggestions for this? Thanks in advance! Andrew Kokavecz -- Kokavecz András Nextent Informatika Zrt. http://www.nextent.hu 113

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-26 Thread Kokavecz András
llDownListeners()) or > create a separate handler for the chart, where createMetaRuleset() would > be overridden. Once you file a jira issue, we will try to provide a fix as > soon as possible. > > Max > > > On 7/26/2011 4:14 AM, Kokavecz András wrote: > > Hi Max, >

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-26 Thread Kokavecz András
new Class[] > {ChartDrillDownEvent.class})); > return m; > } > > Another way would be to implement getChartDrillDownListeners() on > CoreChart, so that TrinidadListenersTagRule can add a rule automatically. > > Both ways involve making changes to Trinidad code. Could you file a J

[Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-25 Thread Kokavecz András
Hi, I'm trying to user Trinidad charts and I have problems with th chartDrillDown listener and also with the binding of the chart component to an UIComponent. 1.) If I use a JSPX page with jsp:root and f:view tags, so withOUT Facelets it all works fine...the chartDrillDown fires up. 2.) If insid