apexcharts.js:一个现代JavaScript图表库,用于使用简单的API构建交互式图表和可视化
apexcharts.js:一个现代JavaScript图表库,用于使用简单的API构建交互式图表和可视化 junedchhipa released this
Assets
2
junedchhipa released this
🆕
Enhancements
- Customizable export filenames - fixes #2042
- Show x-axis gridlines even when x-axis labels are hidden - fixes #2089
🐞
Bug Fixes
- Fix undefined tooltip issue in a timeline chart
- Remove resize handler properly on destroy - fixes #2020
- CSV bug export when category contains a comma - fixes #2036
- Fix multiline text in x-axis when using XY format in series - fixes
- Add passive: true to event listeners - ref #937
- Fix auto height increase when the height is 100% - fixes #2059
- Fix log scale in radar chart - fixes #2078
- Remove code to hide data label when it is cropped
- Add tooltip title formatter for horizontal chart
- Bugfix when no data in treemap - fixes #2090
- Bug fix in min/max functions in y-axis - fixes #538
- Fix Y-axis tickamount when formatter is applied - fixes #2086
Assets
2
junedchhipa released this
🆕
Enhancements
- Add min/maxSecond to DateTime.getTimeUnitsfromTimestamp() - Thanks, @jessecrossley
- New property
redrawOnWindowResize
which allows you to control whether the chart should update when the window size changes. This is different fromredrawOnParentResize
which just checks for parent container resize events. - Re-add ESM build as requested by many users.
🐞
Bug Fixes
Assets
2
junedchhipa released this
🆕
Enhancements
- Add a flag to group rows together (rangeBarGroupRows) in a multi-series timeline chart - thanks, @kgram007
- New event - beforeResetZoom
- dateformatter option added in xaxis.labels.formatter to allow the user to format dates when using xaxis.labels.formatter
🐞
Bug Fixes
- Corrected shade color in heatmap - fixes #1916
- X-axis title color - fixes #1922
- Treemap drop shadow; check the series length in theme - fixes #1935
- Prevent legend to take up all space - fixes #1835
- Stacked data labels bug fix - fixes #1951
Misc changes
- Add Simplified Chinese (zh-cn) locale. - Thanks, @f0rb1d
Assets
2
junedchhipa released this
🆕
Enhancements
- New chart type TREEMAP added
🔥 - New event when scrolling on brush chart.
chart.events.brushScrolled
🐞
Bug Fixes
Assets
2
junedchhipa released this
🐞
Bug Fixes
- Distributed bars bug fix - fixes #1898
Assets
2
junedchhipa released this
🆕
Enhancements
- Category tick-amounts implemented; improve axes utils - fixes #939
- Add a seriesName attribute in legend for easier CSS access - fixes #1883
🐞
Bug Fixes
- Fix bugs when x-axis values are duplicated - fixes #1826
- Prevent scrollToTop when clicking on the chart - fixes #1825
- Add check for series in Candlestick in mixed charts - fixes #1840
- Add check for baseEl which throws undefined error while destroying
- Fix tooltip.inverseOrder - fixes #1402
- Annotations bug fix - fixes apexcharts/vue-apexcharts#279
- Remove forceful series injection while updating - fixes #1875
- Using fillColor in series.data should show correct color in tooltip - fixes #1668
Assets
2
junedchhipa released this
🆕
Enhancements
- Preserve order of series and data-labels - fixes #1709
- Allow user to select a color series wise for axis charts
- Preserve y-axis min/max on update
- Remove unnecessary condition in tooltip check - fixes #1720
🐞
Bug Fixes
- Bugfix in the time difference in chrome and safari - fixes #1726, fixes #1544,
- Mixed chart null values fix - fixes #1389
- Bugfix in destroy function - fixes apexcharts/vue-apexcharts#256
- Make chart's height equal whether the legend is present or not - fixes #1414
- Fix marker colors in stacked charts - fixes #1725
- Marker color fill and stroke for 1st point - fixes #1742
- Fix y-axis title rotate bug - fixes #1766
- Breaking change - remove annotations.shape
- Fix legend click issue when panning is enabled - fixes #1474
- Remove
esm
build as it breaks all other wrapper libs - ShowDuplicates bug in x-axis - fixes #1729
- Remove comma from the multiline x-axis title tag
- Timeline gridline drawing fix when xaxis.labels.formatter is present
- Fix unhandled error when toggling visibility - Thanks, @mattkhaw
Assets
2
junedchhipa released this
🆕
Enhancements
- Configurable CSV options - fixes #1527
- In area charts, allow fill to extend to bottom for negative values - fixes #1472
- In the tooltip, remove default colon to allow customization - fixes #1660
- Draw lines as shape annotations - Thanks, @Clint-Chester
- Radar chart size based on x-axis labels width - fixes #1663
🐞
Bug Fixes
- Modify sort function to fix tooltip color in firefox - fixes #1624
- Set HeatMap's baseline color appropriately for dark mode - Thanks, @short2strings
- Fixed exported background for the dark theme - fixes #1669
- Candlestick reset zoom fix; Also fixes the series issue when cloned - fixes #1679
- fix backgroundBarColors - fixes #1375
- logscale fix for multiple charts - fixes #1335
- tooltip.marker.fillColors - fixes #1618
- remove min-height on destroy - fixes #1654
- prevent animation on each render in bubble chart - fixes #1670
- background option in pie data-labels - fixes #1625
- csv datetimeformatter - fixes #1647
Misc
- Add Albanian locale. Thanks, @sirdree
Assets
2
junedchhipa released this
🐞
Bug Fixes
- Fix for radial-bar's custom angle which got affected due to pie.startAngle
Assets
2
🆕
Enhancements
- New property -
borderRadius
in annotation label
🐞
Bug Fixes
- Pie/donut chart - toggledatapointselection issue - fixes #1464
- X-axis timescale fix - fixes #1478
- Y-axis labels colors issue - fixes #1490
- Prevent mutating original series when hiding through legend. Fixes thin bar issues when series is hidden and reset zoom is pressed.
- Allow disabling y-axis tooltip in a multi-yaxes chart - fixes #1482
showSeries
method fix for stacked bar charts - fixes #1517- Prevent drawing marker outside drawing area - fixes #1520
- Sync zoom and pan tools in synced charts - fixes #1530
- Change the dark theme color - references #218
- Data-labels bug fixes in bar charts - fixes #1524
- Grid line fixes for bar charts
Misc changes
- Fix wrong polish translation of zoomOut - Thanks, @fracz
Assets
2
junedchhipa released this
🆕
Enhancements
- A new method for zooming on x-axis - zoomX
- New chart type - Polar Area Charts
- New property in timeline charts - plotOptions.bar.rangeBarOverlap; fixes #1153
- Border Width in radar spokes - fixes #1460
🐞
Bug Fixes
Assets
2
junedchhipa released this
🆕
Enhancements
- Sort the datetime/numeric x-axis before drawing - fixes #1400
- Annotation fill - allow 8 digit hex; fixes #1410
- Allow rgba in fill.colors as well as allow 8 digit hex with alpha - fixes #1420
🐞
Bug Fixes
- Exporting PNG/SVG issue fixes
- isSeriesNull() bug fix
- Radar datalabels formatter - fixes #1398
- Heatmap annotation fix - fixes #1201
- Point annotation image fix
- Stacked bar chart - negative bug; fixes #1372
- Fixed zoom type y - fixes #1422
- Strokewidth issue in bars - fixes #1435
- Legend querySelector issue - fixes #1441
Misc changes
- Image annotation in samples
Assets
2
junedchhipa released this
🆕
Enhancements
- Bar chart new property - startingShape
- New property - yaxis.showForNullSeries - fixes #1299
- New property -
plotOptions.heatmap.useFillColorAsStroke
🐞
Bug Fixes
- X-axis title in horizontal bar chart - offset fix
- Legend height issue on mobile - fixes #636, fixes #1328
- Fixed a bug in stacked bar where 0 values were ignored - fixes #1367
- Tooltip for range-bar issue - fixes apexcharts/vue-apexcharts#215
- Grid row colors bug - fixes #1377
- Data-labels in bar charts improved.
- X-axis 1st January fix for day scale - fixes #1378
- Replace querySelectors with getElementsByClassName - fixes #1310
- Prevent undefined printed in the tooltip if series is collapsed
Misc changes
- Add Polish locale - Thanks, @TheDoctor0
Assets
2
🔥
Breaking Changes
- Removed public methods -
addText()
,addImage()
andaddRect()
. These things are moved to annotations config - New Annotation types added
annotations.texts
,annotations.images
andannotations.shapes
.
🆕
Enhancements
- Improved top positioned x-axis placement
- Font-weight for xaxis labels - fixes #1352
- Radar chart toggle series improvement
- New property -
dataLabels.distributed: true | false
🐞
Bug Fixes
Misc changes
An attempt to fix the babel issue #1359 didn't work well.
Assets
2
junedchhipa released this
🆕
Enhancements
- Added font-weight properties to labels and titles
- Multiseries CSV export improvement - fixes #1177
- autoScaleYaxis in a brush chart disabled for multi-series - fixes #1294
- Reset zoom on reset series - fixes #1302
🐞
Bug Fixes
Assets
2
junedchhipa released this
Assets
2
junedchhipa released this
🆕
Enhancements
- Pass datapoint-index in custom color function - fixes #1241
🐞
Bug Fixes
- Remove zoom border on export - fixes #1226
- Multiple donut charts clash fix - fixes #1234-
- Tooltip formatter in timeline charts - fixes #1235
- Annotations disappearing on zoom fix - fixes #917
- Annotation clip-path and not cover x-axis - fixes #770
- Annotations fix in category charts
- Draw annotation rectangle even if the text is undefined - fixes #985
- Logarithmic fix when updating dynamically - fixes #1179
- Donut total data labels - hide when pie selected - fixes #1237
- Prevent updating grouped charts - fixes #623, fixes #914
- Remove pie donut hardcoded padding when the legend is hidden - fixes #1227
- Min yaxis value in formatter function - fixes #1230
- Clipped radial-bars fix when drop-shadow is true - fixes #1244
- In a shared tooltip - prevent empty tooltip when all values are null - fixes #1240
- Browser difference fix for radial-bars - fixes #1243
- Remove unnecessary promise in killSVG function - fixes @1245
- A small fix in Filters which caused issues in a heatmap
- Tooltip out of chart position fix - fixes #667
- Pie & donut height fix for sparkline enabled charts
Misc Changes
- Added Dutch locale - Thanks @tjveldhuizen
Assets
2
🐞
Bug Fixes
Assets
2
junedchhipa released this
🐞
Bug fixes
- A major bug fix that fixed the overwriting option in multiple charts on the same page.
Assets
2
🐞
Bug fixes
- Last version 3.13.0 broke pie/donut labels. Fixed the formatter for it.
Assets
2
junedchhipa released this
🔥
Breaking Changes
- Unused SVG.js code removed to bring down bundle size. Minified 449kB reduced to 425kB.
- Removed IE11 polyfills and added lists of polyfills to add for IE11 support.
- In radar chart, renamed the outer data labels as xaxis labels.
🆕
Enhancements
- Data labels improved styling. Now, the data-labels can be given a background color to pop out clearly.
🐞
Bug fixes
- Xaxis - one-hour offset issue fixed.- fixes #110, fixes #841
- Broken CSV export (file not found) issue fixed.
- Require.js issue fixed. Updated AMD build to prevent undefined error in require.js - fixes #357
- Rotated yaxis labels x position fix - fixes #1038
- Discrete markers fix square marker - fixes #892
- Fix stroke issue for bubble - fixes #945
- RemoveAnnotation cleanup - fixes #1126
- Fixed a bug in toggleDataPointSelection for pie chart - fixes #1108
Misc changes
- Added catalan locale - Thanks @ jmformenti
- Revamp e2e tests implementation - Thanks @sergkop
Assets
2
junedchhipa released this
🆕
Enhancements
- Add Export to CSV option - fixes #676
- Add a new property
borderWidth
for Annotations stroke width - fixes #1137
🐞
Bug fixes
- Allow the radar chart to have negative values - fixes #1029
- Pie size fixes for mobile devices - fixes #583
- Fixed tooltip formatter invoking twice - fixes #1161
- Data label overflowing fix in bars - fixes #1162
- Remove forceful column conversion in a combo chart - fixes #1166
- Prevent hiding yaxis when grid.show is false
- Combo chart tooltip issue - fixes #1119
- Close menu when clicked anywhere else - #1127
- X-axis one-hour offset fix - fixes #110, fixes #841
- X-axis first and the last label cropped fixed
Misc changes
Assets
2
🆕
Enhancements
- ApexCharts becomes a partner of FusionCharts
🎉 - FusionExport integrations in the Dashboard samples
- Enabling multiple time ranges on timeline bar charts (https://apexcharts.com/javascript-chart-demos/timeline-charts/) - fixes #560
🐞
Bug fixes
- Prevent negative values on the yaxis if there is no negative value in series - fixes #968, fixes #614
- Fixed nodata.offsetY - fixes #1039
- Fixed pie.expandOnClick - fixes #1045
- Radar chart yaxis fontSize - fixes #1034
- Fixed log scale when small values are provided - fixes #972
- In a range bar chart, preset the yaxis min
Misc changes
- Added the Finnish language - Thanks Vesa Kauppinen
- Added Swedish language - Thanks Vesa Kauppinen
- DropShadow type consolidation and fixes - Thanks @KYDronePilot
Assets
2
junedchhipa released this
🐞
Bug fixes
- Fixed a major bug #983 which caused the data to display reversed.
Assets
2
🆕
Enhancements
- Allow different data-labels colors when
bar.distributed
is true - Custom data-labels formatter in bubble charts - fixes #925
- Donut Chart - New property
plotOptions.pie.donut.labels.total.showAlways
which allows determining whether the total label should be shown always and not change if a user hovers over the donut slices. - Allow markers to have different stroke-width for each series - fixes #936
- Extract JS-generated styles to external CSS (fix CSP issues) #727 - Thanks to @spotman
- Horizontal Bar chart's y-axis now has additional parameters to show more information in y-axis labels.
🐞
Bug fixes
- Fix columns overlap in datetime bar charts - fixes #924
- Autoscale yaxis enabled on zoom-in and zoom-out - fixes #908
- Prevent hiding legend when a series is hidden in a single series chart - fixes #919
- Legend markers and tooltip markers color issue fixed when a function is provided in colors - fixes #725
- Prevent cropped data-labels in semi radialBar charts - fixes #930. Also, in semi radialBar - height issue corrected when data-labels are disabled
- Stroke-width in bubble charts - fixes #950
- Fix sort function for the numeric x-axis
- Barchart data-labels alignment fix - fixes #979
Misc Changes
- Add Ukrainian locale - Thanks to @koljada
- Add Italian locale - Thanks to @heartbeatLV
Assets
2
🆕
Enhancements
- Allow different data-labels colors when
bar.distributed
is true - Custom data-labels formatter in bubble charts - fixes #925
- Donut Chart - New property
plotOptions.pie.donut.labels.total.showAlways
which allows determining whether the total label should be shown always and not change if a user hovers over the donut slices. - Allow markers to have different stroke-width for each series - fixes #936
- Extract JS-generated styles to external CSS (fix CSP issues) #727 - Thanks to @spotman
- Horizontal Bar chart's y-axis now has additional parameters to show more information in y-axis labels.
🐞
Bug fixes
- Fix columns overlap in datetime bar charts - fixes #924
- Autoscale yaxis enabled on zoom-in and zoom-out - fixes #908
- Prevent hiding legend when a series is hidden in a single series chart - fixes #919
- Legend markers and tooltip markers color issue fixed when a function is provided in colors - fixes #725
- Prevent cropped data-labels in semi radialBar charts - fixes #930. Also, in semi radialBar - height issue corrected when data-labels are disabled
- Stroke-width in bubble charts - fixes #950
- Fix sort function for the numeric x-axis
- Barchart data-labels alignment fix - fixes #979
Misc Changes
- Add Ukrainian locale - Thanks to @koljada
- Add Italian locale - Thanks to @heartbeatLV
Assets
2
🆕
Enhancements
- Build modified to minify AMD, es, commonjs files
- Visually separate the datetime labels to identify years from months and months from days
- Add chart context in toolbar icon function params - fixes #810
🐞
Bug fixes
- Fix y-axis zoom bug - fixes #794
- Fix ApexCharts.exec type declaration - Thanks @franklx
- Fix forceNiceScale for small values #759 #672 - Thanks @nadvornik
- Fix pie chart tooltip values being rounded off - fixes #814
- Minor correction for detecting pie/donut charts in label formatters
- Decimals for small values in a bar chart - fixes #648
- Fix brush behavior when a series is toggled via legend when autoscale is turned on - fixes #795
Misc changes
- Added Turkish language file - Thanks @oguzhaninan
Assets
2
🐞
Bug fixes
- Fix browser crash for smaller values - fixes #672
- Add check for existant series in
updateOptions
method - Thanks @MaxLeiter - Prevent NaN values in data-labels when stacked 100 total is 0 - fixes #669
- Prevent cropping of datalabels by removing clippath attr - fixes #662
- Remove delayed annotation display for scatter charts - fixes #685
- Fix wrong date issue when using formatter - fixes #728
Assets
2
junedchhipa released this
🆕
Enhancements
- Add marker events
click
anddblclick
- Add toggleDataPointSelection method to exec - fixes #731
- Enable discrete markers for radar charts - fixes #723
🐞
Bug fixes
- Bug fixed in tooltip.enabledOnSeries - fixes #697
- Bug fixed in
appendSeries
method when a series is appended to an empty initial series. - Annotation fix for string numeric x-axis - fixes #743
- Turn off autoScaleYaxis for multi-axis charts - fixes #737
- Disabled dropshadow for radial-bar charts in IE - fixes #703
- Prevent yaxis alteration in a grouped chart while zooming - fixes #650
Assets
2
🆕
Enhancements
- A new method called
resetSeries()
added which resets the chart to its original data. - Recalculate height for pie, donut and radial-bar charts to prevent extra spacing - fixes #495, fixes #561, fixes 607
🐞
Bug fixes
- Fixed SVGTextContentElement bug - fixes #624
- Prevent negative attr issue when the chart is not rendered on DOM.
- Fix bug when panning with autoScaleYaxis turned on - fixes #642
- IE11 fix for radial-bar charts - fixes #660
- Prevent cropped radial chart - fixes #647
- Error fix in the pie when no series is present - fixes #620
- Bug fix in a multi-yaxis chart when chart.stacked is true - fixes #625
🔥
Breaking Changes
- The pie/donut/radialBar charts will have their heights recalculated to prevent additional spacings at the bottom. This might need adjustments in your existing pie charts if you have not specified a fixed height.
Misc Changes
- Add missing types
Assets
2
junedchhipa released this
🆕
Enhancements
- New property -
chart.zoom.autoScaleYaxis
when zoomed which changes the y-axis based on the zoom selection - fixes #246, #297, #566 - Range annotations in category charts - fixes #600
🐞
Bug fixes
- Prevent updating all grouped charts when exec is called - fixes #610
- Prevent duplicate y-axis labels for small values in a multi-axis chart - fixes #619
- RemoveEventlistener on destroy - fixes #612
- Do not draw annotation for empty text - fixes #621
Misc Changes
- Put locales back in the
dist
directory which was accidentally ignored inpackage.json
- fixes apexcharts/vue-apexcharts#26
Assets
2
🆕
Enhancements
- Heatmap new property - reverseNegativeShade - fixes #597
- Allow hiding tooltip for specific series. New property
tooltip.enabledOnSeries
added - fixes #599
🐞
Bug fixes
- Fixed first and the last bar out of area bounds fix - fixes #540
- Duplicate y-axis labels fix - fixes #576, #fixes #588
- To prevent CSS selector issue, replace class-name of a series to an HTML attribute - fixes #593
- Annotations orientation fix when adding it dynamically - fixes #606
- Prevent overflow of markers outside the drawing area
- toggleSeries issue in multi-axis chart - fixes apexcharts/vue-apexcharts#91
Misc Changes
- Add missing types
- In real-time charts - provide another approach to reset data to preserve animation - fixes #605
Assets
2
🆕
Enhancements
- Improve Rangebar chart animations
- Add default label formatters for Rangebar charts
- Allow drop shadow color to be different for each series - fix #551
🐞
Bug fixes
- Prevent drawing background label in annotation if the text is empty - fixes #528
- Ultra small values fix - fixes #553
- Fix x-axis range issue when no labels are provided - fixes #491
- Turn off x-axis rotation to prevent wrong y-axis values fixes #522
- AppendSeries issue fix - fixes #546
- In stacked bar charts, improved data label calculations.
Misc Changes
- Unit test for exponential values added
- Add new types
- Rangebar and Timeline samples created
Assets
2
junedchhipa released this
🆕
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
Assets
2
🆕
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
Assets
2
🆕
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
Assets
2
🆕
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
Assets
2
🆕
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
Assets
2
junedchhipa released this
🆕
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
Assets
2
junedchhipa released this
🐞
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
Assets
2
junedchhipa released this
🆕
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 totoISOString()
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
andopacity
Assets
2
- Gradient property
colorStops
should accept stops from 0 to 100 instead of 0 to 1 to maintain consistency with the existingstops
property.
Assets
2
junedchhipa released this
Assets
2
🆕
Enhancements
- Code formatter (prettier) applied globally in all files
🔥
Breaking Changes
- revert
xaxis.tickPlacement
to 'between' by default - fixes #305
🐞
Bug fixes
- check el existence before removing listener - fixes apexcharts/vue-apexcharts#54
- typings corrected; fixes #306
- In multi-yaxis, ignore hidden yaxis - fixes #291
- In a multi-axis chart - fixed yaxis being cropped; fixes #98
- Heatmap color bug on updated fixed; fixes #312
junedchhipa released this
Assets
2
🔥
Bug fixes
- Tooltip re-enabled for pie/donuts.
junedchhipa released this
Assets
2
🐞
Bug fixes
- fix legend fontSize - fixes #272
🔥
Breaking Changes
- IE11 support restored. After getting feedback from users, refactored code to eliminate some ES6 features and made the build IE11 compatible again. This means, users don't need to load polyfills to run ApexCharts in IE11
Other changes
- Pie/Radar charts samples updated (removed invalid properties in those samples).
Watchers:125 |
Star:9991 |
Fork:691 |
创建时间: 2018-07-24 23:22:23 |
最后Commits: 10天前 |
许可协议:MIT |
分类:可视化/图表 / JavaScript开发 |
收录时间:2018-07-31 17:06:45 |
434cade
Compare