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)