đ Change Log â
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
,zoomAtDataIndex
andzoomAtTimestamp
. - đ Fix the issue of possible error in x-axis zooming.
- đ Optimize the instance method
subscribeAction
. Whentype
is 'onScroll' and 'onZoom', the callback method adds a new parameter. - đ Optimize the sub-item
attrs
in 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.custom
cannot be overridden when it is an array. - đ Fix the issue of decimal folding.
- đ Optimize the parameter
precision
in 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
registerIndicator
andregisterOverlay
parametersextendData
cannot 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
,offsetRight
andoffsetBottom
tocandle.tooltip
andindicator.tooltip
. - đ Optimize figure and support array for attrs.
- đ Optimize y-axis render.
- đ Optimize default display, change the default candle width to 8.
- đ Fix
applyMoreData
add 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
xAxis
inlayout
caused the chart to fail to initialize. - đ Fix an issue when modify the built-in indicator
VOL
tocalcParams
. - đ 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
minValue
andmaxValue
. - đ 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
setMaxOffsetLeftDistance
andsetMaxOffsetRightDistance
. - đ 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
zLevel
overlay.
9.6.0 â
2023-11-14
- đī¸ Refactor the separator module.
- đ Chart api
init(ds, options)
, parameteroptions
addlayout
. - đ Instance api
createIndicator(value, isStack, paneOptions, callback)
, parameterPaneOptions
addposition
. - đ Style
candle.tooltip.custom
addsturnover
string template. - đ Optimize the style
overlay.text
configuration. - đ Optimize the implementation of
utils.clone
andutils.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.type
isarea
. - đ 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
simpleAnnotation
andsimpleTag
. - đ 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.custom
add built-in supportchange
. - đ Optimize figure
rect
event trigger. - âŠī¸ Separator event trigger optimization rollback.
9.5.0 â
2023-06-15
- đ
Overlay
add eventonDoubleClick
, add propertymodeSensitivity
. - đ Style configuration
candle.tooltip.custom
supports 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.
- đ
overlay
add attributespaneId
,defaultZLevel
andzLevel
. - đ
xAxis
add methodsconvertTimestampFromPixel
andconvertTimestampToPixel
. - đ 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
line
check event error. - đ Optimize type check.
9.2.1 â
2023-04-27
- đ Optimize the default style by changing
#EF5350
to#F92855
and#26A69A
to#2DC08E
. - đ Optimize typescript declarations.
9.2.0 â
2023-04-24
- đ Add instance API
getOffsetRightDistance
andexecuteAction
. - đ Add success callback for instance API
applyNewData
,applyMoreData
andupdateData
. - đ 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.position
andcandle.tooltip.rect.offsetBottom
. - đ Add
realFrom
andrealTo
to allvisibleRange
. - đ Optimize API,
klinecharts.utils.isValid
andklinecharts.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
applyNewData
is 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
figureKey
andfigureIndex
. - đ Optimize typescript overlay style types, as well as base types
DeepPartial
andDeepRequired
.
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
simpleAnnotation
andsimpleTag
built-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
subscribeAction
andunsubscribeAction
types 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
,registerStyles
are 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.addTechnicalIndicatorTemplate
is changed toregisterIndicator
. - Chart method
extension.addShapeTemplate
is changed toregisterOverlay
. - Instance method
setStyleOptions
is changed tosetStyles
. - Instance method
getStyleOptions
is changed togetStyles
. - Instance method
setPaneOptions(options)
,options
add new attributegap
. - Instance method
setOffsetRightSpace
is changed tosetOffsetRightDistance
. - Instance method
createTechnicalIndicator
is changed tocreateIndicator
- Instance method
overlayTechnicalIndicator
is changed tooverrideIndicator
. - Instance method
getTechnicalIndicatorByPaneId
is changed togetIndicatorByPaneId
. - Instance method
removeTechnicalIndicator
is changed toremoveIndicator
.
- Chart method
- Style Configuration
- All
line.style
options are changed tosolid
anddashed
. - All
dashValue
is changed todashedValue
. xAxis.height
is changed toxAxis.size
,xAxis.tickeText.paddingTop
is changed toxAxis.tickeText.marinStart
, andxAxis.tickeText.paddingBottom
is changed toxAxis.tickeText.marinEnd
.yAxis.height
is changed toyAxis.size
,yAxis.tickeText.paddingTop
is changed toyAxis.tickeText.marinStart
, andyAxis.tickeText.paddingBottom
is changed toyAxis.tickeText.marinEnd
.technicalIndicator.bar
is changed toindicator.bars
,technicalIndicator.line
is changed toindicator.lines
īŧtechnicalIndicator.circle
is changed toindicator.circles
- All
- Custom Extension
- The technical indicator attribute
calcParams
has been changed to support any type. - The technical indicator attribute
plots
is changed tofigures
. - The technical indicator attribute
regeneratePlots
is changed to' regeneratefigures'. - The technical indicator attribute
calcTechnicalIndicator
is changed tocalc
. - The technical indicator attribute
render
is changed to 'draw'.
- The technical indicator attribute
- API
- đ Abandonment
- API
- Delete instance methods
getWidth
,getHeight
, and usegetSize
instead. - Delete instance methods
createShape
,createAnnotation
,createTag
, and usecreateOverlay
instead. - Delete instance methods
removeShape
,removeAnnotation
,removeTag
. UseremoveOverlay
instead. - Delete the instance method
setShapeOptions
and useoverrideOverlay
instead. - Delete instance methods
createHtml
,removeHtml
,addTechnicalIndicatorTemplate
,getTechnicalIndicatorTemplate
,addShapeTemplate
.
- Delete instance methods
- Style Configuration
- Delete
shape
,annotation
,tag
and useoverlay
instead. - Delete
candle.margin
īŧtechnicalIndicator.margin
ã
- Delete
- Custom Extension
- The related attributes are no longer saved in the technical indicator template.
- Delete
Shape
and useOverlay
instead.
- 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.