react-native-charts-wrapper icon indicating copy to clipboard operation
react-native-charts-wrapper copied to clipboard

Line chart Mode "Stepped"

Open deepak9705 opened this issue 2 years ago • 1 comments

Do read files under lib/* before reporting issues, you can find all the config there, all of them are straightforward. Stepped Mode in Line chart is not correct.Value from say 0 -> 1 value change to 1 at the start of point instead of changing at the time when value is actual 1.

Expected Behavior.

Line should change at the time of change not at the start

Actual Behavior

Line changing at the start only.

Screenshots

IMG_0019

Data and config

Steps to Reproduce the Problem

Line chart Config-mode 'STEPPED'

Specifications

  • Version:0.5.7
  • Platform:ios and android
  • Subsystem:

deepak9705 avatar Jul 18 '22 13:07 deepak9705

I checked other graph.There should be prop to select type 'after https://www.chartjs.org/docs/3.3.0/samples/line/stepped.html

deepak9705 avatar Jul 18 '22 16:07 deepak9705