Graphs and Charts 0.2.x (Bar Chart for Glimmer DSL for LibUI)

Graphs and Charts 0.2.2 adds a new Bar Chart Custom Control for Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library), in addition to the existing Line Graph Custom Control.

GitHub : GitHub - AndyObtiva/glimmer-libui-cc-graphs_and_charts: Graphs and Charts (Custom Controls) for Glimmer DSL for LibUI

RubyGem : glimmer-libui-cc-graphs_and_charts | RubyGems.org | your community gem host

Blog Post Announcement : Code Master Blog: Graphs and Charts 0.2.2 (Bar Chart for Glimmer DSL for LibUI)

Change Log:

0.2.2 :

  • Display bar_chart axis labels x_axis_label and y_axis_label
  • Display bar_chart x-axis values below the chart
  • Fix issue with bar_chart vertical scaling of grid markers when numbers are larger than 1000 and have K in them by disabling K formatting for now (the issue was seeing the same marker number twice because two consecutive markers were calculated with similar shortened values; e.g. both 10K when one is 10100 and the other is 10750).

0.2.1 :

  • Fix clipped text of grid markers when they include 1000 displayed as 1K

0.2.0 :

  • Initial implementation of bar_chart custom control
  • New examples/graphs_and_charts/basic_bar_chart.rb

Thanks for sharing, Andy! The new bar chart control and fixes in Graphs and Charts 0.2.2 for Glimmer DSL for LibUI sound really useful for developers. Keep up the good work!