All Versions
40
Latest Version
Avg Release Cycle
394 days
Latest Release
-

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)