On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Multithreading support for BIRTChart Engine
Hi all, I have one concern. Is BIRTChart threadsafe? I have a requirement wherein we will have different schedules running simultaneously and churning out charts more than 1000 charts of different types. Will there be any issue with this use case.
Hyperlink on chart on webpage
Hi, I m using jsp chart tag library to display chart on a webpage by using BIRT Chart Engine i m using java object as a input to it. now i want to show hyperlink and tooltip on that chart. How i do it???? Please help me... thanks mann
Exception --while using jsp chart tag library
Hi, I want to create chart by using jsp chart libray on web page I got some example in chart engine download. they r using *.chart file to create chart. but i want to pass java object to create chart for that i created one java file which creates the chart but i m getting this exception type Exception report message…
Depploying BIRT Chart in web application on tomcate
Hi all, I m using BIRT chart from a week now. i want to create chart in my web application by using stand alone chart engine api I)I got one solution is that BIRT provides jsp tag liabry for creating a chart on aweb. But it required a input as XML file which creates chart. II)and another solution is use of servlet and jsp…
Exception-----can't startup OSGI framework
Hi, As i m using BIRT Chart from a week. I wont to deploy ChartEngine on my webApplication As I wont to display chart on my web Appliction I try the given example with ChartEngine download,but I m getting this error Apr 3, 2008 4:01:51 PM org.eclipse.birt.chart.util.PluginSettings instance WARNING: Exception…
Cant startup the OSGI frameWork ---in webApplication on Tomcat
Hi, As i m using BIRT Chart from a week. I wont to deploy ChartEngine on my webApplication As I wont to display chart on my web Appliction I try the given example with ChartEngine download,but I m getting this error Apr 3, 2008 4:01:51 PM org.eclipse.birt.chart.util.PluginSettings instance WARNING: Exception…
Error while deploying chartEngine on webApplication
Hi, I m new to BIRT Chart .I m able to deploy chart Engine in java Application . Now I m trying for a webApplication ,I got one Sample Example but i m getting this error java.lang.NullPointerException org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.getEncoding(XMLLoadImpl.java:319)…
Integrating BIRT Chart with Servloet or jsp
Hi, virgil As u told me, I successfully integrate the chart engine with java Application. Thanks alot for that. But now i hav to work with servlet and jsp to show chart on web page I saw sm samples examples from given example plugine in ChartEngine but i m not getting anything that how to deploy chart Engine on Tomcate…
use of chart Engine in java application
Hi, I m new to BIRT Chart . I want to create chart by using birt chart in my java Application. I created on class wich hav function for creating pieChart and one class which loads PNG driver and create png image file of that chart I included all .jar files from chart Engine and requered files from Report Engine But i m…