Import of charts doesn't work

42 views
Skip to first unread message

Joachim Kohlhammer

unread,
Mar 8, 2026, 6:59:33 AM (yesterday) Mar 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 AM (yesterday) Mar 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 AM (yesterday) Mar 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 AM (yesterday) Mar 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 AM (yesterday) Mar 8
to golden-cheetah-users
In version v3.8-DEV2601, importing works as before.

Ale Martinez

unread,
Mar 8, 2026, 11:34:18 AM (yesterday) Mar 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
Reply all
Reply to author
Forward
0 new messages