XChart
XChart copied to clipboard
XChart is a light-weight Java library for plotting data.
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:  i followed the example codes in the XChart...
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...
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.
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...
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...