XChart
XChart copied to clipboard
XChart is a light-weight Java library for plotting data.
I am trying to create a chart with 2 histogram data. The first set of data is [0,1,2], and the second set is [-2,-1, 0] However, the chart wasn't as...
Hello, Thanks for the great library, it's very useful! One thing I've been scratching around for, but haven't seemed to find, is the ability to add a trendline through the...
Hi. Is this supported? I need x-axis to be Strings, thats why I use category chart, or can XYChart (which has the smooth curved lines) have x-axis on Strings?
I have some data that I want to show in a hierarchical structure hence I was wondering if there is any way to display it in Org or tree structure....
When values in x axis labels for bar chart exceed the column bar width they overlap. Is there any way that x axis labels can rendered in multiple lines e.g....
Feature request for adding an xkcd (www.xkcd.com) style / theme to charts. The rationale: https://www.chrisstucchio.com/blog/2014/why_xkcd_style_graphs_are_important.html matplotlib has done it very succesfully: https://matplotlib.org/xkcd/examples/showcase/xkcd.html
Is it possible to draw an OHLC chart and a line chart into the same chart area?
It is possible to change the decimal pattern format of the y-axis, however it would be great if it also was possible to override the whole label formatting. This could...
I added methods to work with .csv files. Returning CategorySeries or SeriesData of specific columns and lines
Was using the examples and trying to figure out how to do that. Not an issue, just a question - thanks!