jordibruin / Swift-Charts-Examples

An overview of the different types of charts you can make with Swift Charts
MIT License
1.95k stars 126 forks source link

Consolidate heat map charts #30

Closed atrinh0 closed 2 years ago

atrinh0 commented 2 years ago

The width: .fixed( and only using x axis is not as correct as using the xStart and xEnd.

This PR combines all 3 heatmaps to showcase everything.

Overview Colors
Simulator Screen Shot - iPhone 13 Pro Max - 2022-06-14 at 09 20 49 Simulator Screen Shot - iPhone 13 Pro Max - 2022-06-14 at 09 21 02
No Colors Show Annotations
Simulator Screen Shot - iPhone 13 Pro Max - 2022-06-14 at 09 21 04 Simulator Screen Shot - iPhone 13 Pro Max - 2022-06-14 at 09 21 06

https://user-images.githubusercontent.com/16542463/173530674-a32f075a-c268-484e-a948-eb145ef3991d.mp4

jordibruin commented 2 years ago

Wow you are on a roll!!!