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

![image](https://user-images.githubusercontent.com/16952627/94580791-f2b1fc00-0297-11eb-9bd5-bdd6b07bc574.png) How to fix this issue?

Bug

Current zoom operates with X coordinates only, i.e. zooming includes all points on the Y axis for the chosen set of x coordinates. It would be useful to be able...

Feature Request

what is the version about xchart, we tried it about 3.6.4 version, and it still exception. ![line2_max_y_value](https://user-images.githubusercontent.com/68259308/93307488-9c72a100-f833-11ea-97bc-43865d123f52.jpg)

Is it possible to set lower bound of X and Y Axises? For example, If I have labels like below for the X Axis, then I want to start the...

In general, what customization possibilities are available for now? Seems like all inner dependencies are being created via "new" keyword in constructors with no setters available, so it leads to...

Hi, is it possible to detect mouse collissions on a shape rendered? I had a look on example "BarChart01" and wants to fire a mouse listener when the cursor moves...

Feature Request

In our software, we produce printer formats like PDF, PostScript, PCL or AFP. We have Graphics2D implementations for each of the supported formats. When I try to integrate XChart, all...

as opposed to having in AxesChartSeriesNumericalNoErrorBars: double[] getXData() double[] getYData() { double[] getExtraValues() is it possible to have a generic interface like: List getData(); then users could supply functions to...

Feature Request

Hi. We would like to use XChart in our software. We have our own Graphics2D implementations producing different target formats and the goal is to let XChart draw a chart...