Custom charts bug (running activities)

I am trying to create a pace zones chart for running activities (plotting pace with colored zone bars in the background).

First, it kind of works:

When switching to another activity, the chart “freezes”, still showing the curve of the previous activity:

When I then try to open the edit dialogue for the chart, clicking the chart title either does nothing, or - even worse - makes all other charts go blank:

Also, sometimes the pace plot disappears, and only the zones bars background remains:

Not sure what is happening here…

I am actually trying to re-create something like the official ‘HR zones’ chart which I really like. I have done the same for power zones for bike activities already, and this worked without issues. It is not as nice as the original ‘HR zones’ or ‘30s power’ charts with their log scale y axis tough, so I might actually turn this into a feature request depending on my success :wink:

One of the things I discovered for my chart was that list order plays a roll. I had to put all the summary Lines below the Bars else bars were not being displayed or stacked incorrectly.

Thanks for the tip. Mine is pretty simple though, not much to change…

I just fixed this bug. The issue was with pace zone 1. These kind of bugs are usually easy to fix once I have an example.

1 Like

All of the above problems seem to be gone. Thanks for fixing!

The only minor thing is the color palette of the background seems to behave strangely now. I cannot get it to be the same as the ‘Power zones’ chart I have created for cycling activities.

Power zones:

Pace zones (the closest I could get):

I suspect zone 1 is ‘overlaying’ the other zones somehow. If I only change zone 1 color I get this (all colors BUT zone 1 change):

1 Like

Another indicator that zone 1 background is overlaying the other zones: I have added descriptions Z1, Z2, etc. on the graph. Z1 is shown right on top in zone 5 instead of at the bottom (I have shifted it to the center of the graph so it is better visible on the screenshot).

image

image

I think I fixed this one a week or so ago. Z1 was overlapping the whole chart.

1 Like

Yep, fixed now. Tx

1 Like