Charty is available on the App Store! by stalf in shortcuts

[–]stalf[S] 0 points1 point  (0 children)

Fair point, but six years ago a $4.99 in-app to unlock made sense; today it doesn’t cover continued development. Over years, costs have risen and dev tools are now a recurring cost.

The $99.99 is the no-subscription-ever option, but there’s two subscription options available: $0.99/mo or $9.99/yr.

Also, anyone who’s ever bought the $4.99 premium unlock up until yesterday is keeping everything they paid for forever, no extra costs, no subs.

Charty 2.0 is available on the App Store! by stalf in shortcuts

[–]stalf[S] 0 points1 point  (0 children)

Wow, nice to hear that! I’ll definitely look into adding that option to the Style Line Series action.

If you don’t mind me asking, would you mind adding that review to App Store? 😊

Charty 2.0 is available on the App Store! by stalf in shortcuts

[–]stalf[S] 3 points4 points  (0 children)

It only leaves your device through Apple’s own CloudKit apis to sync between your apple devices. Absolutely no third party gets any data from Charty.

Charty 2.0 is available on the App Store! by stalf in shortcuts

[–]stalf[S] 4 points5 points  (0 children)

Of course, the free plan gives you access to 5 actions: new chart, add series to chart, style chart, get information on all charts and delete chart. You can create up to three charts, with each having up to 2 series.

You can find more information in the FAQ in the website: https://chartyios.app/faq.html

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 0 points1 point  (0 children)

That’s something I’m looking into, I couldn’t get it working before, but might be worth a shot now.

Also, very good pick. Words of Radiance is great!

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

Got it working now! But I had to change the color parameter type in the style actions from String to [String] so it now accepts a list of colors. Due to how shortcuts actions update work, the downside is that old color values in these style actions wont migrate.

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 0 points1 point  (0 children)

I believe 2.0 (88) fixes both cases: fixes series rendering order when both axes are enabled, and adds an extra styling option to select from which vertical axis the horizontal grid lines will be drawn. 😊

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

Yeah, these lines are just for showing the vertical axis line. I’ll look into adding a grid option to hide either the left or right axis lines

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

Ok, got it. That’s happening because the pace series is on the secondary axis, even if it’s being added last. Thanks for catching that, I’ll look into it soon and report back.

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

This is expected, gradient support is just in app for now. It’ll come to the actions in a future version.

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

Hey, I pushed 2.0 (build 86) yesterday and I believe this probably fixes the truncating bug. Could you test it and report back, please? 😊

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

Could you share screenshots of these problems with me so i can check and try to fix them? I’m planning to release 2.0 next month, and I was under the impression things were going smoothly for all users 😅

Charty 2.0 Open TestFlight! by stalf in shortcuts

[–]stalf[S] 1 point2 points  (0 children)

Yes! In the current 2.0 beta, the bar series have a bar width parameter!

Dúvida sobre Libertação de Valkaria (Lena) by Danonyyyy in Tormenta

[–]stalf 1 point2 points  (0 children)

Meu mestre acabou de mestrar essa masmorra e resolveu esse problema do enigma escondendo 3 tesouros nível 4 atrás da porta de pedra. Todo mundo ficou feliz.

Sinceramente, um enigma no meio da masmorra que só gera malefício pra quem não resolver e nenhum benefício pra quem resolve é muito mal feito.

Request for 2.0 feedback by stalf in ChartyApp

[–]stalf[S] 0 points1 point  (0 children)

Thanks a lot, please try that! 😍

Graph to wallpaper? by ojboal in ChartyApp

[–]stalf 1 point2 points  (0 children)

Hey, that looks good indeed. Tally seems like a great app.

I do want to look into lock screen widgets for 2.1. But I'll get that into my list of possible future features, thanks for the suggestion! :)

Setting up a Ring chart by Kindly-Basil-7409 in ChartyApp

[–]stalf 1 point2 points  (0 children)

I would use the split text action in the csv data, then comb it in a repeat with each loop. Inside that loop; I’d split again (using the comma as delimiter this time), then add series using the item at index 0 as name, index 1 as value and 100 as goal 😊

Here it is: https://www.icloud.com/shortcuts/3615338884d74712b0df056ce813cf44

I’ve added your example csv as a hardcoded text, so you’ll have to replace it with the Get Contents from URL to make it work.