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: Thu, 2 Mar 2023 11:25: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=gUotsP8UgoaJBnBSgFlsfj19sT7ZPNf59GmGH8WR1wc=; b=eqMcmIqi06HtzJWRZ05OQH8Pm+g/eex5csFBQtPYOlBo5zDC3masLHn5co5pZfJJcI8yUSqLKQ/LS/6LitXD7JNEQwgJ7NjWQppwRVLMWOCfQHmDs1+O2o4PeNukSvJ+KsY+nvbyN3amF0jJBI7ZZlnxfpjgJ9YFA7rEdzKrluqE6kYhOErtNw3289YUw3WZFlMTT+ld2kdX5OYSXTMP//np1ZvEYr+vxo+PoviKXMuGWlmZvje1rZyG360o2E1BW6aPiejuCRUmhuvOWId40dpFy1+/M1LEaW4G2FZRjtiBWh1b5bmQtevjPTjkAaptYrYJ/Hgmkw734HD2SPII/w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SbXiWTqTpu/nDrgHE6SJtpehzrFRUtHO4/IQah/DpKiEcpLRfXXmf0x/EkLReMCA8lmXLJLTndhpgZhNMHnlTPXESoSSk9g4ZHfdPH75IsRkWq6xQtc7RX0VATxEwNcH4uRGn5ETgTbr3idi+Oh0WYDZCm6tL5MHoCkoGOgNRS05SMCL3mAx/5OiYskEf5JY93YlpAokN6Yi1GQ+VpOcF7l9k192+zXRyQuvDvh4hQ6cn72TQ13iRYqye0yuvne66wX4jw2nfX1KQv9fII8Hp6sJHCNZmL1A8KPwYyQtqOFsbNBL3nBQV7M75IHxpillsvW0VmGUKplZLUEmX0jqYA==
  • 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: AQHZTJmFRQqfxhb3/k2QzwRDQO6SY67nD+SAgAA3FgCAAADagIAADEQQ
  • Thread-topic: [birt-dev] better graphics

This is all nice, but who is willing to add and *maintain* all this functionality?

We still need the existing chart library, because existing reports rely on it.

So if anyone wants to add new functionality, it should be added to the existing chart library, with a commitment to maintain it.

Instead of implementing a jack of all trades chart library, I think it is much more purposeful to create a show-case of reports and their output, demonstrating what can be achieved with a little bit of programming and creativity and how it is done.
 
Remember that the team of active committers is small.

Other chart libraries can and should be developed as separate plugins, maybe even commercial.

Regarding the SVG world map and the heat map examples: This can be done with BIRT already, albeit cumbersome:
- For the heat map, the background color can be set in the cell's onCreate event.
- The world map can be created by generating an SVG with any tool and adding the SVG as a dynamic image.

Other usages for SVG:
- In our reports, we are generating SVGs for rotated text (the RotatedTextItem creates bitmaps).
- An existing solution for control charts using JFreeChart was added to a report
- Once SVG also works for background images (it is now converted to a bitmap by BIRT), it can be used for watermarks or company paper.

Henning

Patrick Cornaz wrote:

PPS : heat maps would be nice too:
 


Back to the top