Import of charts doesn't work

88 views
Skip to first unread message

Joachim Kohlhammer

unread,
Mar 8, 2026, 6:59:33 AMMar 8
to golden-cheetah-users
Hi all,

importing charts doesn't seem to work any more. I tried importing to Plan and Trends, both show the same behaviour. Exports created with older versions still work, but those created with current master fail. View shows only a number, not the title any more.

Cheers, Joachim 
Bildschirmfoto_20260308_114808.png

Poncho

unread,
Mar 8, 2026, 7:24:43 AMMar 8
to golden-che...@googlegroups.com
I can reproduce the issue. The View parameter is stored as a number in
the .gchart file. Previously, it was the views name.

diff Summary-new.gchart Summary-old.gchart
> @@ -1,7 +1,7 @@
> {
> "CHART":{
> "VERSION":"1",
> - "VIEW":"analysis",
> + "VIEW":"2",
> "TYPE":"42",
> "PROPERTIES":{
> "title":"Summary ",

marcen

unread,
Mar 8, 2026, 8:20:02 AMMar 8
to golden-cheetah-users
I would guess that it came with the PR: https://github.com/GoldenCheetah/GoldenCheetah/pull/4795

Ale Martinez

unread,
Mar 8, 2026, 8:22:18 AMMar 8
to golden-cheetah-users
El domingo, 8 de marzo de 2026 a la(s) 9:20:02 a.m. UTC-3, marcen escribió:
I would guess that it came with the PR: https://github.com/GoldenCheetah/GoldenCheetah/pull/4795

In that case it should work using v3.8-DEV2601 since that pesky PR is not included there.

marcen

unread,
Mar 8, 2026, 8:41:37 AMMar 8
to golden-cheetah-users
In version v3.8-DEV2601, importing works as before.

Ale Martinez

unread,
Mar 8, 2026, 11:34:18 AMMar 8
to golden-cheetah-users
El domingo, 8 de marzo de 2026 a la(s) 9:41:37 a.m. UTC-3, marcen escribió:
In version v3.8-DEV2601, importing works as before.

Thanks for testing, I reverted the non-functional refactoring PR in my fork and chart import/export works again: https://github.com/GoldenCheetah/GoldenCheetah/pull/4838

Ale Martinez

unread,
Mar 12, 2026, 5:02:47 PMMar 12
to golden-cheetah-users
El domingo, 8 de marzo de 2026 a la(s) 12:34:18 p.m. UTC-3, Ale Martinez escribió:
El domingo, 8 de marzo de 2026 a la(s) 9:41:37 a.m. UTC-3, marcen escribió:
In version v3.8-DEV2601, importing works as before.

Thanks for testing, I reverted the non-functional refactoring PR in my fork and chart import/export works again: https://github.com/GoldenCheetah/GoldenCheetah/pull/4838

The reversion is merged and snapshot builds updated so chart import/export should be working again, sorry for the inconvenience. 

Joachim Kohlhammer

unread,
Mar 13, 2026, 1:45:37 AMMar 13
to golden-cheetah-users
Ale, thanks for taking care, works again!
Reply all
Reply to author
Forward
0 new messages