Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] Better Graphics
  • From: Henning von Bargen <H.vonBargen@xxxxxxx>
  • Date: Wed, 1 Mar 2023 12:35:31 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=t-p.com; dmarc=pass action=none header.from=t-p.com; dkim=pass header.d=t-p.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=d9ZAXAmaJfwLzNjBvzFBsZshz2nJLyrEwtlk7tiIqPQ=; b=SpnNTaN5acxBF9vFBnyHAV3pK1OFoglbwfbCcYK6m8ZpX/M91PapktskBJjrV2gxVOI843yl+CRVDF+/iN9c04nW1QvQtAgVg7gEoZfz7nf1HmxwGUWBkFdhXAvkXyh/T8bLAy9wVI/Nt+fgv1CfDEj31RIrTJBhB4KjOmiqv7SU1SxZ4fOHa9b3cg8k09gOub1rVS71xJ6BMRW4Xhq31Zm1rzJ0cuXkGJzzqn4ozuVde8gY1x3QDRgD5UW6fk7VTfHf7cxQlTH4JcxYJTuLGkCdqIOkGfpjVXfp28Prs7MGBfrdhQk/dyx18Hn0sBPRkS3aQAFRyCxBNynoX1qS7Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jQzDT9Y8u6smiiZBQOLJqN0Rl4rsl93fXAIT7DjHNjRVS7Y7pqnW+kxr8l1HloIV3W6A4VLsSS1Uay2fwmtYRgvdvRV+BMom3Qtqp8Rj9BywuagKJOV5LEUcq4qFheotwag0IapdBESV9/mqKiNUF5XMvr9dcgcoB9dBxqgoexLBcI3NfvCt2lRw+/RcxWdPopEHeN92K3MAyI7Sq1HK4jT6EGmDaN+77aApDpZSwMgqak0vAowwvndJNA8fFkMuYwYgMCtxuPO5Z0Mvg/Zh0lyewfQVCzSd9szaMbFOhl67TYZQvJJ7r/n5hSpztiL4oZXSGuDiLd4d0kxCZzmzOg==
  • Delivered-to: birt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/birt-dev/>
  • List-help: <mailto:birt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/birt-dev>, <mailto:birt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/birt-dev>, <mailto:birt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZTCbpBpndGqoIK0KWuidSrkNwj67l2alA
  • Thread-topic: [birt-dev] Better Graphics

I think any discussion about this should take place on GitHub.
My 2ct on this topic are:
- The chart engine must use an open-source library with a compatible license.
- That library must be written in Java.
- The generated report must work without accessing any additional resources.
- There are other output formats than just HTML. Since e.g. MS Word doesn't support SVG, this means the charting library must be able to generate SVG or bitmap image output. In case of the PDF emitter, the SVG image can be converted to PDF vector instructions by Apache Batik, which is already included.

Are we sure that all this doesn't work already?
I'm not using BIRT charts personally, but what's the use of the "enable SVG charts" setting?

Henning

Back to the top