Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
#!/bin/bash | |
# Function to check if git is installed | |
check_git_installed() { | |
if ! command -v git > /dev/null; then | |
echo "git is not installed. Attempting to install..." | |
if command -v apt > /dev/null; then | |
sudo apt update && sudo apt install -y git | |
elif command -v dnf > /dev/null; then | |
sudo dnf makecache && sudo dnf install -y git |
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979