Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.6.6

08 Apr 17:46
92909ae
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Re-added Webpack build for AMD. Fixes loading using Require.js; fixes #357

🐞 Bug fixes

  • In multiple yaxis - minWidth was not working for multi-axis chart; fixes #473
  • DataLabels should not print null values - fixes #469
  • xaxis.tickPlacement: 'on' caused categories labels being neglected - fixes #472
  • Rotate x-axis labels when they overlap
  • Dynamically updating theme mode should update all text colors - fixes #459 - Thanks @cemujax
  • When series is updated with a null array, render a blank chart - fixes #428
  • paired value data fix - fixes #466

πŸ’Ž Version 3.6.5

01 Apr 06:43
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Added theme.mode - fixes #218
  • New event - events.markerClick - fixes #452
  • Provided a new option to set parent height - parentHeightOffset; fixes #454

🐞 Bug fixes

  • DataLabels position issues - fixes #383, fixes #393
  • Single data-point issue - fixes #444
  • IE11 fixes

πŸ”₯ Breaking Changes

  • Added endingShape property again until borderRadius in bars is implemented.

Misc changes

  • Gridlines added in a separate parent element - fixes #395
  • Typings added for react-apexcharts / vue-apexcharts

πŸ’Ž Version 3.6.4

27 Mar 15:53
Compare
Choose a tag to compare

πŸ†• Enhancements

🐞 Bug fixes

  • Fixed bugs for ultra-small values - fixes #410, fixes #426
  • Prevent dataLabelsGroup undefined error when selecting pie/donut slice
  • Prevent module undefined error - fixes #412
  • Fixed problem rendering a smooth line with an area step-line - Thanks @etresoft
  • When updating series with variable length, check series.type - fixes #428
  • Prevent candlestick to overflow outside - fixes #430
  • fix responsive error when yaxis is present - fixes #431
  • allow yaxis labels to align left, right, center - fixes #416

πŸ”₯ Breaking Changes

  • Removed endingShape setting from bars/columns. Will be replaced with borderRadius in future.

Misc changes

  • Fixed typo in german locale - Thanks @razorness
  • Added tooltip.style in types
  • Typo fix in typescript file

πŸ’Ž Version 3.6.3

19 Mar 05:57
9eaf34b
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Draw stroke above the area in area charts - fixes #400

🐞 Bug fixes

  • x-annotations fixed when no categories are available - fixes #401
  • Fixed the gradient line issue when all values are same - fixes #358
  • In multi-axis charts - min max values fixed; fixes #391
  • Removed the invalid condition in x-axis labels - fix #392
  • y-axis labels corrected for small values - fix #397
  • Fixed hover issue on pie and radial-bar - fixes #399, fixes #403

Misc changes

  • Add Indonesian Locale
  • Updated e2e tests to catch NaN issues in SVG paths

πŸ’Ž Version 3.6.2

11 Mar 20:26
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Donut click preserves inner labels - fix #384

🐞 Bug fixes

πŸ’Ž Version 3.6.1

11 Mar 11:01
Compare
Choose a tag to compare

🐞 Bug fixes

  • Fixed a calculation error in the grid which printed NaN values for pie/donuts and that caused pie/donut charts to be broken.

πŸ’Ž Version 3.6.0

10 Mar 19:16
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Added yaxis.reversed which flips the chart upside down. Reversed y-axis will be supported in line, area, bar, columns, scatter, bubble and heatmap charts.
  • add an option to allow custom SVG in point-annotation; fixes #157
  • image fill in scatter charts should have patternUnits: objectBoundingBox by default - fixes #373

🐞 Bug fixes

  • category xaxis annotation fix - fixes #387
  • fix NaN issue in area paths which fixed invisible area bug - fixes #374
  • send correct xaxis range in zoomed event after beforeZoom - fixes #371

πŸ”₯ Breaking changes

  • Removed customShapes on bars/columns as the code got really complex and bug-prone causing a lot of maintenance cost.

Misc changes

  • Fix an abbreviation in the DE locale - Thanks @jnncks
  • added scatter-images in examples

πŸ’Ž Version 3.5.1

04 Mar 08:24
Compare
Choose a tag to compare

🐞 Bug fixes

  • discard series length in stacked column charts when xaxis is datetime - fixes #308
  • escape seriesName to prevent querySelector errors - fixes #355
  • Data parsing error for xy series fixed; fixes #368
  • IE11 - replaced Global Number Constants; fixed y-axis range - fixes #366
  • Tiny responsive fix to prevent zoom issues when responsive config is present in time-series

Misc changes

  • Added rollup-strip-plugin - references #351
  • Make fontFamily & type optional - thanks @mikaelkaron
  • Removed unnecessary comments from tooltip function
  • tiny check in escapeString() function to prevent type errors

πŸ’Ž Version 3.5.0

24 Feb 11:59
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Range (region) annotations added - User will be able to draw regions over charts using the same annotations property - Thanks @mamasselin
  • New property - yaxis.showAlways property to prevent hiding y-axis when user toggles series via legend click - fixes #339
  • toolbar.tools allow custom icons - fix #340
  • New method appendSeries - fix #346

🐞 Bug fixes

  • strokeColor for distributed bars - fixed #341
  • toUTCString() changed to toISOString() to fix timezone issue - Thanks @tgpoint
  • Added check to prevent dataLabels calculation if dataLabels option is disabled - Thanks @mamasselin
  • radialbar animation issue - fixes #348

Misc changes

  • Typings corrected for tooltip.shared - Thanks @isy
  • Annotations example updated to show region/range annotations
  • new annotation property - fillColor and opacity

πŸ’Ž Version 3.4.1

17 Feb 13:42
Compare
Choose a tag to compare

🐞 Bug fixes

  • Gradient property colorStops should accept stops from 0 to 100 instead of 0 to 1 to maintain consistency with the existing stops property.