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

I can't seem to figure out how to add labels to an XYChart. I found issue #106, but it looks like that code has been removed. Is it possible to...

Feature Request

Bumps [de.rototor.pdfbox:graphics2d](https://github.com/rototor/pdfbox-graphics2d) from 3.0.1 to 3.0.2. Commits 7b2f6e0 [maven-release-plugin] prepare release pdfboxgraphics2d-parent-3.0.2 6ac9ec0 Merge branch 'master' into pdfbox-3.0.0 7c22d3c [maven-release-plugin] prepare for next development iteration 3af661c [maven-release-plugin] prepare release pdfboxgraphics2d-parent-0.44...

dependencies

I am using the XChart library to create OHLC charts and noticed that it's currently possible to set the same color for both up and down candles. This can be...

``` private void testRenderStyle(XYSeriesRenderStyle renderStyle) { // Create Chart XYChart chart = new XYChartBuilder().build(); // Set default series render style chart.getStyler().setDefaultSeriesRenderStyle(renderStyle); // Add series XYSeries series = chart.addSeries("series1", new double[]...

Full details with test case can be found here: [maven junit test not executed with xchart dependency present](https://github.com/apache/netbeans/issues/7345)

Is there a way to set the locale for number formatting in PieStyler? CategoryStyler for example has a setLocale method. In PieStyler i don't see any possibility.

Bumps `project.junit.jupiter.version` from 5.10.2 to 5.10.3. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3 Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See...

dependencies

Added simple horizontal bar chart with limited functionality, as requested in #136.

**Describe the bug** This is not a bug, but a request to improve the custom tick mark functionality. Currently the only methods (that I am aware of) to customize the...

Clears the cursor's data points upon re-paint