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

Is there a way to swap the axises? Something like this? ![image_total_message_sizes_by_service](https://cloud.githubusercontent.com/assets/1975321/12834894/453c65e2-cb79-11e5-8e06-95a08696c55d.png)

Feature Request

Y-axis label of right alignment is sometimes incorrect. ![bugreport](https://user-images.githubusercontent.com/46560772/129585885-f4809e6e-d4cb-41db-9506-8d4c2d7ab330.png)

Hi, I currently use CategoryChart to build histograms that get updated at every time point. In the end, I output a .gif file where I get to see all the...

How to reproduce: * Create an XYChart * XYChart chart = new XYChartBuilder().title("MemoryLeak").xAxisTitle("Date").yAxisTitle("Price").build(); * Enable Cursor * chart.getStyler().setCursorEnabled(true); * Add some initial data to chart * XYSeries chartSeries = chart.addSeries("MemoryLeakSeries",...

Hello, It appears that a heatmap is only available for integer matrices? Am I missing something? Thanks Wes

Hi, I want to build and run xchart demo, I imported all jar files dependencies but LabelType class is not available. _java: cannot find symbol symbol: class LabelType location: class...

Hi, I am doing real time data acquisition and display data with xy chart. I noticed that the API is using quite a lot of CPU and I had to...

Improvement

Hi, attached date+value series can be plotted in 3.6.6 without any errors. Yet in 3.8.0 (cannot use 3.7.0 as this release doesn't contain some of the class that 3.6.6 and...

I'm trying to run "XChartDemo" and others. when using the file explorer, it doesn't work and gives me an exception. ![image](https://user-images.githubusercontent.com/43645654/117586447-8d20ca80-b118-11eb-85d3-31a31dc7eaf2.png)

Would be cool if xChart supported this type of chart. Here an example of this chart: ![image](https://user-images.githubusercontent.com/19397871/117899826-dbbc9900-b2bf-11eb-9be3-c7d5785dc6cf.png)