UNPKG

39.7 kBMarkdownView Raw
1# Change Log
2
3## [v2.4.0](https://github.com/apexcharts/apexcharts.js/tree/v2.4.0) (2018-12-09)
4[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.3.1-1...v2.4.0)
5
6## [v2.3.1-1](https://github.com/apexcharts/apexcharts.js/tree/v2.3.1-1) (2018-12-09)
7[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.3.1-0...v2.3.1-1)
8
9## [v2.3.1-0](https://github.com/apexcharts/apexcharts.js/tree/v2.3.1-0) (2018-12-09)
10[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.3.0-0...v2.3.1-0)
11
12**Implemented enhancements:**
13
14- Bundle and expose as ES module [\#221](https://github.com/apexcharts/apexcharts.js/issues/221)
15
16## [v2.3.0-0](https://github.com/apexcharts/apexcharts.js/tree/v2.3.0-0) (2018-12-09)
17[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.2.5-0...v2.3.0-0)
18
19## [v2.2.5-0](https://github.com/apexcharts/apexcharts.js/tree/v2.2.5-0) (2018-12-09)
20[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.2.4...v2.2.5-0)
21
22**Implemented enhancements:**
23
24- Add support for specifying Font-weight [\#227](https://github.com/apexcharts/apexcharts.js/issues/227)
25- Point annotation marker offsetX/Y [\#226](https://github.com/apexcharts/apexcharts.js/issues/226)
26- Multiple track Colors in Radialbar Chart Multiple [\#224](https://github.com/apexcharts/apexcharts.js/issues/224)
27- Expose svgUrl and imgURI as outputfunction for reuse in jPDF [\#222](https://github.com/apexcharts/apexcharts.js/issues/222)
28
29**Closed issues:**
30
31- Update the changelog please [\#223](https://github.com/apexcharts/apexcharts.js/issues/223)
32- RadialBar isn't rendering when series are over 100 [\#219](https://github.com/apexcharts/apexcharts.js/issues/219)
33
34**Merged pull requests:**
35
36- expose svgUrl method - fixes \#222 [\#229](https://github.com/apexcharts/apexcharts.js/pull/229) ([junedchhipa](https://github.com/junedchhipa))
37- Feature/legend html [\#228](https://github.com/apexcharts/apexcharts.js/pull/228) ([junedchhipa](https://github.com/junedchhipa))
38
39## [v2.2.4](https://github.com/apexcharts/apexcharts.js/tree/v2.2.4) (2018-12-01)
40[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.2.3...v2.2.4)
41
42**Implemented enhancements:**
43
44- Define min and max range for heatmap [\#213](https://github.com/apexcharts/apexcharts.js/issues/213)
45- UMD module name [\#210](https://github.com/apexcharts/apexcharts.js/issues/210)
46
47**Fixed bugs:**
48
49- Yaxis Label color is not applied in responsive mode [\#212](https://github.com/apexcharts/apexcharts.js/issues/212)
50- tooltip.y.formatter and yaxis.labels.formatter not working [\#46](https://github.com/apexcharts/apexcharts.js/issues/46)
51
52**Closed issues:**
53
54- X-axis labels don't show the same values. [\#217](https://github.com/apexcharts/apexcharts.js/issues/217)
55- Bug after update [\#216](https://github.com/apexcharts/apexcharts.js/issues/216)
56- Cannot read property 'setAttribute' of undefined [\#215](https://github.com/apexcharts/apexcharts.js/issues/215)
57- Problem performance [\#214](https://github.com/apexcharts/apexcharts.js/issues/214)
58- Dynamic yaxis max value [\#211](https://github.com/apexcharts/apexcharts.js/issues/211)
59- Reset toggleSeries changes [\#206](https://github.com/apexcharts/apexcharts.js/issues/206)
60
61## [v2.2.3](https://github.com/apexcharts/apexcharts.js/tree/v2.2.3) (2018-11-21)
62[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.2.2...v2.2.3)
63
64**Implemented enhancements:**
65
66- Step line [\#198](https://github.com/apexcharts/apexcharts.js/issues/198)
67- Stacked Bar Graph with Line? [\#26](https://github.com/apexcharts/apexcharts.js/issues/26)
68
69**Fixed bugs:**
70
71- Multi-Axis 4 series : second axis scale issue [\#203](https://github.com/apexcharts/apexcharts.js/issues/203)
72- Trying to destroy chart second time gives TypeError: this.zoomPanSelection is null [\#202](https://github.com/apexcharts/apexcharts.js/issues/202)
73- Change color of yaxis labels at horizontal bar chart don't work [\#201](https://github.com/apexcharts/apexcharts.js/issues/201)
74
75**Closed issues:**
76
77- Datetime in xaxis has an offset of one day [\#209](https://github.com/apexcharts/apexcharts.js/issues/209)
78- Get datas from a database [\#205](https://github.com/apexcharts/apexcharts.js/issues/205)
79- Chart updates [\#200](https://github.com/apexcharts/apexcharts.js/issues/200)
80
81**Merged pull requests:**
82
83- Add resetToggleSeries functionality [\#208](https://github.com/apexcharts/apexcharts.js/pull/208) ([JCQuintas](https://github.com/JCQuintas))
84
85## [v2.2.2](https://github.com/apexcharts/apexcharts.js/tree/v2.2.2) (2018-11-16)
86[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.2.1...v2.2.2)
87
88**Fixed bugs:**
89
90- showing NaN% on donut chart, top/left corner when series with zero values [\#197](https://github.com/apexcharts/apexcharts.js/issues/197)
91- \[Scatter\] When changing the amount of data in series the chart breaks if there are more series than before [\#194](https://github.com/apexcharts/apexcharts.js/issues/194)
92
93**Closed issues:**
94
95- Feature Request: Sankey Diagram [\#195](https://github.com/apexcharts/apexcharts.js/issues/195)
96- Marker "Discrete" API documentation [\#192](https://github.com/apexcharts/apexcharts.js/issues/192)
97- Microsoft Edge miscalculation regarding y-axis tickAmount [\#191](https://github.com/apexcharts/apexcharts.js/issues/191)
98
99## [v2.2.1](https://github.com/apexcharts/apexcharts.js/tree/v2.2.1) (2018-11-11)
100[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.2.0...v2.2.1)
101
102**Fixed bugs:**
103
104- markers not updated \(updateOptions\) [\#190](https://github.com/apexcharts/apexcharts.js/issues/190)
105- Anotations not work in stacked bar charts [\#51](https://github.com/apexcharts/apexcharts.js/issues/51)
106
107**Closed issues:**
108
109- Stacked bar chart, multiple series, named data [\#189](https://github.com/apexcharts/apexcharts.js/issues/189)
110
111## [v2.2.0](https://github.com/apexcharts/apexcharts.js/tree/v2.2.0) (2018-11-03)
112[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.9...v2.2.0)
113
114**Implemented enhancements:**
115
116- Make Chart Margins and Padding Optional/Adjustable [\#178](https://github.com/apexcharts/apexcharts.js/issues/178)
117- Feature Request: Download to XLSX, PNG and PDF [\#2](https://github.com/apexcharts/apexcharts.js/issues/2)
118
119**Fixed bugs:**
120
121- Line chart points render phase is inconsistent [\#188](https://github.com/apexcharts/apexcharts.js/issues/188)
122- Axis border overlaps actual chart when multiple axes are used [\#187](https://github.com/apexcharts/apexcharts.js/issues/187)
123
124## [v2.1.9](https://github.com/apexcharts/apexcharts.js/tree/v2.1.9) (2018-10-31)
125[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.8...v2.1.9)
126
127**Implemented enhancements:**
128
129- If chart type is 'bar' and stacked option is true then minY scale is equal to 1 [\#185](https://github.com/apexcharts/apexcharts.js/issues/185)
130- Negative values appear on y axis while every data-set has positive values [\#181](https://github.com/apexcharts/apexcharts.js/issues/181)
131
132**Fixed bugs:**
133
134- Bar chart tooltip not aligned properly [\#179](https://github.com/apexcharts/apexcharts.js/issues/179)
135- "beforeZoom" and "zoomed" events does not work correctly [\#162](https://github.com/apexcharts/apexcharts.js/issues/162)
136
137**Closed issues:**
138
139- Reverse Y Axis Values [\#183](https://github.com/apexcharts/apexcharts.js/issues/183)
140- Reset changes zoom, but does not fire zoomed [\#182](https://github.com/apexcharts/apexcharts.js/issues/182)
141- Setting the states.active.filter.type to 'none' does not work [\#180](https://github.com/apexcharts/apexcharts.js/issues/180)
142
143## [v2.1.8](https://github.com/apexcharts/apexcharts.js/tree/v2.1.8) (2018-10-27)
144[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.7...v2.1.8)
145
146## [v2.1.7](https://github.com/apexcharts/apexcharts.js/tree/v2.1.7) (2018-10-27)
147[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.6...v2.1.7)
148
149**Fixed bugs:**
150
151- Draw only one series in staight area and line charts [\#176](https://github.com/apexcharts/apexcharts.js/issues/176)
152- Data that is 100% of zeroes, is not rendered correctly on y axis [\#173](https://github.com/apexcharts/apexcharts.js/issues/173)
153
154**Closed issues:**
155
156- Tick amount not working on yaxis [\#175](https://github.com/apexcharts/apexcharts.js/issues/175)
157- Min yaxis not rendering correctly [\#174](https://github.com/apexcharts/apexcharts.js/issues/174)
158- X axis labels are still misaligned [\#167](https://github.com/apexcharts/apexcharts.js/issues/167)
159
160## [v2.1.6](https://github.com/apexcharts/apexcharts.js/tree/v2.1.6) (2018-10-25)
161[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.5...v2.1.6)
162
163**Implemented enhancements:**
164
165- Add option to always show legend [\#171](https://github.com/apexcharts/apexcharts.js/issues/171)
166- sorting by data number [\#161](https://github.com/apexcharts/apexcharts.js/issues/161)
167
168**Fixed bugs:**
169
170- Cannot set rgba color nor opacity for particular data in line chart [\#168](https://github.com/apexcharts/apexcharts.js/issues/168)
171
172**Closed issues:**
173
174- Undefined values are sometimes at the top of the grid [\#172](https://github.com/apexcharts/apexcharts.js/issues/172)
175- Add custom text on radialBar Chart [\#169](https://github.com/apexcharts/apexcharts.js/issues/169)
176- critical css issue - `hidden` class crashing my app [\#166](https://github.com/apexcharts/apexcharts.js/issues/166)
177- Really weird error that i can't think of a proper issue title [\#165](https://github.com/apexcharts/apexcharts.js/issues/165)
178- xaxis.labels.formatter does not work when xaxis.type set to 'datetime' [\#164](https://github.com/apexcharts/apexcharts.js/issues/164)
179
180**Merged pull requests:**
181
182- Feature/log scale [\#170](https://github.com/apexcharts/apexcharts.js/pull/170) ([junedchhipa](https://github.com/junedchhipa))
183
184## [v2.1.5](https://github.com/apexcharts/apexcharts.js/tree/v2.1.5) (2018-10-18)
185[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.4...v2.1.5)
186
187**Implemented enhancements:**
188
189- Possibility to set specific series as unselected in legend container [\#111](https://github.com/apexcharts/apexcharts.js/issues/111)
190
191**Fixed bugs:**
192
193- Multiple Y axis cause the axis to crop [\#98](https://github.com/apexcharts/apexcharts.js/issues/98)
194
195**Closed issues:**
196
197- Layer issue on tooltip and x-axis tooltip [\#163](https://github.com/apexcharts/apexcharts.js/issues/163)
198- Clipmarkers on left and right of the grid are not working [\#160](https://github.com/apexcharts/apexcharts.js/issues/160)
199- Hide the ToolBar when an attribute as XAxis is added into the options object. [\#159](https://github.com/apexcharts/apexcharts.js/issues/159)
200- Grid Alignment [\#158](https://github.com/apexcharts/apexcharts.js/issues/158)
201- Feature Request: Public methods for toggling Series data. \(Like clicking legend\) [\#147](https://github.com/apexcharts/apexcharts.js/issues/147)
202- Feature : per-serie options [\#104](https://github.com/apexcharts/apexcharts.js/issues/104)
203
204## [v2.1.4](https://github.com/apexcharts/apexcharts.js/tree/v2.1.4) (2018-10-11)
205[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.3...v2.1.4)
206
207**Fixed bugs:**
208
209- Responsive options dropped when doing updateOptions via exec [\#154](https://github.com/apexcharts/apexcharts.js/issues/154)
210- Series disappear when resizing [\#74](https://github.com/apexcharts/apexcharts.js/issues/74)
211
212**Closed issues:**
213
214- Miscellaneous issues on apexcharts site [\#103](https://github.com/apexcharts/apexcharts.js/issues/103)
215- Having chart inside a custom element breaks check [\#76](https://github.com/apexcharts/apexcharts.js/issues/76)
216
217**Merged pull requests:**
218
219- fix negative \<rect\> attribute width error [\#156](https://github.com/apexcharts/apexcharts.js/pull/156) ([onmotion](https://github.com/onmotion))
220- ru translations [\#155](https://github.com/apexcharts/apexcharts.js/pull/155) ([onmotion](https://github.com/onmotion))
221- add Greek \(Ελληνικά\) locale [\#153](https://github.com/apexcharts/apexcharts.js/pull/153) ([jimfilippou](https://github.com/jimfilippou))
222
223## [v2.1.3](https://github.com/apexcharts/apexcharts.js/tree/v2.1.3) (2018-10-10)
224[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.2...v2.1.3)
225
226**Implemented enhancements:**
227
228- Chart minimap [\#126](https://github.com/apexcharts/apexcharts.js/issues/126)
229
230**Closed issues:**
231
232- Chart events [\#152](https://github.com/apexcharts/apexcharts.js/issues/152)
233- Can categories be displayed via dataLabels? [\#150](https://github.com/apexcharts/apexcharts.js/issues/150)
234- X axis values with labels not aligned [\#149](https://github.com/apexcharts/apexcharts.js/issues/149)
235- Improve exec method documentation [\#148](https://github.com/apexcharts/apexcharts.js/issues/148)
236
237**Merged pull requests:**
238
239- Add brazilian portuguese locale [\#151](https://github.com/apexcharts/apexcharts.js/pull/151) ([andresmrm](https://github.com/andresmrm))
240
241## [v2.1.2](https://github.com/apexcharts/apexcharts.js/tree/v2.1.2) (2018-10-08)
242[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.1...v2.1.2)
243
244## [v2.1.1](https://github.com/apexcharts/apexcharts.js/tree/v2.1.1) (2018-10-07)
245[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.1.0...v2.1.1)
246
247## [v2.1.0](https://github.com/apexcharts/apexcharts.js/tree/v2.1.0) (2018-10-07)
248[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.9...v2.1.0)
249
250**Implemented enhancements:**
251
252- Feature Request: Sparklines tooltip sync [\#37](https://github.com/apexcharts/apexcharts.js/issues/37)
253
254**Fixed bugs:**
255
256- Cant handle more than 4 series [\#143](https://github.com/apexcharts/apexcharts.js/issues/143)
257- Tooltip isn't displayed when the first series is hidden [\#85](https://github.com/apexcharts/apexcharts.js/issues/85)
258
259**Closed issues:**
260
261- Layer issue on xaxis tooltip [\#145](https://github.com/apexcharts/apexcharts.js/issues/145)
262- Not shared tooltip does not show on mouseover when xaxis.categories is provided [\#144](https://github.com/apexcharts/apexcharts.js/issues/144)
263- Add official localization templates [\#128](https://github.com/apexcharts/apexcharts.js/issues/128)
264
265## [v2.0.9](https://github.com/apexcharts/apexcharts.js/tree/v2.0.9) (2018-10-04)
266[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.8...v2.0.9)
267
268**Closed issues:**
269
270- x-axis tooltip hides the actual x value on hover [\#142](https://github.com/apexcharts/apexcharts.js/issues/142)
271- Candlestick update is not working correctly [\#141](https://github.com/apexcharts/apexcharts.js/issues/141)
272- Apex cut off max value in graph [\#138](https://github.com/apexcharts/apexcharts.js/issues/138)
273
274## [v2.0.8](https://github.com/apexcharts/apexcharts.js/tree/v2.0.8) (2018-10-02)
275[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.7...v2.0.8)
276
277## [v2.0.7](https://github.com/apexcharts/apexcharts.js/tree/v2.0.7) (2018-10-02)
278[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.6...v2.0.7)
279
280**Closed issues:**
281
282- How to set chart's height to 100% [\#140](https://github.com/apexcharts/apexcharts.js/issues/140)
283- Markers cropped on hover [\#139](https://github.com/apexcharts/apexcharts.js/issues/139)
284- Chart is not responsive to its container or window [\#137](https://github.com/apexcharts/apexcharts.js/issues/137)
285- Cropped x-axis labels when legend is on the right [\#125](https://github.com/apexcharts/apexcharts.js/issues/125)
286
287## [v2.0.6](https://github.com/apexcharts/apexcharts.js/tree/v2.0.6) (2018-10-01)
288[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.5...v2.0.6)
289
290**Fixed bugs:**
291
292- Memory leak in realtime chart [\#131](https://github.com/apexcharts/apexcharts.js/issues/131)
293
294**Closed issues:**
295
296- Donut/Pie chart height not working [\#133](https://github.com/apexcharts/apexcharts.js/issues/133)
297
298## [v2.0.5](https://github.com/apexcharts/apexcharts.js/tree/v2.0.5) (2018-10-01)
299[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.4...v2.0.5)
300
301## [v2.0.4](https://github.com/apexcharts/apexcharts.js/tree/v2.0.4) (2018-10-01)
302[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.3...v2.0.4)
303
304## [v2.0.3](https://github.com/apexcharts/apexcharts.js/tree/v2.0.3) (2018-10-01)
305[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.2...v2.0.3)
306
307**Implemented enhancements:**
308
309- Add class to tooltip when x exceeds gridWidth [\#136](https://github.com/apexcharts/apexcharts.js/issues/136)
310
311**Merged pull requests:**
312
313- Feature/font family [\#134](https://github.com/apexcharts/apexcharts.js/pull/134) ([schottey](https://github.com/schottey))
314
315## [v2.0.2](https://github.com/apexcharts/apexcharts.js/tree/v2.0.2) (2018-09-30)
316[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.1...v2.0.2)
317
318## [v2.0.1](https://github.com/apexcharts/apexcharts.js/tree/v2.0.1) (2018-09-30)
319[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v2.0.0...v2.0.1)
320
321**Closed issues:**
322
323- Cut out points on edges [\#130](https://github.com/apexcharts/apexcharts.js/issues/130)
324- Series with null values appear in the tooltip [\#120](https://github.com/apexcharts/apexcharts.js/issues/120)
325- Tooltip not being displayed correctly in multiple y-axis when null values are present [\#119](https://github.com/apexcharts/apexcharts.js/issues/119)
326
327## [v2.0.0](https://github.com/apexcharts/apexcharts.js/tree/v2.0.0) (2018-09-29)
328[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.6...v2.0.0)
329
330**Fixed bugs:**
331
332- Stacked Area Chart - chart is shown incorrectly when some series are hidden [\#118](https://github.com/apexcharts/apexcharts.js/issues/118)
333
334**Closed issues:**
335
336- I have error to load apexcharts. After npm install. what hapens ? [\#129](https://github.com/apexcharts/apexcharts.js/issues/129)
337- Accept item index as an argument for formatter function [\#127](https://github.com/apexcharts/apexcharts.js/issues/127)
338- Customize Toolbar [\#124](https://github.com/apexcharts/apexcharts.js/issues/124)
339- chart.updateSeries\(\) doesn't update X Axis. [\#123](https://github.com/apexcharts/apexcharts.js/issues/123)
340- Sparklines bar type chart's tooltip misplaced [\#106](https://github.com/apexcharts/apexcharts.js/issues/106)
341
342**Merged pull requests:**
343
344- Feature/shared tooltip [\#135](https://github.com/apexcharts/apexcharts.js/pull/135) ([junedchhipa](https://github.com/junedchhipa))
345
346## [v1.5.6](https://github.com/apexcharts/apexcharts.js/tree/v1.5.6) (2018-09-20)
347[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.5...v1.5.6)
348
349**Implemented enhancements:**
350
351- Multiple Y Axes - Assign Series to specific Y Axis [\#91](https://github.com/apexcharts/apexcharts.js/issues/91)
352- Feature Request: Localization of datetime [\#35](https://github.com/apexcharts/apexcharts.js/issues/35)
353
354**Fixed bugs:**
355
356- Datetime xaxis is one hour off [\#95](https://github.com/apexcharts/apexcharts.js/issues/95)
357
358**Closed issues:**
359
360- Missing option to hide tooltip title [\#121](https://github.com/apexcharts/apexcharts.js/issues/121)
361- Incomplete legend when xaxis.type is datetime [\#117](https://github.com/apexcharts/apexcharts.js/issues/117)
362- Do not hide xaxis when all series are hidden [\#116](https://github.com/apexcharts/apexcharts.js/issues/116)
363- Too many items in legend leads to broken layout [\#115](https://github.com/apexcharts/apexcharts.js/issues/115)
364- Max value for yaxis leads to memory leak and browser crash [\#114](https://github.com/apexcharts/apexcharts.js/issues/114)
365- Tooltip formatter in a Doc example [\#113](https://github.com/apexcharts/apexcharts.js/issues/113)
366- Incorrect strokeDashArray property in docs [\#112](https://github.com/apexcharts/apexcharts.js/issues/112)
367
368## [v1.5.5](https://github.com/apexcharts/apexcharts.js/tree/v1.5.5) (2018-09-18)
369[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.4...v1.5.5)
370
371**Implemented enhancements:**
372
373- Disabling zoom in/out animation [\#109](https://github.com/apexcharts/apexcharts.js/issues/109)
374
375**Closed issues:**
376
377- Problems with stacked columns in `datetime` chart [\#107](https://github.com/apexcharts/apexcharts.js/issues/107)
378
379## [v1.5.4](https://github.com/apexcharts/apexcharts.js/tree/v1.5.4) (2018-09-17)
380[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.3...v1.5.4)
381
382**Fixed bugs:**
383
384- yaxis.labels.formatter is not applied anymore to tooltip after 1.5.3 [\#108](https://github.com/apexcharts/apexcharts.js/issues/108)
385- Same series is passed to tooltip value formatter when shared tooltip is true in multiple-y-axis graph [\#92](https://github.com/apexcharts/apexcharts.js/issues/92)
386
387## [v1.5.3](https://github.com/apexcharts/apexcharts.js/tree/v1.5.3) (2018-09-16)
388[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.2...v1.5.3)
389
390**Fixed bugs:**
391
392- Missing the first element of the x-axis [\#101](https://github.com/apexcharts/apexcharts.js/issues/101)
393
394## [v1.5.2](https://github.com/apexcharts/apexcharts.js/tree/v1.5.2) (2018-09-15)
395[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.1...v1.5.2)
396
397**Implemented enhancements:**
398
399- Additional chart types [\#84](https://github.com/apexcharts/apexcharts.js/issues/84)
400- Feature Request: React/Vue Bindings [\#3](https://github.com/apexcharts/apexcharts.js/issues/3)
401
402**Fixed bugs:**
403
404- Chart download no background [\#105](https://github.com/apexcharts/apexcharts.js/issues/105)
405- Tooltip not showing properly in bar charts [\#31](https://github.com/apexcharts/apexcharts.js/issues/31)
406
407**Closed issues:**
408
409- \[Vue-ApexCharts\] Zooming doesn't work properly with xaxis.categories [\#102](https://github.com/apexcharts/apexcharts.js/issues/102)
410- Docs: some demos are broken [\#100](https://github.com/apexcharts/apexcharts.js/issues/100)
411- Yaxis repetition of labels [\#99](https://github.com/apexcharts/apexcharts.js/issues/99)
412- Documentation for theme.palette string incorrect [\#96](https://github.com/apexcharts/apexcharts.js/issues/96)
413- zoomed event call problem [\#90](https://github.com/apexcharts/apexcharts.js/issues/90)
414- Datetime axis doesn't respect "tickAmount" [\#89](https://github.com/apexcharts/apexcharts.js/issues/89)
415- Expose export filename as definable property on config object [\#88](https://github.com/apexcharts/apexcharts.js/issues/88)
416- Bar chart xaxis/yaxis confusion [\#87](https://github.com/apexcharts/apexcharts.js/issues/87)
417
418## [v1.5.1](https://github.com/apexcharts/apexcharts.js/tree/v1.5.1) (2018-09-12)
419[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.5.0...v1.5.1)
420
421**Implemented enhancements:**
422
423- Feature Request: Candlesticks [\#9](https://github.com/apexcharts/apexcharts.js/issues/9)
424
425## [v1.5.0](https://github.com/apexcharts/apexcharts.js/tree/v1.5.0) (2018-09-12)
426[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.13...v1.5.0)
427
428## [v1.4.13](https://github.com/apexcharts/apexcharts.js/tree/v1.4.13) (2018-09-12)
429[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.12...v1.4.13)
430
431**Closed issues:**
432
433- Percentage chart [\#83](https://github.com/apexcharts/apexcharts.js/issues/83)
434
435## [v1.4.12](https://github.com/apexcharts/apexcharts.js/tree/v1.4.12) (2018-09-09)
436[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.11...v1.4.12)
437
438## [v1.4.11](https://github.com/apexcharts/apexcharts.js/tree/v1.4.11) (2018-09-09)
439[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.10...v1.4.11)
440
441## [v1.4.10](https://github.com/apexcharts/apexcharts.js/tree/v1.4.10) (2018-09-08)
442[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.9...v1.4.10)
443
444## [v1.4.9](https://github.com/apexcharts/apexcharts.js/tree/v1.4.9) (2018-09-08)
445[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.8...v1.4.9)
446
447**Fixed bugs:**
448
449- Apexcharts management of series [\#44](https://github.com/apexcharts/apexcharts.js/issues/44)
450- Reset button is resetting the chart to the first initial state [\#38](https://github.com/apexcharts/apexcharts.js/issues/38)
451
452**Closed issues:**
453
454- "querySelectorAll of undefined" if initial series is empty list [\#82](https://github.com/apexcharts/apexcharts.js/issues/82)
455
456## [v1.4.8](https://github.com/apexcharts/apexcharts.js/tree/v1.4.8) (2018-09-08)
457[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.7...v1.4.8)
458
459## [v1.4.7](https://github.com/apexcharts/apexcharts.js/tree/v1.4.7) (2018-09-08)
460[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.6...v1.4.7)
461
462## [v1.4.6](https://github.com/apexcharts/apexcharts.js/tree/v1.4.6) (2018-09-07)
463[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.5...v1.4.6)
464
465**Closed issues:**
466
467- Timeseries first and last datapoint cropped [\#81](https://github.com/apexcharts/apexcharts.js/issues/81)
468- xAxis when using Timeseries inconsistent behavior [\#80](https://github.com/apexcharts/apexcharts.js/issues/80)
469- Legend text color [\#79](https://github.com/apexcharts/apexcharts.js/issues/79)
470- DataPoint Selection Event in Line charts [\#77](https://github.com/apexcharts/apexcharts.js/issues/77)
471
472## [v1.4.5](https://github.com/apexcharts/apexcharts.js/tree/v1.4.5) (2018-09-06)
473[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.4...v1.4.5)
474
475## [v1.4.4](https://github.com/apexcharts/apexcharts.js/tree/v1.4.4) (2018-09-06)
476[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.3...v1.4.4)
477
478**Fixed bugs:**
479
480- Transition of donuts charts are awkward [\#48](https://github.com/apexcharts/apexcharts.js/issues/48)
481
482**Closed issues:**
483
484- Dual Y-axis support? [\#75](https://github.com/apexcharts/apexcharts.js/issues/75)
485- Inconsistent Data Label positioning in horizontal Bar Charts [\#72](https://github.com/apexcharts/apexcharts.js/issues/72)
486
487## [v1.4.3](https://github.com/apexcharts/apexcharts.js/tree/v1.4.3) (2018-09-04)
488[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.2...v1.4.3)
489
490**Closed issues:**
491
492- Debug Log in Production Build [\#73](https://github.com/apexcharts/apexcharts.js/issues/73)
493- Method "updateSeries" does not animate [\#71](https://github.com/apexcharts/apexcharts.js/issues/71)
494
495## [v1.4.2](https://github.com/apexcharts/apexcharts.js/tree/v1.4.2) (2018-09-03)
496[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.1...v1.4.2)
497
498**Merged pull requests:**
499
500- pie data update - smooth animation achieved [\#70](https://github.com/apexcharts/apexcharts.js/pull/70) ([junedchhipa](https://github.com/junedchhipa))
501
502## [v1.4.1](https://github.com/apexcharts/apexcharts.js/tree/v1.4.1) (2018-09-02)
503[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.4.0...v1.4.1)
504
505**Fixed bugs:**
506
507- IE11 not working [\#1](https://github.com/apexcharts/apexcharts.js/issues/1)
508
509**Closed issues:**
510
511- Reset zoom not respecting initial values [\#68](https://github.com/apexcharts/apexcharts.js/issues/68)
512- Bug: Multiple SVG path errors when using updateSeries\(\) method on Pie Chart when Animation argument is set to true [\#62](https://github.com/apexcharts/apexcharts.js/issues/62)
513- Mobile height / legends getting cropped [\#41](https://github.com/apexcharts/apexcharts.js/issues/41)
514
515**Merged pull requests:**
516
517- Feature/pie [\#69](https://github.com/apexcharts/apexcharts.js/pull/69) ([junedchhipa](https://github.com/junedchhipa))
518
519## [v1.4.0](https://github.com/apexcharts/apexcharts.js/tree/v1.4.0) (2018-09-01)
520[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.21...v1.4.0)
521
522**Fixed bugs:**
523
524- Can't replicate selection and hover behaviour on bar chart [\#63](https://github.com/apexcharts/apexcharts.js/issues/63)
525
526## [v1.3.21](https://github.com/apexcharts/apexcharts.js/tree/v1.3.21) (2018-09-01)
527[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.20...v1.3.21)
528
529**Closed issues:**
530
531- \[Question\] Is there a way to render the chart with a given series already selected? [\#67](https://github.com/apexcharts/apexcharts.js/issues/67)
532
533**Merged pull requests:**
534
535- Cursor to 'auto' when legend.onItemClick.toggleDataSeries === false [\#66](https://github.com/apexcharts/apexcharts.js/pull/66) ([JCQuintas](https://github.com/JCQuintas))
536
537## [v1.3.20](https://github.com/apexcharts/apexcharts.js/tree/v1.3.20) (2018-08-31)
538[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.19...v1.3.20)
539
540**Implemented enhancements:**
541
542- Inconvenient panning [\#8](https://github.com/apexcharts/apexcharts.js/issues/8)
543
544**Closed issues:**
545
546- Bar Chart - Is there a way to display data labels for 0 values? [\#65](https://github.com/apexcharts/apexcharts.js/issues/65)
547- Default zoom when xaxis type is datetime [\#64](https://github.com/apexcharts/apexcharts.js/issues/64)
548- Apex Charts Isomorphic? [\#60](https://github.com/apexcharts/apexcharts.js/issues/60)
549
550## [v1.3.19](https://github.com/apexcharts/apexcharts.js/tree/v1.3.19) (2018-08-30)
551[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.18...v1.3.19)
552
553**Fixed bugs:**
554
555- Donut on click issue when 100% [\#61](https://github.com/apexcharts/apexcharts.js/issues/61)
556
557## [v1.3.18](https://github.com/apexcharts/apexcharts.js/tree/v1.3.18) (2018-08-29)
558[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.17...v1.3.18)
559
560**Closed issues:**
561
562- RTL support ? [\#53](https://github.com/apexcharts/apexcharts.js/issues/53)
563
564## [v1.3.17](https://github.com/apexcharts/apexcharts.js/tree/v1.3.17) (2018-08-28)
565[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.16...v1.3.17)
566
567**Closed issues:**
568
569- Theme examples? [\#55](https://github.com/apexcharts/apexcharts.js/issues/55)
570
571## [v1.3.16](https://github.com/apexcharts/apexcharts.js/tree/v1.3.16) (2018-08-28)
572[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.15...v1.3.16)
573
574**Closed issues:**
575
576- Custom tooltip not working [\#59](https://github.com/apexcharts/apexcharts.js/issues/59)
577
578## [v1.3.15](https://github.com/apexcharts/apexcharts.js/tree/v1.3.15) (2018-08-28)
579[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.14...v1.3.15)
580
581**Closed issues:**
582
583- Question: Access chart data inside legend [\#57](https://github.com/apexcharts/apexcharts.js/issues/57)
584- Add multiple annotations [\#36](https://github.com/apexcharts/apexcharts.js/issues/36)
585
586## [v1.3.14](https://github.com/apexcharts/apexcharts.js/tree/v1.3.14) (2018-08-28)
587[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.13...v1.3.14)
588
589**Closed issues:**
590
591- Repetaed yaxis tick value when max value is small [\#56](https://github.com/apexcharts/apexcharts.js/issues/56)
592
593## [v1.3.13](https://github.com/apexcharts/apexcharts.js/tree/v1.3.13) (2018-08-28)
594[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.12...v1.3.13)
595
596**Closed issues:**
597
598- dataPointSelection event not working for pie and donut chart types [\#54](https://github.com/apexcharts/apexcharts.js/issues/54)
599- Area & Line charts have a huge margin on each side when i give them labels. [\#47](https://github.com/apexcharts/apexcharts.js/issues/47)
600
601## [v1.3.12](https://github.com/apexcharts/apexcharts.js/tree/v1.3.12) (2018-08-26)
602[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.11...v1.3.12)
603
604**Fixed bugs:**
605
606- 🐞 lineCap has no effect [\#49](https://github.com/apexcharts/apexcharts.js/issues/49)
607
608**Closed issues:**
609
610- How to add custom tooltip to donut chart [\#52](https://github.com/apexcharts/apexcharts.js/issues/52)
611- Legend not showing correctly [\#50](https://github.com/apexcharts/apexcharts.js/issues/50)
612- Documentation for responsive [\#42](https://github.com/apexcharts/apexcharts.js/issues/42)
613
614## [v1.3.11](https://github.com/apexcharts/apexcharts.js/tree/v1.3.11) (2018-08-23)
615[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.10...v1.3.11)
616
617**Closed issues:**
618
619- Zoom disabled not working correctly [\#45](https://github.com/apexcharts/apexcharts.js/issues/45)
620
621## [v1.3.10](https://github.com/apexcharts/apexcharts.js/tree/v1.3.10) (2018-08-22)
622[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.9...v1.3.10)
623
624**Fixed bugs:**
625
626- How to change color on xaxis labels on grouped bar chart? [\#39](https://github.com/apexcharts/apexcharts.js/issues/39)
627
628## [v1.3.9](https://github.com/apexcharts/apexcharts.js/tree/v1.3.9) (2018-08-21)
629[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.8...v1.3.9)
630
631**Closed issues:**
632
633- Spark line chart appendData logs "dfsfgdgdgdf" and is not updating the chart [\#43](https://github.com/apexcharts/apexcharts.js/issues/43)
634
635## [v1.3.8](https://github.com/apexcharts/apexcharts.js/tree/v1.3.8) (2018-08-18)
636[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.7...v1.3.8)
637
638## [v1.3.7](https://github.com/apexcharts/apexcharts.js/tree/v1.3.7) (2018-08-17)
639[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.6...v1.3.7)
640
641## [v1.3.6](https://github.com/apexcharts/apexcharts.js/tree/v1.3.6) (2018-08-17)
642[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.5...v1.3.6)
643
644## [v1.3.5](https://github.com/apexcharts/apexcharts.js/tree/v1.3.5) (2018-08-17)
645[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.4...v1.3.5)
646
647## [v1.3.4](https://github.com/apexcharts/apexcharts.js/tree/v1.3.4) (2018-08-16)
648[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.3...v1.3.4)
649
650**Closed issues:**
651
652- Chart not showing yAxis if draw after Sparkline [\#40](https://github.com/apexcharts/apexcharts.js/issues/40)
653
654## [v1.3.3](https://github.com/apexcharts/apexcharts.js/tree/v1.3.3) (2018-08-16)
655[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.2...v1.3.3)
656
657**Closed issues:**
658
659- Feature Request: Angular bindings [\#33](https://github.com/apexcharts/apexcharts.js/issues/33)
660- Force chart to 100% of Parent's Div? [\#27](https://github.com/apexcharts/apexcharts.js/issues/27)
661- Could you add the first gauge chart in README to the demo page? [\#4](https://github.com/apexcharts/apexcharts.js/issues/4)
662
663## [v1.3.2](https://github.com/apexcharts/apexcharts.js/tree/v1.3.2) (2018-08-16)
664[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.1...v1.3.2)
665
666## [v1.3.1](https://github.com/apexcharts/apexcharts.js/tree/v1.3.1) (2018-08-14)
667[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.3.0...v1.3.1)
668
669## [v1.3.0](https://github.com/apexcharts/apexcharts.js/tree/v1.3.0) (2018-08-14)
670[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.2.4...v1.3.0)
671
672**Merged pull requests:**
673
674- Feature/jest [\#34](https://github.com/apexcharts/apexcharts.js/pull/34) ([junedchhipa](https://github.com/junedchhipa))
675
676## [v1.2.4](https://github.com/apexcharts/apexcharts.js/tree/v1.2.4) (2018-08-14)
677[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.2.3...v1.2.4)
678
679**Closed issues:**
680
681- Incomplete examples [\#32](https://github.com/apexcharts/apexcharts.js/issues/32)
682- Hide y axes [\#30](https://github.com/apexcharts/apexcharts.js/issues/30)
683
684## [v1.2.3](https://github.com/apexcharts/apexcharts.js/tree/v1.2.3) (2018-08-13)
685[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.2.2...v1.2.3)
686
687## [v1.2.2](https://github.com/apexcharts/apexcharts.js/tree/v1.2.2) (2018-08-12)
688[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.2.1...v1.2.2)
689
690**Implemented enhancements:**
691
692- Zoom by default [\#18](https://github.com/apexcharts/apexcharts.js/issues/18)
693
694**Fixed bugs:**
695
696- \(!\) Memory Leak in website demo page [\#29](https://github.com/apexcharts/apexcharts.js/issues/29)
697
698**Closed issues:**
699
700- Donut chart labels not hiding [\#28](https://github.com/apexcharts/apexcharts.js/issues/28)
701- \<rect\> attribute width: A negative value is not valid. [\#25](https://github.com/apexcharts/apexcharts.js/issues/25)
702
703## [v1.2.1](https://github.com/apexcharts/apexcharts.js/tree/v1.2.1) (2018-08-10)
704[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.2.0...v1.2.1)
705
706**Implemented enhancements:**
707
708- Feature Request : Radar Chart [\#5](https://github.com/apexcharts/apexcharts.js/issues/5)
709
710**Fixed bugs:**
711
712- Updating colors doesn't seem to work [\#22](https://github.com/apexcharts/apexcharts.js/issues/22)
713
714**Closed issues:**
715
716- Radialbar tracks background color transparent OR hide tracks [\#23](https://github.com/apexcharts/apexcharts.js/issues/23)
717- Missing dataLabels documentation [\#21](https://github.com/apexcharts/apexcharts.js/issues/21)
718- undefined is not an object \(evaluating 'e.createElementNS'\) React-Native [\#11](https://github.com/apexcharts/apexcharts.js/issues/11)
719
720## [v1.2.0](https://github.com/apexcharts/apexcharts.js/tree/v1.2.0) (2018-08-06)
721[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.1.5...v1.2.0)
722
723**Fixed bugs:**
724
725- Zoom out after using Zoom tool doesn't work [\#19](https://github.com/apexcharts/apexcharts.js/issues/19)
726
727## [v1.1.5](https://github.com/apexcharts/apexcharts.js/tree/v1.1.5) (2018-08-06)
728[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.1.4...v1.1.5)
729
730**Implemented enhancements:**
731
732- Feature request: explode pie/donut slice [\#16](https://github.com/apexcharts/apexcharts.js/issues/16)
733
734**Fixed bugs:**
735
736- Poor handling for non-integer values on the y-axis [\#10](https://github.com/apexcharts/apexcharts.js/issues/10)
737
738**Closed issues:**
739
740- If one item data is very small, it will be ignored [\#17](https://github.com/apexcharts/apexcharts.js/issues/17)
741
742## [v1.1.4](https://github.com/apexcharts/apexcharts.js/tree/v1.1.4) (2018-08-04)
743[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.1.3...v1.1.4)
744
745## [v1.1.3](https://github.com/apexcharts/apexcharts.js/tree/v1.1.3) (2018-08-03)
746[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.1.2...v1.1.3)
747
748**Fixed bugs:**
749
750- Multiple series filter [\#12](https://github.com/apexcharts/apexcharts.js/issues/12)
751
752**Merged pull requests:**
753
754- fix: resize-handler error after calling destroy [\#15](https://github.com/apexcharts/apexcharts.js/pull/15) ([m-mitsuhide](https://github.com/m-mitsuhide))
755- Fix typos [\#14](https://github.com/apexcharts/apexcharts.js/pull/14) ([simonepri](https://github.com/simonepri))
756
757## [v1.1.2](https://github.com/apexcharts/apexcharts.js/tree/v1.1.2) (2018-08-03)
758[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.1.1...v1.1.2)
759
760## [v1.1.1](https://github.com/apexcharts/apexcharts.js/tree/v1.1.1) (2018-08-03)
761[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.1.0...v1.1.1)
762
763**Closed issues:**
764
765- Broken URL in Radialbar-Charts demo page [\#6](https://github.com/apexcharts/apexcharts.js/issues/6)
766
767**Merged pull requests:**
768
769- changed selectedActive to be inclusive [\#7](https://github.com/apexcharts/apexcharts.js/pull/7) ([JunichiOzawa](https://github.com/JunichiOzawa))
770
771## [v1.1.0](https://github.com/apexcharts/apexcharts.js/tree/v1.1.0) (2018-07-31)
772[Full Changelog](https://github.com/apexcharts/apexcharts.js/compare/v1.0.2...v1.1.0)
773
774## [v1.0.2](https://github.com/apexcharts/apexcharts.js/tree/v1.0.2) (2018-07-28)
775
776
777\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file