You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Kokavecz András <ko...@nextent.hu> on 2011/07/31 12:02:11 UTC

[Trinidad] Trinidad 2.0.0 xAxis, yAxis labels issue

Hello!

I would like to use Trinidad charts in a business project environment and I
am facing a problem with the axis labels.
I have found this issue already in Apache JIRA.
https://issues.apache.org/jira/browse/TRINIDAD-1305

I started to debug the issue and changes have to be made on JavaScript, SVG
levels.
I have collected the related JavaScript calls are from the source-HTML:

var model = new ApacheChartModel(seriesLabels, groupLabels, yValues,
xValues, seriesColors);
and:
var apacheChart = ApacheChart.createChart(type, model, chartId,
isPerspective, legendPosition);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 xAxis, yAxis labels issue

Posted by Scott O'Bryan <da...@gmail.com>.
Kokavecz,

Not that I know of, but your welcome to submit a patch and I'll ensure
its reviewed.

Scott

Sent from my iPad

On Jul 31, 2011, at 4:03 AM, Kokavecz András <ko...@nextent.hu> wrote:

> Hello!
>
> I would like to use Trinidad charts in a business project environment and I
> am facing a problem with the axis labels.
> I have found this issue already in Apache JIRA.
> https://issues.apache.org/jira/browse/TRINIDAD-1305
>
> I started to debug the issue and changes have to be made on JavaScript, SVG
> levels.
> I have collected the related JavaScript calls are from the source-HTML:
>
> var model = new ApacheChartModel(seriesLabels, groupLabels, yValues,
> xValues, seriesColors);
> and:
> var apacheChart = ApacheChart.createChart(type, model, chartId,
> isPerspective, legendPosition);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