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

Hi, in addition to setYAxisTickMarkSpacingHint() which defines a tick spacing in pixel, it would be great to have a tick spacing for each axis group in the same unit as...

Feature Request

Hi, it would be great if we could have a setYAxisTickMarkSpacingHint() for each axis group. For instance, if we have one axis group displaying boolean values (0 or 1), and...

Feature Request

Hi, ChartButton setters are private... Could you please set them as public so we can access them? setText() setVisible() I especially need setVisible(). Thank you.

Improvement

`chart.getStyler().setChartBackgroundColor(new Color(255, 255, 255, 0))` `chart.getStyler().setPlotBackgroundColor(new Color(255, 255, 255, 0))` this is what I tried. and using this I'm getting a white background

How-To Question

How to adjust the Y-axis scale in reverse order for XYChart,My version is 3.8.5

How-To Question

I am trying to create a function where when you click on the pie piece all transactions related to that pie populate a list but It doesn't seem to be...

How-To Question

![setting color after1](https://github.com/knowm/XChart/assets/68259308/a0595adb-d2f0-4f2b-8151-a4b2b43f43d6) ![do not setting color1](https://github.com/knowm/XChart/assets/68259308/db86307c-59af-4699-89a3-4850f5b93bfc)

Bug

Hello, I attempted to plot timeseries market data using this awesome library. However, I couldn't find a way to remove holidays or the x-axis labels for dates with no corresponding...

Improvement

Hi! Is there a way i can change the tooltip position in a bar graph? reason is because its overlapping with the error line. Thanks

How-To Question

My question: Is it possible to combine OHLCChart (candlesticks) with XYChart (indicators) ?

How-To Question