Open robiningelbrecht opened 10 months ago
@pdoteter I'll add this chart for best efforts. Do you think it might be useful per activity as well?
option = {
xAxis: {
type: 'category',
'boundaryGap': false,
data: ['1s', '', '', '', '5s', '', '', '', '', '10s', '', '', '', '', '15s', '', '', '', '', '', '', '', '','60s', '', '', '', '', '', '2m', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '5m', '', '', '', '', '', '', '', '', '', '10m', '', '', '', '', '', '', '', '', '', '20m', '', '', '', '', '', '', '', '', '', '30m', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1h', '', '', '', '', '', '', '', '', '', '', '', '2h'],
axisLabel:{
interval: 0
},
axisTick: {
show: false,
}
},
yAxis: {
type: 'value',
},
series: [
{
data: [],
type: 'line'
}
]
};
Certainly for all activities too, because my best efforts is f*cked up data:
This is because somehow, Strava has guessed the power, still looking to reset those values
@pdoteter Currently got this in place, what do you think?
Looks great!
Global and per activity?