eclipse / swtchart

Eclipse Public License 2.0
44 stars 41 forks source link

Box plot support #303

Closed navykoo closed 1 year ago

navykoo commented 1 year ago

Hey, I wanted to check if there is any plan of swtchart to support box plot (or called as box and wirsk plot)? If no, can I do some customization development on swtchart for achieve the goal? Any advice will be appreciated.

jackybian commented 1 year ago

@eselmeister Hi, which branch did you merge? And how to release the local jar which contains Boxchart

eselmeister commented 1 year ago

It has been pushed on the branch "develop". You can either

A) download the integration build jars here: https://download.eclipse.org/swtchart/integration/develop/repository/

B) or build the branch "develop" locally via: mvn -f org.eclipse.swtchart.cbi/pom.xml clean install

Screenshot from 2023-01-06 07-59-23