XChart icon indicating copy to clipboard operation
XChart copied to clipboard

XChart is a light-weight Java library for plotting data.

Results 188 XChart issues
Sort by recently updated
recently updated
newest added

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @​pzygielo Skip Java...

dependencies

Bumps javafx-controls from 11.0.2 to 18.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openjfx:javafx-controls&package-manager=maven&previous-version=11.0.2&new-version=18.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps javafx-swing from 11.0.2 to 18.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openjfx:javafx-swing&package-manager=maven&previous-version=11.0.2&new-version=18.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Overview of treemaps https://www.cs.umd.edu/hcil/treemap-history/index.shtml

Feature Request

Today, If I want to create a donut chart, I need to do this: PieChart chart = new PieChartBuilder().width(800).height(600).title("Pie Chart with Donut Style").build(); chart.getStyler().setDefaultSeriesRenderStyle(PieSeriesRenderStyle.Donut); chart.addSeries("A", 22); chart.addSeries("B", 10); chart.addSeries("C", 34);...

Feature Request

Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M4 to 3.0.0-M6. Release notes Sourced from maven-release-plugin's releases. 3.0.0-M5 What's Changed Update rollback-release.apt by @​sanlaville in apache/maven-release#64 Bump junit from 4.13.1 to 4.13.2 by @​dependabot in...

dependencies

Caused by: java.lang.NullPointerException: Cannot load from short array because "sun.awt.FontConfiguration.head" is null at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1262) ~[?:?] at sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:224) ~[?:?] at sun.awt.FontConfiguration.init(FontConfiguration.java:106) ~[?:?] at sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:706) ~[?:?] at sun.font.SunFontManager$2.run(SunFontManager.java:358) ~[?:?] at sun.font.SunFontManager$2.run(SunFontManager.java:315) ~[?:?]...

Hello team, I've tried to provide some negative values in the Pie chart. Which results in unexpected outcomes. Since pie chart is not applicable for negative values, maybe taking the...

Improvement
good-first-issue