Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtchart-dev] SWTChart - Custom Charts

Hi folks,

I have created a new bundle for custom charts, see:
https://github.com/eclipse/swtchart/issues/185

Why? The bundle "org.eclipse.swtchart.extensions" contains the generic, but extended Line-, Scatter- and Barcharts. If a developer likes to create his/her own charts, he/she doesn't necessarily need to fetch all custom charts. The new bundle is used to develop and maintain charts, which are used in many contexts like the PCA chart, which is derived from the scatter chart.

Due to compatibility reasons, the bundle "org.eclipse.swtchart.extensions.examples" has not been renamed. The SWTChart library is modular. Select the jars you just need for you application:

org.eclipse.swtchart (basic charts)
org.eclipse.swtchart.extensions (flexible configuration via chart settings)
org.eclipse.swtchart.customcharts (PCA Chart, ...)
org.eclipse.swtchart.export (basic export functionality ... no dependencies)
org.eclipse.swtchart.export.extended (extended export: AWT, Apache Batik ... as dependencies required)


Best,
Philip

--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » philip.wenig@xxxxxxxxxxxxx » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~



Back to the top