đ Change Log â
9.8.12 â
2024-12-22
- đ Remove console.
9.8.11 â
2024-12-22
- đ Fix the issue that custom indicator custom prompt data may be formatted incorrectly.
- đ Fix the issue that
executeActionmay cause an infinite loop. - đ Fix the issue that the overlay
zLeveloverlay is invalid. - đ Fix the issue that typescript types are not exported.
9.8.10 â
2024-06-06
- đ Fix the issue of blurry drawing of basic graphics
rect,line. - đ Fix the inaccurate zooming issue of instance methods
zoomAtCoordinate,zoomAtDataIndexandzoomAtTimestamp. - đ Fix the issue of possible error in x-axis zooming.
- đ Optimize the instance method
subscribeAction. Whentypeis 'onScroll' and 'onZoom', the callback method adds a new parameter. - đ Optimize the sub-item
attrsin the indicator attributefigures. Add callback parameterdata.
9.8.9 â
2024-05-28
- đ Fix style configuration
yAxis.type: 'percentage'error. - đ Fix declaration issue in typescript.
9.8.8 â
2024-05-14
- đ Fix the issue that the style configuration
candle.tooltip.customcannot be overridden when it is an array. - đ Fix the issue of decimal folding.
- đ Optimize the parameter
precisionin the overlay callback method.
9.8.7 â
2024-05-10
- đ Fix the issue of unsynchronized price and volume precision in indicator precision.
9.8.6 â
2024-05-07
- đ Fix an issue that chart API
registerIndicatorandregisterOverlayparametersextendDatacannot take effect. - đ Fix an issue of incorrect decimal folding when specifying
.as the thousandth character. - đ Fix an issue where overlays may not be moved after being created.
9.8.5 â
2024-04-14
- đ Optimize the default right offset distance of the chart.
- đ Fix area chart display issue.
- đ Fix occasional blank spaces in chart.
9.8.3 â
2024-04-12
- đ Optimize styles by adding
offsetLeft,offsetTop,offsetRightandoffsetBottomtocandle.tooltipandindicator.tooltip. - đ Optimize figure and support array for attrs.
- đ Optimize y-axis render.
- đ Optimize default display, change the default candle width to 8.
- đ Fix
applyMoreDataadd duplicate data issue. @cryptotooltop
9.8.2 â
2024-03-26
- đ Optimize the display of the area chart.
- đ Optimize smooth line drawing.
- đ Fix the overlay and drawing it to future time may not be an issue.
9.8.1 â
2024-03-13
- đ Fix an issue where initialize only
xAxisinlayoutcaused the chart to fail to initialize. - đ Fix an issue when modify the built-in indicator
VOLtocalcParams. - đ Optimize the accuracy of width calculation when display decimal fold on the y-axis.
- đ Optimize wheel event trigger.
9.8.0 â
2024-03-04
- đ Support custom coordinate axis.
- đ Support indicator mapping to future time.
- đ Support folding long decimals.
- đ Support adding data forward and backward.
- đ Fix formatting time issue for different browsers.
2024-01-12
- đ Fix the issue of ineffective indicator attributes
minValueandmaxValue. - đ Fix the display issue on the x-axis of the overlay.
- đ Optimize the display of style
candle.type: 'ohlc'. - đ Optimize drawing clarity.
9.7.1 â
2023-12-18
- đ Fix indicators and overlays methods not effect error.
- đ Fix package manager download node version dependency error.
9.7.0 â
2023-12-12
- đ Add instance apis
setMaxOffsetLeftDistanceandsetMaxOffsetRightDistance. - đ Add indicator attribute
zLevel. - đ Optimize the rendering of the ohlc candle bar.
- đ Fix the blurry issue with the candle bar.
- đ Fix the rendering rules for the
zLeveloverlay.
9.6.0 â
2023-11-14
- đī¸ Refactor the separator module.
- đ Chart api
init(ds, options), parameteroptionsaddlayout. - đ Instance api
createIndicator(value, isStack, paneOptions, callback), parameterPaneOptionsaddposition. - đ Style
candle.tooltip.customaddsturnoverstring template. - đ Optimize the style
overlay.textconfiguration. - đ Optimize the implementation of
utils.cloneandutils.merge. - đ Fix the issue of multiple overlay styles display error.
- đ Fix the issue of multiple indicator styles display error.
9.5.4 â
2023-09-22
- đ Fix the issue of not display the latest price line when the style
candle.typeisarea. - đ Fix the issue of incorrect display of the style
crosshair.vertical.text.paddingLeft.
9.5.3 â
2023-09-19
- đ Fix typescript import error.
9.5.2 â
2023-09-18
- đ Optimize the figure
text. - đ Optimize built-in overlays
simpleAnnotationandsimpleTag. - đ Optimize the free style of technical indicators and support increment.
- đ Fix typescript declaration issue.
9.5.1 â
2023-08-14
- đ Add chart api
getOverlayClass. - đ Style configuration
candle.tooltip.customadd built-in supportchange. - đ Optimize figure
rectevent trigger. - âŠī¸ Separator event trigger optimization rollback.
9.5.0 â
2023-06-15
- đ
Overlayadd eventonDoubleClick, add propertymodeSensitivity. - đ Style configuration
candle.tooltip.customsupports string templates. - đ Optimize the scrolling frame drop issue on the mobile side.
- đ Fix pane id naming typo.
- đ Optimize the response sensitivity of dividing line events.
- đ Optimize the attrs type declaration in OverlayFigure under typescript.
9.4.0 â
2023-05-25
- đ Instance API 'createOverlay' supports arrays.
- đ
overlayadd attributespaneId,defaultZLevelandzLevel. - đ
xAxisadd methodsconvertTimestampFromPixelandconvertTimestampToPixel. - đ Optimize the display of candle.
9.3.0 â
2023-05-13
- đ Add chart API
utils.calcTextWidth. - đ The instance APIs
createIndicator(value, isStack, options)andsetPaneOptions(options)have addedoptions. axisOptions. - đ The indicator graphic configuration supports customization.
- đ Optimize the bar width ratio.
- đ Optimize internal acquisition of screen pixel ratio.
- đ Optimize internal ID generation.
9.2.2 â
2023-05-04
- đ Fix figure
linecheck event error. - đ Optimize type check.
9.2.1 â
2023-04-27
- đ Optimize the default style by changing
#EF5350to#F92855and#26A69Ato#2DC08E. - đ Optimize typescript declarations.
9.2.0 â
2023-04-24
- đ Add instance API
getOffsetRightDistanceandexecuteAction. - đ Add success callback for instance API
applyNewData,applyMoreDataandupdateData. - đ Support the display of thousands.
- đ Add style configuration
candle.bar.upBorderColor,candle.bar.downBorderColor,candle.bar.noChangeBorderColor,candle.bar.upWickColor,candle.bar.downWickColor,candle.bar.noChangeWickColor,candle.tooltip.rect.positionandcandle.tooltip.rect.offsetBottom. - đ Add
realFromandrealToto allvisibleRange. - đ Optimize API,
klinecharts.utils.isValidandklinecharts.utils.formatBigNumber. - đ Optimize the log output in the development environment.
9.1.3 â
2023-04-15
- đ Fix the issue of not refreshing when the input parameter of the chart API
applyNewDatais an empty array. - đ Fix the issue of cross cursor text not displaying on the y-axis when there is no data.
- đ Optimize the display of area chart.
- đ Optimize coverage event callback parameters and add
figureKeyandfigureIndex. - đ Optimize typescript overlay style types, as well as base types
DeepPartialandDeepRequired.
9.1.2 â
2023-04-10
- đ Fix the issue of inaccurate triggering events for the built-in figure
line. - đ Fix the issue of triggering events for the first time after the
simpleAnnotationandsimpleTagbuilt-in overlays are drawn. - đ Optimize overlay figure to ignore events and support event selection.
9.1.1 â
2023-03-14
- đ Fix the invalidity of the built-in figure
arc. - đ Optimize rendering updates.
9.1.0 â
2023-02-23
- đ The chart instance method
subscribeActionandunsubscribeActiontypes addonCandleBarClick. - đ The overlay supports double-clicking to force the end of drawing.
- đ Optimize event handling.
9.0.1 â
2023-02-17 đ Fix the introduction of typescript.
9.0.0 â
2023-02-16
- đ Typescript refactoring.
- đ New features
- Add Y axis direction zoom and scroll.
- API
- New chart methods
registerFigure,getSupportFigures,getFigureClass,rigiderOverlay,getSupportOverlays,registerLocale,getSupportLocales,registerStylesare added. - New instance methods,
getSize,setLocale,getLocal,setCustomApi,getVisibleRange,createOverlay,getOverlayById,overrideOverlay,removeOverlay.
- New chart methods
- Style Configuration
- Add
candle.priceMark.last.text.borderStyle,candle.tooltip.icons,indicator.lastValueMark.text.borderStyle,indicator.tooltip.icons,crosshair.horizontal. text.borderStyle,crosshair.vertical.text.borderStyle.
- Add
- đ Change
- API
- Chart method
extension.addTechnicalIndicatorTemplateis changed toregisterIndicator. - Chart method
extension.addShapeTemplateis changed toregisterOverlay. - Instance method
setStyleOptionsis changed tosetStyles. - Instance method
getStyleOptionsis changed togetStyles. - Instance method
setPaneOptions(options),optionsadd new attributegap. - Instance method
setOffsetRightSpaceis changed tosetOffsetRightDistance. - Instance method
createTechnicalIndicatoris changed tocreateIndicator - Instance method
overlayTechnicalIndicatoris changed tooverrideIndicator. - Instance method
getTechnicalIndicatorByPaneIdis changed togetIndicatorByPaneId. - Instance method
removeTechnicalIndicatoris changed toremoveIndicator.
- Chart method
- Style Configuration
- All
line.styleoptions are changed tosolidanddashed. - All
dashValueis changed todashedValue. xAxis.heightis changed toxAxis.size,xAxis.tickeText.paddingTopis changed toxAxis.tickeText.marinStart, andxAxis.tickeText.paddingBottomis changed toxAxis.tickeText.marinEnd.yAxis.heightis changed toyAxis.size,yAxis.tickeText.paddingTopis changed toyAxis.tickeText.marinStart, andyAxis.tickeText.paddingBottomis changed toyAxis.tickeText.marinEnd.technicalIndicator.baris changed toindicator.bars,technicalIndicator.lineis changed toindicator.linesīŧtechnicalIndicator.circleis changed toindicator.circles
- All
- Custom Extension
- The technical indicator attribute
calcParamshas been changed to support any type. - The technical indicator attribute
plotsis changed tofigures. - The technical indicator attribute
regeneratePlotsis changed to' regeneratefigures'. - The technical indicator attribute
calcTechnicalIndicatoris changed tocalc. - The technical indicator attribute
renderis changed to 'draw'.
- The technical indicator attribute
- API
- đ Abandonment
- API
- Delete instance methods
getWidth,getHeight, and usegetSizeinstead. - Delete instance methods
createShape,createAnnotation,createTag, and usecreateOverlayinstead. - Delete instance methods
removeShape,removeAnnotation,removeTag. UseremoveOverlayinstead. - Delete the instance method
setShapeOptionsand useoverrideOverlayinstead. - Delete instance methods
createHtml,removeHtml,addTechnicalIndicatorTemplate,getTechnicalIndicatorTemplate,addShapeTemplate.
- Delete instance methods
- Style Configuration
- Delete
shape,annotation,tagand useoverlayinstead. - Delete
candle.marginīŧtechnicalIndicator.marginã
- Delete
- Custom Extension
- The related attributes are no longer saved in the technical indicator template.
- Delete
Shapeand useOverlayinstead.
- API
8.x â
Go to Github to check the change log for 8.x.
7.x â
Go to Github to check the change log for 7.x.
6.x â
Go to Github to check the change log for 6.x.
5.x â
Go to Github to view the 5.x release notes.
4.x â
Go to Github to view the 4.x release notes.