v0.3.0: Multiple trend lines
- BREAKING: Add support for multiple trend lines.
- The old
trend
property is changed totrends
, to support multiple data points perCandleData
. - The old
trendLineColor
property is changed totrendLineStyles
. - Updated example project to reflect above changes.