All Versions
12
Latest Version
Avg Release Cycle
90 days
Latest Release
1144 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.2.0 Changes
February 28, 2022โ Added
- Option to render chart with a script whose type is module
- ๐ Allow multiple Y-Axis
๐ Changed
- ApexCharts.JS version from 3.27.3 to 3.33.0
โ Removed
- Schemas (smart_kv and dry-schema)
-
v0.1.11 Changes
August 15, 2021โ Added
- Alternative options schema :dry_schema
- Box Plot chart
๐ Changed
- ๐ Make obsolete previously deprecated local palette creation
- โก๏ธ Update options schema to match ApexCharts.JS version 3.27.3
- ApexCharts.JS version from 3.21.0 to 3.27.3
-
v0.1.10 Changes
October 04, 2020โ Added
- Option to defer chart rendering
- ๐ ApexCharts.RB release version in source (in script attribute)
- A lot of new optional attributes for annotations, chart, dataLabels, legend, markers, plotOptions, theme, xAxis, and yAxis
๐ Changed
- Local palette with public API
create_palette
anddestroy_palette
is deprecated - Make obsolete previously deprecated require directory for
prefix_with_apex
- ApexCharts.JS version from 3.18.0 to 3.21.0
๐ Fixed
- function as object 'body' attribute that contains double quote (") converted incorrectly
-
v0.1.9 Changes
April 05, 2020โ Added
- ๐ Support for function as object. The following hash:
... formatter: {function: {args: "a,b", body: "return a + b;"}} ...
will become:
... "formatter":function(a,b) {return a + b;} ...
- Frozen string literal comment on several files
๐ Changed
- ApexCharts.JS version from 3.10.1 to 3.18.0
- โฌ๏ธ Upgrade yarn package for rails example
๐ Fixed
- FrozenError on input colors
- uninitialized constant SmartKv::Meat::Set when using plain ERB
-
v0.1.8 Changes
November 13, 2019โ Added
- ๐ Example for rails app
- ๐ Support for reversed Y-Axis
๐ Changed
- ApexCharts.JS version from 3.8.6 to 3.10.1
๐ Fixed
- ๐ Documentation of Installation on Rails
- Uninitialized constant
ApexCharts::Helper::MixedCharts
- ๐ Uninitialized constant
ApexCharts::Helper::SyncingCharts
- Mixed charts not showing because of options type value of
null
- No methods
apexcharts_id
onApexCharts::MixedCharts
- ๐ No methods
apexcharts_group
onApexCharts::SyncingCharts
-
v0.1.7 Changes
September 28, 2019โ Added
- ๐ Support for Sinatra
- Ability to prefix chart helper names. This will allow using ApexCharts.RB alongside other charting libraries.
๐ Changed
- ApexCharts.JS version from 3.8.4 to 3.8.6
- โก๏ธ Update options schema to match ApexCharts.JS
- Charts and series are autoloaded instead of required to prevent loading unused charts and series to load path
๐ Fixed
- Empty data series throwing 'undefined method' error
- Bubble series returning original hash
-
v0.1.6 Changes
August 24, 2019โ Added
- ๐ Security section in repo page
- Table of Contents
- Ability to create reusable theme palette
- RangeBar chart
- ๐ Change logo to placeholder logo that needs to be replaced
- Example for palette creation
- Choose README versions
-
v0.1.5 Changes
July 20, 2019โ Added
- Data formats on README
- ๐ HTML+ERB support on README
- BaseChart as a parent for CartesianChart and PolarChart
- โ Tests for OptionsBuilder
- Option
parentHeightOffset
forchart
- Option
radar
forplot_options
- Radar chart
- Candlestick chart
- Development dependency
simplecov
andsimplecov-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 whenoptions
containsplot_options
- ๐
Undefined method
to_json
foroptions
when not using Rails - Utils::Hash.camelize_keys not camelizing keys of hash in array value
-
v0.1.4 Changes
July 06, 2019โ Added
- ๐ Changelog
- Heatmap chart
- Bubble chart
- Chart examples
๐ Changed
mixed_chart
,combo_chart
,syncing_chart
, andsynchronized_chart
intomixed_charts
,combo_charts
,syncing_charts
, andsynchronized_charts
respectively as they should be
๐ Fixed
- ๐ Two points with same x value merging into one
-
v0.1.3 Changes
June 29, 2019โ Added
- โ Tests for Utils
- โ Tests for Charts
- ๐ Tests for Options Builder
- Stepline chart
- Brush chart
๐ Changed
- Chart examples
๐ Fixed
- ๐ท Timezone inconsistency in local and CI when parsing Date