Closed saumilsdk closed 6 years ago
@saumilsdk Is your data sorted by ascending date? I think unsorted data was causing this issue for me.
Yes you are right as my data is descending order but that should not matter i suppose.
Data has to be in sorted order
Specified legend label doesn't appear.
let chart1 = d3_timeseries() .addSerie(b1Items, { x: 'date', y: 'signalStrength', }, {interpolate: 'monotone', label:"B1 Signal Strength"})