Skip to content

Releases: devexperts/dxcharts-lite

v2.4.4

29 Dec 13:09
Compare
Choose a tag to compare

What's Changed

  • Manually bump version for 2.4.3 release by @dxpm in #124
  • 80 low label disappears too early on bottom border by @hokilpet in #126
  • enhancement: add predicate for hit test drawers by @Keelaro1 in #114
  • fix: fixed glitch for first pane bounds by @KirillBobkov in #128
  • fix: only vertical line presented on mobile for crosstool by @KirillBobkov in #127

Full Changelog: 2.4.3...v2.4.4

2.4.3

22 Dec 11:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.2...2.4.3

2.4.2

22 Dec 08:00
Compare
Choose a tag to compare

What's Changed

  • Manual bump version after v2.4.1 release by @dxpm in #112
  • fix: don't trigger yScale subject if scale didn't change by @Keelaro1 in #113
  • feat: removed redrawBackgroundChartArea and improved performace by @KirillBobkov in #102
  • Update npm-publish.yml by @dxpm in #115
  • Update npm-publish.yml by @dxpm in #116

Full Changelog: 2.4.1...2.4.2

2.4.1

18 Dec 19:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...2.4.1

v2.4.0

18 Dec 17:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

01 Dec 14:44
Compare
Choose a tag to compare

What's Changed

  • feat: add touchpad sensitivity to chart config by @KirillBobkov in #72
  • Lock scale price time fix by @alextsk in #62
  • fix: show y axis on snapshot by @Keelaro1 in #73
  • fix: show correctly hovered width of dataseries which can be configur… by @Keelaro1 in #74
  • fix: changed the logic of zoom constraint when the xStart and xEnd do… by @disyakidneyshot in #75
  • fix: sometimes volume label is displayed incorrectly by @KirillBobkov in #71
  • feat: add fast scroll touch event for mobile by @Keelaro1 in #76
  • Update npm-publish.yml by @dxpm in #83
  • Update npm-publish.yml by @dxpm in #84
  • Update npm-publish.yml by @dxpm in #85
  • Update npm-publish.yml by @dxpm in #86
  • Update npm-publish.yml by @dxpm in #88

New Contributors

  • @dxpm made their first contribution in #83

Full Changelog: v2.2.0...v2.3.0

v2.0.0

04 Sep 07:16
Compare
Choose a tag to compare

What's Changed

New features:

  • support reordering for dynamic objects (use chart.dynamicObjects).
  • each y-extent now have their own yAxis

BCs:

  • dynamicDrawingCanvas was removed
  • overDataSeriesCanvas was removed
  • staticDrawingCanvas was removed
  • dataSeriesCanvas was replaced with dynamicObjectsCanvas

API Refactoring:

  • ChartBootstrap is deprecated in favor of Chart
  • new API for data manipulation chart.setData & chart.updateData
  • chart.scale instead chart.scaleModel
  • chart.data instead chart.chartComponent
  • chart.watermark instead chart.watermarkComponent
  • chart.snapshot instead chart.snapshotComponent
  • chart.yAxis instead chart.yAxisComponent
  • chart.xAxis instead chart.xAxisComponent
  • chart.paneManager.panes instead chart.paneManager.paneComponents
  • chart.panning instead chart.chartPanComponent
  • chart.highlights instead chart.highlightsComponent
  • chart.events instead chart.eventsComponent
  • chart.navigationMap instead chart.navigationMapComponent
  • chart.volumes instead chart.volumesComponent
  • chart.cursors instead chart.cursorsComponent
  • chart.crosshair instead chart.crossToolComponent

Full Changelog: v1.0.2...v2.0.0