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
| <!DOCTYPE html> | |
| <head> | |
| <meta charset='utf-8'> | |
| <meta http-equiv='X-UA-Compatible' content='IE=edge'> | |
| <meta name='author' content='Boris Belloc'> | |
| <link rel='shortcut icon' type='image/png' href='url' /> | |
| <!-- CDN BOOTSTRAP 4.0 --> | |
| <link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' integrity='sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T' crossorigin='anonymous'> |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <script type="text/javascript"> | |
| ////////////// | |
| /// CONFIG /// | |
| ////////////// | |
| var defaultLocale = 'en'; |
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
| function onViewport(el, elClass, offset, callback) { | |
| /*** Based on http://ejohn.org/blog/learning-from-twitter/ ***/ | |
| var didScroll = false; | |
| var this_top; | |
| var height; | |
| var top; | |
| if(!offset) { var offset = 0; } | |
| $(window).scroll(function() { |