liuderchi / light-react-redux-weather-map

simple react-redux app showing weather data
https://liuderchi.github.io/light-react-redux-weather-map/
MIT License
0 stars 0 forks source link

Smooth Lines in the Chart #1

Open liuderchi opened 7 years ago

liuderchi commented 7 years ago

it would look better if the line in the chart is smooth. Currently there are cusps.

example

GOAL

NOTE

TODO

liuderchi commented 7 years ago

Actions

Result

by using <SparklinesCurve /> with setting prop divisor, we now have smoother curve

compare-divosor-0 3

.