pavelkuligin / chart

Create the most popular types of charts by real or random data
MIT License
1.18k stars 63 forks source link

Cannot define data range, so zero point not in the middle #60

Closed EmilyRyan closed 3 years ago

EmilyRyan commented 3 years ago

I tried to create a scatterplot and a table by copying data from a spreadsheet where some cells have negative values. In bar charts, if I chose random data from -5 to +5, I get the correct range (10) but the numbers go from -4 to +6

I have Sketch Version 61.2

EmilyRyan commented 3 years ago

Solved by adding fake range data that I then removed.