Releases: tradingview/lightweight-charts
Releases · tradingview/lightweight-charts
1.2.1
Added
- Add custom price lines (#183)
- Migrate canvas-related logic to fancy-canvas library (#141)
- Add coordinateToPrice method to ISeriesApi (#171)
Fixed
- Scrolling by price is incorrect (#213)
- Histogram (volume) does not honor color setting (sometimes) (#233)
- Logarithmic scaling is applied to volume (#227)
- hoveredSeries in mouse events params is always undefined (#190)
lineType
option does not work for area/line series (#220)- Double clicking on time scale will reset fix left edge (#224)
- Series' marker does not aligned after autoscale (#212)
- Error on setData empty array for overlay histogram series (#267)
- Added some missing docs (#211 #193 #245)
See issues assigned to this version’s milestone or changes since the last published version.
1.1.0
Added
- Apply localization to specific series (#62)
- Series-based markers (#24)
- Reduced size of the library by using
ts-transformer-minify-privates
transformer (#98)
Fixed
- The chart can't start from the left (#144)
- OHLC charts render incorrect when
value
is provided (#165) - Price axis is not shown if series is created inside promise chain (#164)
- The line chart can't move to the left (#143)
- Lots of non-passive event listener warnings (#139)
- applyOptions of histogram series with color doesn't affect the data (#112)
- Price Axis Scaling Bug (#122)
- LineSeries is not displayed if starting x value is out of viewport (#116)
- Crosshair isn't updated when timescale is changed (#120)
- Pinch isn't prevented by long tap (#95)
Thanks to our contributors:
- zach @n8tb1t
- Chris Kaczor @krzkaczor
See issues assigned to this version’s milestone or changes since the last published version.