home.social

#swiftcharts β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #swiftcharts, aggregated by home.social.

fetched live
  1. Build a UV-index-style area chart inspired by iOS Weather. Uses π΄π‘Ÿπ‘’π‘Žπ‘€π‘Žπ‘Ÿπ‘˜ and πΏπ‘–π‘›π‘’π‘€π‘Žπ‘Ÿπ‘˜ with linear gradients, cardinal interpolation, and a custom π‘…π‘’π‘π‘‘π‘Žπ‘›π‘”π‘™π‘’π‘€π‘Žπ‘Ÿπ‘˜ mask for a dimming layer.

    πŸ”—: nilcoalescing.com/blog/AreaCha by Natalia Panferova (@natpanferova)

    #SwiftUI #SwiftCharts #iOSDev

  2. Build a UV-index-style area chart inspired by iOS Weather. Uses π΄π‘Ÿπ‘’π‘Žπ‘€π‘Žπ‘Ÿπ‘˜ and πΏπ‘–π‘›π‘’π‘€π‘Žπ‘Ÿπ‘˜ with linear gradients, cardinal interpolation, and a custom π‘…π‘’π‘π‘‘π‘Žπ‘›π‘”π‘™π‘’π‘€π‘Žπ‘Ÿπ‘˜ mask for a dimming layer.

    πŸ”—: nilcoalescing.com/blog/AreaCha by Natalia Panferova (@natpanferova)

    #SwiftUI #SwiftCharts #iOSDev

  3. Build a UV-index-style area chart inspired by iOS Weather. Uses π΄π‘Ÿπ‘’π‘Žπ‘€π‘Žπ‘Ÿπ‘˜ and πΏπ‘–π‘›π‘’π‘€π‘Žπ‘Ÿπ‘˜ with linear gradients, cardinal interpolation, and a custom π‘…π‘’π‘π‘‘π‘Žπ‘›π‘”π‘™π‘’π‘€π‘Žπ‘Ÿπ‘˜ mask for a dimming layer.

    πŸ”—: nilcoalescing.com/blog/AreaCha by Natalia Panferova (@natpanferova)

    #SwiftUI #SwiftCharts #iOSDev

  4. Build a UV-index-style area chart inspired by iOS Weather. Uses π΄π‘Ÿπ‘’π‘Žπ‘€π‘Žπ‘Ÿπ‘˜ and πΏπ‘–π‘›π‘’π‘€π‘Žπ‘Ÿπ‘˜ with linear gradients, cardinal interpolation, and a custom π‘…π‘’π‘π‘‘π‘Žπ‘›π‘”π‘™π‘’π‘€π‘Žπ‘Ÿπ‘˜ mask for a dimming layer.

    πŸ”—: nilcoalescing.com/blog/AreaCha by Natalia Panferova (@natpanferova)

    #SwiftUI #SwiftCharts #iOSDev

  5. Build a UV-index-style area chart inspired by iOS Weather. Uses π΄π‘Ÿπ‘’π‘Žπ‘€π‘Žπ‘Ÿπ‘˜ and πΏπ‘–π‘›π‘’π‘€π‘Žπ‘Ÿπ‘˜ with linear gradients, cardinal interpolation, and a custom π‘…π‘’π‘π‘‘π‘Žπ‘›π‘”π‘™π‘’π‘€π‘Žπ‘Ÿπ‘˜ mask for a dimming layer.

    πŸ”—: nilcoalescing.com/blog/AreaCha by Natalia Panferova (@natpanferova)

    #SwiftUI #SwiftCharts #iOSDev

  6. I'm adding a new chart and hit a strange Swift Charts issue.

    If the Y-axis data is all zeros then the Y-axis gets flipped!

    Specifying a chartYScale seems to be the solution.

    .chartYScale(domain: 0...(yValues.last ?? 1), type: .linear)

    #SwiftUI #SwiftCharts

  7. I'm adding a new chart and hit a strange Swift Charts issue.

    If the Y-axis data is all zeros then the Y-axis gets flipped!

    Specifying a chartYScale seems to be the solution.

    .chartYScale(domain: 0...(yValues.last ?? 1), type: .linear)

    #SwiftUI #SwiftCharts

  8. I'm adding a new chart and hit a strange Swift Charts issue.

    If the Y-axis data is all zeros then the Y-axis gets flipped!

    Specifying a chartYScale seems to be the solution.

    .chartYScale(domain: 0...(yValues.last ?? 1), type: .linear)

    #SwiftUI #SwiftCharts

  9. I'm adding a new chart and hit a strange Swift Charts issue.

    If the Y-axis data is all zeros then the Y-axis gets flipped!

    Specifying a chartYScale seems to be the solution.

    .chartYScale(domain: 0...(yValues.last ?? 1), type: .linear)

    #SwiftUI #SwiftCharts

  10. I'm adding a new chart and hit a strange Swift Charts issue.

    If the Y-axis data is all zeros then the Y-axis gets flipped!

    Specifying a chartYScale seems to be the solution.

    .chartYScale(domain: 0...(yValues.last ?? 1), type: .linear)

    #SwiftUI #SwiftCharts

  11. I wrote a blog post about the improvements I made to @PleaseDontRain based on feedback from my WWDC accessibility lab.

    I didn't expect it to involve time zones! ⏰

    chriswu.com/posts/swiftui/a11y

    #accessibility #SwiftUI #SwiftCharts

  12. I wrote a blog post about the improvements I made to @PleaseDontRain based on feedback from my WWDC accessibility lab.

    I didn't expect it to involve time zones! ⏰

    chriswu.com/posts/swiftui/a11y

    #accessibility #SwiftUI #SwiftCharts

  13. I wrote a blog post about the improvements I made to @PleaseDontRain based on feedback from my WWDC accessibility lab.

    I didn't expect it to involve time zones! ⏰

    chriswu.com/posts/swiftui/a11y

    #accessibility #SwiftUI #SwiftCharts

  14. I wrote a blog post about the improvements I made to @PleaseDontRain based on feedback from my WWDC accessibility lab.

    I didn't expect it to involve time zones! ⏰

    chriswu.com/posts/swiftui/a11y

    #accessibility #SwiftUI #SwiftCharts

  15. I wrote a blog post about the improvements I made to @PleaseDontRain based on feedback from my WWDC accessibility lab.

    I didn't expect it to involve time zones! ⏰

    chriswu.com/posts/swiftui/a11y

    #accessibility #SwiftUI #SwiftCharts

  16. I just wrote an addendum to the blog post I wrote recently about struggling to find an answer to a Swift Charts problem I was having.

    It was a night and day difference with the next issue I encountered.

    #SwiftCharts

  17. I just wrote an addendum to the blog post I wrote recently about struggling to find an answer to a Swift Charts problem I was having.

    It was a night and day difference with the next issue I encountered.

    #SwiftCharts

  18. I just wrote an addendum to the blog post I wrote recently about struggling to find an answer to a Swift Charts problem I was having.

    It was a night and day difference with the next issue I encountered.

    #SwiftCharts

  19. I just wrote an addendum to the blog post I wrote recently about struggling to find an answer to a Swift Charts problem I was having.

    It was a night and day difference with the next issue I encountered.

    #SwiftCharts

  20. I just wrote an addendum to the blog post I wrote recently about struggling to find an answer to a Swift Charts problem I was having.

    It was a night and day difference with the next issue I encountered.

    #SwiftCharts

  21. Swift Charts lets you manually choose what color is used for each category in the legend but it doesn't appear that you can manually choose what shapes appear in it.

    I made my own legend to use when differentiate without color is active.

    I think that I'm done with this new feature!

    #accessibility #a11y #SwiftCharts #SwiftUI

  22. Swift Charts lets you manually choose what color is used for each category in the legend but it doesn't appear that you can manually choose what shapes appear in it.

    I made my own legend to use when differentiate without color is active.

    I think that I'm done with this new feature!

    #accessibility #a11y #SwiftCharts #SwiftUI

  23. Swift Charts lets you manually choose what color is used for each category in the legend but it doesn't appear that you can manually choose what shapes appear in it.

    I made my own legend to use when differentiate without color is active.

    I think that I'm done with this new feature!

    #accessibility #a11y #SwiftCharts #SwiftUI

  24. Swift Charts lets you manually choose what color is used for each category in the legend but it doesn't appear that you can manually choose what shapes appear in it.

    I made my own legend to use when differentiate without color is active.

    I think that I'm done with this new feature!

    #accessibility #a11y #SwiftCharts #SwiftUI

  25. Swift Charts lets you manually choose what color is used for each category in the legend but it doesn't appear that you can manually choose what shapes appear in it.

    I made my own legend to use when differentiate without color is active.

    I think that I'm done with this new feature!

    #accessibility #a11y #SwiftCharts #SwiftUI

  26. I created an example in my accessibility settings for @PleaseDontRain to show how I'm differentiating without color for my bar charts.

    Really happy with how this turned out!

    #accessibility #a11y #gaad #SwiftUI #SwiftCharts

  27. I created an example in my accessibility settings for @PleaseDontRain to show how I'm differentiating without color for my bar charts.

    Really happy with how this turned out!

    #accessibility #a11y #gaad #SwiftUI #SwiftCharts

  28. I created an example in my accessibility settings for @PleaseDontRain to show how I'm differentiating without color for my bar charts.

    Really happy with how this turned out!

    #accessibility #a11y #gaad #SwiftUI #SwiftCharts

  29. I created an example in my accessibility settings for @PleaseDontRain to show how I'm differentiating without color for my bar charts.

    Really happy with how this turned out!

    #accessibility #a11y #gaad #SwiftUI #SwiftCharts

  30. I created an example in my accessibility settings for @PleaseDontRain to show how I'm differentiating without color for my bar charts.

    Really happy with how this turned out!

    #accessibility #a11y #gaad #SwiftUI #SwiftCharts

  31. I've done some more experimenting and now I'm leaning towards tiny basic shapes above each bar instead of using letters to differentiate without color.

    The legend hasn't been addressed yet.

    #accessibility #a11y #SwiftCharts #SwiftUI

  32. I've done some more experimenting and now I'm leaning towards tiny basic shapes above each bar instead of using letters to differentiate without color.

    The legend hasn't been addressed yet.

    #accessibility #a11y #SwiftCharts #SwiftUI

  33. I've done some more experimenting and now I'm leaning towards tiny basic shapes above each bar instead of using letters to differentiate without color.

    The legend hasn't been addressed yet.

    #accessibility #a11y #SwiftCharts #SwiftUI

  34. I've done some more experimenting and now I'm leaning towards tiny basic shapes above each bar instead of using letters to differentiate without color.

    The legend hasn't been addressed yet.

    #accessibility #a11y #SwiftCharts #SwiftUI

  35. I've done some more experimenting and now I'm leaning towards tiny basic shapes above each bar instead of using letters to differentiate without color.

    The legend hasn't been addressed yet.

    #accessibility #a11y #SwiftCharts #SwiftUI

  36. Spent some time experimenting with @bas and we couldn't get visual patterns to appear in bars via Swift Charts to differentiate without color.

    I filed feedback FB17599628 as a suggestion.

    #accessibility #a11y #SwiftCharts

  37. Spent some time experimenting with @bas and we couldn't get visual patterns to appear in bars via Swift Charts to differentiate without color.

    I filed feedback FB17599628 as a suggestion.

    #accessibility #a11y #SwiftCharts

  38. Spent some time experimenting with @bas and we couldn't get visual patterns to appear in bars via Swift Charts to differentiate without color.

    I filed feedback FB17599628 as a suggestion.

    #accessibility #a11y #SwiftCharts

  39. Spent some time experimenting with @bas and we couldn't get visual patterns to appear in bars via Swift Charts to differentiate without color.

    I filed feedback FB17599628 as a suggestion.

    #accessibility #a11y #SwiftCharts

  40. Spent some time experimenting with @bas and we couldn't get visual patterns to appear in bars via Swift Charts to differentiate without color.

    I filed feedback FB17599628 as a suggestion.

    #accessibility #a11y #SwiftCharts

  41. With the announcement of App Store Accessibility Nutrition Labels I just realized that my precipitation charts would fail the β€œDifferentiate Without Color Alone” label.

    With a LineMark Swift Charts lets you change the plot shape used with each line. But what should you do for a BarChart?

    I don’t have room to add an SF Symbol as an annotation on top of each bar, but a letter would seem to work.

    #accessibility #a11y #SwiftCharts #SwiftUI

  42. With the announcement of App Store Accessibility Nutrition Labels I just realized that my precipitation charts would fail the β€œDifferentiate Without Color Alone” label.

    With a LineMark Swift Charts lets you change the plot shape used with each line. But what should you do for a BarChart?

    I don’t have room to add an SF Symbol as an annotation on top of each bar, but a letter would seem to work.

    #accessibility #a11y #SwiftCharts #SwiftUI

  43. With the announcement of App Store Accessibility Nutrition Labels I just realized that my precipitation charts would fail the β€œDifferentiate Without Color Alone” label.

    With a LineMark Swift Charts lets you change the plot shape used with each line. But what should you do for a BarChart?

    I don’t have room to add an SF Symbol as an annotation on top of each bar, but a letter would seem to work.

    #accessibility #a11y #SwiftCharts #SwiftUI

  44. With the announcement of App Store Accessibility Nutrition Labels I just realized that my precipitation charts would fail the β€œDifferentiate Without Color Alone” label.

    With a LineMark Swift Charts lets you change the plot shape used with each line. But what should you do for a BarChart?

    I don’t have room to add an SF Symbol as an annotation on top of each bar, but a letter would seem to work.

    #accessibility #a11y #SwiftCharts #SwiftUI

  45. With the announcement of App Store Accessibility Nutrition Labels I just realized that my precipitation charts would fail the β€œDifferentiate Without Color Alone” label.

    With a LineMark Swift Charts lets you change the plot shape used with each line. But what should you do for a BarChart?

    I don’t have room to add an SF Symbol as an annotation on top of each bar, but a letter would seem to work.

    #accessibility #a11y #SwiftCharts #SwiftUI

  46. I wrote a blog post about a Swift Charts issue that's been bothering me for the longest time and how I finally found a solution for it.

    Hoping this saves someone some time!

    chriswu.com/posts/swiftui/char

    #SwiftUI #SwiftCharts

  47. I wrote a blog post about a Swift Charts issue that's been bothering me for the longest time and how I finally found a solution for it.

    Hoping this saves someone some time!

    chriswu.com/posts/swiftui/char

    #SwiftUI #SwiftCharts

  48. I wrote a blog post about a Swift Charts issue that's been bothering me for the longest time and how I finally found a solution for it.

    Hoping this saves someone some time!

    chriswu.com/posts/swiftui/char

    #SwiftUI #SwiftCharts

  49. I wrote a blog post about a Swift Charts issue that's been bothering me for the longest time and how I finally found a solution for it.

    Hoping this saves someone some time!

    chriswu.com/posts/swiftui/char

    #SwiftUI #SwiftCharts

  50. I wrote a blog post about a Swift Charts issue that's been bothering me for the longest time and how I finally found a solution for it.

    Hoping this saves someone some time!

    chriswu.com/posts/swiftui/char

    #SwiftUI #SwiftCharts

  51. I’m adding charts to my spoon management app. Still work in progress.

    #spoon #pacing

    (No third party lib, no #SwiftCharts, no #SwiftUI)