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

Changelog History
Page 4

  • v0.2.5 Changes

    • ๐Ÿ†• New mini graph types (Experimental)
    • Marker lines can be different color than text labels
    • Theme definition cleanup
  • v0.2.4 Changes

    • โž• Added option to hide line numbers
    • ๐Ÿ›  Fixed code that was causing warnings
  • v0.2.3 Changes

    • Cleaned up measurements so the graph expands to fill the available space
    • โž• Added x-axis and y-axis label options
  • v0.1.2 Changes

    • minimum_value and maximum_value can be set after data() to manually scale the graph
    • ๐Ÿ›  Fixed infinite loop bug when values are all equal
    • โž• Added experimental net and spider graphs
    • โž• Added non-linear scene graph for a simple interface to complex layered graphs
    • ๐ŸŽ‰ Initial refactoring of tests
    • ๐Ÿ›  A host of other bug fixes
  • v0.0.8 Changes

    • ๐Ÿ†• NEW Sidestacked Bar Graphs. [Alun Eyre]
    • baseline_value larger than data will now show correctly. [Mike Perham]
    • hide_dots and hide_lines are now options for line graphs.
  • v0.0.6 Changes

    • ๐Ÿ›  Fixed hang when no data is passed.
  • v0.0.4 Changes

    • โž• Added bar graphs
    • โž• Added area graphs
    • โž• Added pie graphs
    • Added render_image_background for using images as background on a theme
    • ๐Ÿ›  Fixed small size legend centering issue
    • โž• Added initial line marker rounding to significant digits (Christian Winkler)
    • Line graphs line width is scaled with number of points being drawn (Christian Winkler)
  • v0.0.3 Changes

    • โž• Added option to draw line graphs without the lines (points only), thanks to Eric Hodel
    • โœ‚ Removed font-minimum check so graphs look better at 300px width
  • v0.0.2 Changes

    • ๐Ÿ›  Fixed to_blob (thanks to Carlos Villela)
    • โž• Added bar graphs (initial functionality...will be enhanced)
    • โœ‚ Removed rendered test output from gem
  • v0.0.1 Changes

    • ๐ŸŽ‰ Initial release.
    • ๐Ÿ’… Line graphs only. Other graph styles coming soon.