devexperts / dxcharts-lite

Flexible financial charts based on HTML5 canvas
https://devexperts.com/dxcharts/
Mozilla Public License 2.0
45 stars 9 forks source link

Doji Candles are shown as dots if showCandlesBorder: false #168

Closed DeltaZN closed 4 months ago

DeltaZN commented 4 months ago

Duplicates

Latest version

Describe the bug 😯

Doji candles are shown as dots

image

Link to minimal reproduction

Please see steps below

Steps to Reproduce the Bug or Issue 🕹

  1. Apply this config to chart: config.components.chart.showCandlesBorder = false
  2. Observe doji candles image

Expected behavior 🤔

Doji candles are shown as candles (or dashes)

Platform

Additional context 🔦

No response