XChart icon indicating copy to clipboard operation
XChart copied to clipboard

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

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

I have a simple chart in which I want to add image (or some other chartpart) ``` XYChart chart = new XYChartBuilder() .width(800) .height(600) .title("Title") .xAxisTitle("X title") .build(); // add...

I've been trying to make the annotations in the CategoryChart to be always outside the bars but im getting this result: ![ApplicationFrameHost_JMWVa2wFVh](https://user-images.githubusercontent.com/9425562/103907982-bc7ae880-50e0-11eb-8f91-b21f886c66fe.png) i followed the example codes in the XChart...

Bug

Hi, It would be great to have dynamic line annotations to work with real time xychart. Let's say I want to detect Ymin and Ymax on a curve (like the...

Improvement

When we have multiple Y Axises, and apply a Theme class by inheriting AbstractBaseTheme, getAxisTitlePadding method does not apply padding for the second Y Axis.

Bug

On my bubble charts, I use custom tooltips, by my code doesn't compile anymore since the latest 3.7.0 release. Is that feature definitely removed or does it work differently now...

Bug

Right now, the default, and only, constructor of `XChartPanel` adds a lot of mouse listeners and keyboard shortcuts to the panel. Removing those is a bit tedious if you don't...

it look like that version 3.6.1 is for top view, but version 3.6.4 for inner view, how can i set the value to the top position, for new version. ![Uploading...

In response to open issue #498. This loop checks the X position of the mouse in the chart, and runs through the datapoints to determine if the user is hovering...