All Versions
40
Latest Version
Avg Release Cycle
394 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.19.0 Changes
- 0๏ธโฃ Draw the graph starting from zero point by default (#609)
- ๐ Improve joints in Gruff::Net using polyline method (#608)
- ๐ Improve joints in Gruff::Line using polyline method (#607)
- 0๏ธโฃ Adjust default font size in Gruff::Mini::{Bar, Pie}
-
v0.18.0 Changes
- โ Add Gruff::Bubble (#604)
- ๐ Rename Gruff::BoxPlot to Gruff::Box (#603)
- Mark Gruff::Scatter#disable_significant_rounding_x_axis= as deprecated (#602)
- Mark Gruff::Scatter#x_label_margin= as deprecated (#601)
- Mark Gruff::Scatter#use_vertical_x_labels= as deprecated (#600)
-
v0.17.0 Changes
- โ Add Gruff::Base#label_rotation= method to rotate bottom label (#599)
- Mark #label_stagger_height= as deprecated (#598)
- ๐ Fixed truncation of long legends in mini graph (#597)
- ๐ Fix error when input empty data in Gruff::Bezier (#596)
- ๐ Fix error when input empty data in Gruff::StackedArea (#595)
- ๐ Fix error when input empty data in Gruff::BoxPlot (#594)
- ๐ Fix error when input empty data in Gruff::Spider (#593)
- ๐ Fix error when input empty data in Gruff::Histogram (#592)
- ๐ Fix error when input empty data in Gruff::Area (#591)
- Stop adjusting the square radius in Gruff::Line (#589)
- โ Add diamond dot stype in Gruff::Line (#588)
- ๐ Allow title to be set as an array (#587)
- ๐ Allow labels to be set as an array corresponding to the data values (#586)
- ๐ Fixed a bug that breaks the colors in the theme when using the add_color method (#583)
- ๐ป Ensure to raise an exception if use sort feature in Candlestick
- ๐ Fix column_count in BoxPlot/Candlestick (#581)
- ๐ Fix left/right graph margin (#579)
-
v0.16.0 Changes
- โ Add Candlestick (#575)
- โ Add BoxPlot (#574)
- ๐ป Raise exception if less data set was given in Gruff::Spider (#573)
- 0๏ธโฃ Adjust default label offset value in Gruff::Pie
- Remove has_left_labels from attribute (#571)
- Remove center_labels_over_point from attribute (#570)
- Adjust legend label / box position
- ๐ Fix right margin when truncate the label
- Adjust axis label position
- Adjust left label margin
- Fix axis label position with hide_line_markers
- ๐ Fix margin of value label in Bar/StackedBar (#568)
- ๐ Fix label position in Gruff::Spider (#567)
- Fix axis label position with legend_at_bottom
- Fix axis label position with hide_line_markers
- ๐จ Refactor: Remove instance variable usage
- โ Remove Gruff::Scene (#566)
- ๐ Fix exception with zero value in StackBar (#565)
- ๐ Fix segment spacing in SideStackedBar (#564)
- ๐ Fix margin of value label in SideBar/SideStackedBar (#563)
- ๐ป Raise exception if negative values were given in stacked graph (#562)
- ๐ Fix centering in value label position (#561)
- ๐ Fix duck typing support in Gruff::Histogram (#560)
- ๐ Fix start drawing position to top in Pie and enabled sort option by default (#559)
-
v0.15.0 Changes
- ๐ Fix SideStackedBar which bars overlap on the coordinate axes if data contains 0 (#558)
- Lazy loading library to reduce memory usage (#556)
- โฌ๏ธ Drop Ruby 2.4 support (#554)
- ๐ Fix sort drawing in Gruff::Line (#553)
- ๐ Fix color value handling in Line#dataxy method (#552)
-
v0.14.0 Changes
- โก๏ธ Update rails template (#547)
- โ Remove singleton in order to support multi-thread processing (#546)
- Fix bug in Gruff::Scatter that X coordinate value is wrong if set value in x_axis_increment (#534)
- Add marker_x_count attribute in Gruff::Line (#532)
- โ Add label_formatting attribute in Gruff::Pie (#531)
- โ Removed the ability to inject custom PieSlice classes from the outside (#530)
- โ Remove Gruff::PhotoBar (#513)
- Deprecate last_series_goes_on_bottom attribute in Gruff::StackedArea (#512)
-
v0.13.0 Changes
- ๐ Allow to customize label value with lambda (#510)
- Rename enable_vertical_line_markers attribute to show_vertical_markers (#509)
- Fix error that cause ArgumentError with x_axis_increment in Gruff::Scatter (#506)
- Fix draw_label that it should follow label_truncation_style setting (#505)
- Deprecate use_data_label attribute from SideBar (#504)
- โ Add negative values graph support in Gruff::SideBar (#499)
- โ Add margin of axis in order to avoid overwriting the coordinate axes (#497)
- Fix get_type_metrics error (#496)
- 0๏ธโฃ Embed Roboto as default font (#495)
- Fix legend rendering position when it enable legend_at_bottom (#492)
-
v0.12.2 Changes
- Avoid SEGV caused with '%S' in Draw#get_type_metrics by old ImageMagick (6.9.9 or below) (#490)
-
v0.12.0 Changes
- ๐ Mark Gruff::Base#to_blob as deprecated (#473)
- โ Add Gruff::Base#to_image method (#472)
- โฌ๏ธ Drop support of Ruby v2.3.x or below (#453, #448)
- โ add hide_labels to stacked side bar graphs (#452)
- โ add hide_labels to side bar graphs (#451)
- โ add hide_labels to stacked bar graphs (#450)
- support hide_labels separate from hide_line_markers for bar graphs only (#446)
-
v0.11.0 Changes
- ๐ Fix regression in empty data handling (#445)
- Rendering text in front most (#439)
- ๐ Allow to change settings even after entered the data in Gruff::Histogram (#437)
- Adjust label position in Gruff::Net (#436)
- Adjust LABEL_MARGIN value (#435)
- โ Add shadow line in marker line into Gruff::{Dot, SideBar, Scatter} (#430)
- ๐ Move no data message to the vertical center (#428)
- โ Remove the getter method in attributes for configuration (#424)
- ๐ Fix title margin in Gruff::Bullet if empty title was given (#422)