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

