I need to draw very simple horizontal bar charts in SWT. For example, giving 50 items and with those items oscillating between the value 0 and 100, I want to display a horizontal chart with vertical bars. One for each item.
Something similar to this:
It whould be very great to draw it without using libraries, but any help will be very grated.
I found this post: Libraries for pretty charts in SWT?
But the problem is that on this post they are using restrictive license libraries and also are very old libraries.