apexcharts.rb v0.1.5 Release Notes

Release Date: 2019-07-20 // over 4 years ago
  • โž• Added

    • Data formats on README
    • ๐Ÿ‘ HTML+ERB support on README
    • BaseChart as a parent for CartesianChart and PolarChart
    • โœ… Tests for OptionsBuilder
    • Option parentHeightOffset for chart
    • Option radar for plot_options
    • Radar chart
    • Candlestick chart
    • Development dependency simplecov and simplecov-console
    • Issue templates
    • Code of conduct
    • ๐Ÿ— Build options for colors

    ๐Ÿ”„ Changed

    • Gem summary and description
    • Namespace Apexcharts to ApexCharts

    ๐Ÿ›  Fixed

    • Array of hashes with key data as input not read correctly
    • ๐Ÿ”€ plot_options not deeply merged on bar and column chart when options contains plot_options
    • ๐Ÿš… Undefined method to_json for options when not using Rails
    • Utils::Hash.camelize_keys not camelizing keys of hash in array value