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 [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.2 🐛 Bug Fixes [MJAR-310] - fixed toolchain version detection when toolchain paths contain white spaces (#86) @​jansohn...

dependencies

When upgrading from 3.6.6 to 3.8.8 , BitmapEncoder.saveBitmap throws NPE when tooltips are used. ``` Caused by: java.lang.NullPointerException: null at org.knowm.xchart.internal.chartpart.PlotContent_XY.doPaint(PlotContent_XY.java:304) ~[xchart-3.8.8.jar:na] at org.knowm.xchart.internal.chartpart.PlotContent_.paint(PlotContent_.java:61) ~[xchart-3.8.8.jar:na] at org.knowm.xchart.internal.chartpart.Plot_.paint(Plot_.java:37) ~[xchart-3.8.8.jar:na] at org.knowm.xchart.internal.chartpart.Plot_AxesChart.paint(Plot_AxesChart.java:34)...

Is it possible to add console backend for plots, a-la [rust-plotters](https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs)

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.3.0 Release Notes - Maven Surefire - Version 3.3.0 What's Changed Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 by...

dependencies

Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. Release notes Sourced from org.apache.maven.plugins:maven-release-plugin's releases. 3.1.0 🚀 New features and improvements [MRELEASE-1145] - Upgrade to Maven 3.6.3 (#217) @​michael-o [MRELEASE-1139] - Improve logging...

dependencies

Hy I tried to use setHasAnnotations but have an error.. This is my code // Create Chart CategoryChart chart = new CategoryChartBuilder().width(800).height(600).title("Score Histogram").xAxisTitle("Score").yAxisTitle("Number").build(); // Customize Chart chart.getStyler().setLegendPosition(LegendPosition.OutsideE); chart.getStyler().setLegendVisible(false); //Setta il...

**Describe the bug** `XChart` seems to be using a larger amount of memory than expected, i.e. compared to `JFreeChart`. **To Reproduce** I coded two simple examples, where clicking a button...

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.0. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.3.0 Release Notes - Maven Surefire - Version 3.3.0 What's Changed Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 by...

dependencies

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.10.0. Commits 487e479 [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0 9638a6a [MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re... 9d33925 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack a11b921 [MJAVADOC-809]...

dependencies

**Description:** I created a pie chart that requires these instructions ``` chart.getStyler().setAnnotationType(AnnotationType.LabelAndPercentage); chart.getStyler().setAnnotationDistance(1.3); ``` but since version 3.8.1 of the library, the module indicated in the title has been removed....