Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.6.8
π Enhancements
- Improve pie/donut tooltip positions
π Bug fixes
- Donut getting cropped when title added fixed; fixes #526
- Prevent forcing yaxis
niceScalewhen min and max is provided - fixes #492 - In stacked charts, Data labels overlap issue fix - fixes #514; fixes #521
- Marker tooltip - fixed position when followCursor is set to true
- Heatmap color issue when 0 values were provided fixed - fixes #508
- In candlestick charts - fix minXDiff variable to avoid overlap
- Prevent text ellipsis on datetime xaxis - fixes #507
- Xaxis range fix - fixes #511
Misc changes
- Add more e2e tests for new chart types
- Update Types
π Version 3.6.7
π Enhancements
- Allow single data-point to have a different color - fixes #467
- Timeline bar chart initial version implemented (not ready for production)
- Add default tooltip formatters for the timeline bar chart
π Bug fixes
- In reversed y-axis in a multi-axis chart, check for yaxis existence to prevent errors
- Bug fix when xaxis.range is neglected when labels are absent - fixes #491
- Cleanup as well as tiny bug fixes in data parsing
- Prevent forceful conversion of numeric xaxis; fixes #493
- Bug fix when a same negative value is present - fixes #504
- Small values in yaxis prevent fixed max/min - fixes #461
- Selection event bug fix; fixes #506
- Stacked bar overlap issue fix - fixes #507
- Return correct seriesIndex in the shared tooltip - fixes #478
π Version 3.6.6
π 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
π 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
π₯ 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
π Enhancements
- Add all public methods to exec function - fixes apexcharts/react-apexcharts#49
π 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
π 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
π Enhancements
- Donut click preserves inner labels - fix #384
π Bug fixes
- fix the issue of categories not updating in line/area charts - fixes apexcharts/react-apexcharts#46
- Typo fix in text drawing PR #389 - Thanks @mestaritonttu
- legend line-height fixed for mobile; fixes #378
π Version 3.6.1
π 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
π Enhancements
- Added
yaxis.reversedwhich 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: objectBoundingBoxby 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
customShapeson 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
π 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
xyseries 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&typeoptional - thanks @mikaelkaron - Removed unnecessary comments from tooltip function
- tiny check in
escapeString()function to prevent type errors