
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). https://raw.githubusercontent.com/AndyObtiva/glimmer-libui-cc-graphs_and_cha... GitHub : https://github.com/AndyObtiva/glimmer-libui-cc-graphs_and_charts RubyGem : https://rubygems.org/gems/glimmer-libui-cc-graphs_and_charts Blog Post Announcement : https://andymaleh.blogspot.com/2024/01/graphs-and-charts-02x-bar-chart-for.h... 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