Thanks to visit codestin.com
Credit goes to github.com

Skip to content

β˜‘οΈπŸ“™ Sankey Chart Example

License

Notifications You must be signed in to change notification settings

javiergs/App-SankeyChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Static Badge GitHub repo size Java Platform

A simple Java Swing application that renders a Sankey (flow) diagram using JFreeChart’s FlowPlot.

Screenshot 2025-11-28 at 4 22 11β€―AM

πŸš€ Features

  • Java Swing application with an embedded Sankey chart
  • Uses FlowPlot from JFreeChart
  • Automatically generated color palette using HSB color space
  • Example dataset showing a multi-step resource flow
  • Clean, well-structured code suitable for extension

πŸ“š Maven Dependency

Add the following to your pom.xml:

<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>jfreechart</artifactId>
    <version>1.5.4</version>
</dependency>

About

β˜‘οΈπŸ“™ Sankey Chart Example

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Languages