2022-09-11 16:41:09 -05:00
<!doctype html> < html lang = en dir = ltr class = scroll-smooth data-default-appearance = dark data-auto-appearance = false > < head > < meta charset = utf-8 > < meta http-equiv = content-language content = "en" > < meta name = viewport content = "width=device-width,initial-scale=1" > < meta http-equiv = x-ua-compatible content = "ie=edge" > < title > Charts · Blowfish< / title > < meta name = title content = "Charts · Blowfish" > < meta name = description content = "Product | Nuno Coração" > < link rel = canonical href = https://nunocoracao.github.io/blowfish/samples/charts/ > < link type = text/css rel = stylesheet href = /blowfish/css/main.bundle.min.3f7a3d89b943c3dacb033ff4448c83a5b58692eb75f99e903ee759443c690298da06dc2cc7adc967ae51bb50103acfa1b65f99a428ef2ff09176f2519b277273.css integrity = "sha512-P3o9iblDw9rLAz/0RIyDpbWGkut1+Z6QPudZRDxpApjaBtwsx63JZ65Ru1AQOs+htl+ZpCjvL/CRdvJRmydycw==" > < script type = text/javascript src = /blowfish/js/main.min.cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e.js integrity = "sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==" > < / script >
< script type = text/javascript src = /blowfish/js/appearance.min.4a00b8b8a9118d31826a03a2a9cca83390fcd3eddd9e03868fffcf4dc1e2dc15649e9266091f1225a24e1bcf6558ff4807f77663bcfaaa8f3050d73c1bd5bf0b.js integrity = "sha512-SgC4uKkRjTGCagOiqcyoM5D80+3dngOGj//PTcHi3BVknpJmCR8SJaJOG89lWP9IB/d2Y7z6qo8wUNc8G9W/Cw==" > < / script >
< script defer type = text/javascript id = script-bundle src = /blowfish/js/main.bundle.min.9ae0a991bb442898e9bc60cf318b4de3ff878325ff3821625a5564b32b2f66aec0e7f7d0e00ca3ac7df59d9f01c18c88b6bdd213184f86ac9ce06d7bdffbadf8.js integrity = "sha512-muCpkbtEKJjpvGDPMYtN4/+HgyX/OCFiWlVksysvZq7A5/fQ4AyjrH31nZ8BwYyItr3SExhPhqyc4G173/ut+A==" data-copy = Copy data-copied = Copied > < / script >
< script src = /js/zoom.min.js > < / script >
< link rel = apple-touch-icon sizes = 180x180 href = /blowfish/apple-touch-icon.png > < link rel = icon type = image/png sizes = 32x32 href = /blowfish/favicon-32x32.png > < link rel = icon type = image/png sizes = 16x16 href = /blowfish/favicon-16x16.png > < link rel = manifest href = /blowfish/site.webmanifest > < meta property = "og:title" content = "Charts" > < meta property = "og:description" content = "Guide to Chart.js usage in Congo" > < meta property = "og:type" content = "article" > < meta property = "og:url" content = "https://nunocoracao.github.io/blowfish/samples/charts/" > < meta property = "article:section" content = "samples" > < meta property = "article:published_time" content = "2019-03-06T00:00:00+00:00" > < meta property = "article:modified_time" content = "2019-03-06T00:00:00+00:00" > < meta property = "og:site_name" content = "Blowfish" > < meta name = twitter:card content = "summary" > < meta name = twitter:title content = "Charts" > < meta name = twitter:description content = "Guide to Chart.js usage in Congo" > < script type = application/ld+json > [ { "@context" : "https://schema.org" , "@type" : "Article" , "articleSection" : "Content Samples" , "name" : "Charts" , "headline" : "Charts" , "description" : "Guide to Chart.js usage in Congo" , "abstract" : "Congo includes Chart.js for powerful charts and data visualisations." , "inLanguage" : "en" , "url" : "https:\/\/nunocoracao.github.io\/blowfish\/samples\/charts\/" , "author" : { "@type" : "Person" , "name" : "Blowfish" } , "copyrightYear" : "2019" , "dateCreated" : "2019-03-06T00:00:00\u002b00:00" , "datePublished" : "2019-03-06T00:00:00\u002b00:00" , "dateModified" : "2019-03-06T00:00:00\u002b00:00" , "keywords" : [ "chart" , "sample" , "graph" , "shortcodes" ] , "mainEntityOfPage" : "true" , "wordCount" : "81" } ] < / script > < meta name = author content = "Blowfish" > < script defer type = text/javascript src = /blowfish/js/chart.bundle.7bb7442fd631bca73babc31b569fe1d964f0e9d02a52e7ca4f8d2b425f7aa4977bc8b0fde1bf5afecc963031e5c78e6caa3a4520ea9f4aa467d99065a5d60af0.js integrity = "sha512-e7dEL9YxvKc7q8MbVp/h2WTw6dAqUufKT40rQl96pJd7yLD94b9a/syWMDHlx45sqjpFIOqfSqRn2ZBlpdYK8A==" > < / script >
2022-09-11 16:04:33 -05:00
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-XXXXXX" > < / script >
2022-09-11 16:41:09 -05:00
< script > var doNotTrack = ! 1 ; if ( ! doNotTrack ) { window . dataLayer = window . dataLayer || [ ] ; function gtag ( ) { dataLayer . push ( arguments ) } gtag ( 'js' , new Date ) , gtag ( 'config' , 'G-XXXXXX' , { anonymize _ip : ! 1 } ) } < / script > < link rel = stylesheet href = https://rsms.me/inter/inter.css > < / head > < body class = "flex flex-col h-screen px-6 m-auto text-lg leading-7 max-w-7xl bg-neutral text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32" > < div id = the-top class = "absolute flex self-center" > < a class = "px-3 py-1 text-sm -translate-y-8 rounded-b-lg bg-primary-200 focus:translate-y-0 dark:bg-neutral-600" href = #main-content > < span class = "font-bold text-primary-600 ltr:pr-2 rtl:pl-2 dark:text-primary-400" > ↓ < / span > Skip to main content< / a > < / div > < div style = padding-left:0;padding-right:0 class = "flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3" > < div > < a href = /blowfish/ class = flex > < span class = sr-only > Blowfish< / span >
< img src = /blowfish/img/blowfish_logo_transparent.png width = 1000 height = 1000 class = "max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt = Blowfish > < / a > < / div > < div class = "flex flex-1 items-center justify-between" > < nav class = "flex space-x-3" > < a href = / class = "text-base font-medium text-gray-500 hover:text-gray-900" > Blowfish< / a > < / nav > < div class = "hidden md:flex items-center space-x-5 md:ml-12" > < a href = https://github.com/nunocoracao/blowfish class = "text-base font-medium text-gray-500 hover:text-gray-900" title > GitHub< / a >
< span > < / span > < / div > < div class = "flex md:hidden items-center space-x-5 md:ml-12" > < span > < / span > < / div > < / div > < div class = "-my-2 -mr-2 md:hidden" > < label id = menu-button for = menu-controller class = block > < input type = checkbox id = menu-controller class = hidden > < div class = "cursor-pointer hover:text-primary-600 dark:hover:text-primary-400" > < span class = "relative inline-block align-text-bottom icon" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > < path fill = "currentcolor" d = "M0 96C0 78.33 14.33 64 32 64H416c17.7.0 32 14.33 32 32 0 17.7-14.3 32-32 32H32C14.33 128 0 113.7.0 96zM0 256c0-17.7 14.33-32 32-32H416c17.7.0 32 14.3 32 32s-14.3 32-32 32H32c-17.67.0-32-14.3-32-32zM416 448H32c-17.67.0-32-14.3-32-32s14.33-32 32-32H416c17.7.0 32 14.3 32 32s-14.3 32-32 32z" / > < / svg > < / span > < / div > < div id = menu-wrapper style = padding-top:25px class = "fixed inset-0 z-30 invisible w-screen h-screen m-auto overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50" > < ul class = "flex movedown flex-col w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl sm:px-14 md:px-24 lg:px-32 sm:py-10 sm:pt-10" > < li class = mb-1 > < span class = "cursor-pointer hover:text-primary-600 dark:hover:text-primary-400" > < span class = "relative inline-block align-text-bottom icon" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 320 512" > < path fill = "currentcolor" d = "M310.6 361.4c12.5 12.5 12.5 32.75.0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3 54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75.0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75.0-45.25s32.75-12.5 45.25.0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25.0s12.5 32.75.0 45.25l-105.4 105.4L310.6 361.4z" / > < / svg > < / span > < / span > < / li > < li class = mb-1 > < a class = "decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2" href = https://github.com/nunocoracao/blowfish title > GitHub< / a > < / li > < / ul > < / div > < / label > < / div > < / div > < div id = mobile-menu class = "fixed inset-0 z-30 invisible w-screen h-screen m-auto overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50" > < ul class = "flex movedown flex-col w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl sm:px-14 md:px-24 lg:px-32 sm:py-10 sm:pt-10" > < li class = mb-1 > < span class = "cursor-pointer hover:text-primary-600 dark:hover:text-primary-400" > < span class = "relative inline-block align-text-bottom icon" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 320 512" > < path fill = "currentcolor" d = "M310.6 361.4c12.5 12.5 12.5 32.75.0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3 54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75.0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75.0-45.25s32.75-12.5 45.25.0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25.0s12.5 32.75.0 45.25l-105.4 105.4L310.6 361.4z" / > < / svg > < / span > < / span > < / li > < li class = mb-1 > < a class = "decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2" href = https://github.com/nunocoracao/blowfish title > GitHub< / a > < / li > < / ul > < / div > < div class = "relative flex flex-col grow" > < main id = main-content class = grow > < article > < header class = max-w-prose > < ol class = "text-sm text-neutral-500 dark:text-neutral-400 print:hidden" > < li class = "inline hidden" > < a class = "hover:underline decoration-neutral-300 dark:underline-neutral-600" href = /blowfish/ > Blowfish< / a > < span class = "px-1 text-primary-500" > /< / span > < / li > < li class = inline > < a class = "hover:underline decoration-neutral-300 dark:underline-neutral-600" href = /blowfish/samples/ > Content Samples< / a > < span class = "px-1 text-primary-500" > /< / span > < / li > < li class = "inline hidden" > < a class = "hover:underline decoration-neutral-300 dark:underline-neutral-600" href = /blowfish/samples/charts/ > Charts< / a > < span class = "px-1 text-primary-500" > /< / span > < / li > < / ol > < h1 class = "mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral" > Charts< / h1 > < div class = "mt-8 mb-12 text-base text-n
< script type = text/javascript > window . addEventListener ( "DOMContentLoaded" , t => { const e = document . getElementById ( "645281379" ) , n = new Chart ( e , { type : 'bar' , data : { labels : [ 'January' , 'February' , 'March' , 'April' , 'May' , 'June' , 'July' ] , datasets : [ { label : 'My First Dataset' , data : [ 65 , 59 , 80 , 81 , 56 , 55 , 40 ] , backgroundColor : [ 'rgba(255, 99, 132, 0.2)' , 'rgba(255, 159, 64, 0.2)' , 'rgba(255, 205, 86, 0.2)' , 'rgba(75, 192, 192, 0.2)' , 'rgba(54, 162, 235, 0.2)' , 'rgba(153, 102, 255, 0.2)' , 'rgba(201, 203, 207, 0.2)' ] , borderColor : [ 'rgb(255, 99, 132)' , 'rgb(255, 159, 64)' , 'rgb(255, 205, 86)' , 'rgb(75, 192, 192)' , 'rgb(54, 162, 235)' , 'rgb(153, 102, 255)' , 'rgb(201, 203, 207)' ] , borderWidth : 1 } ] } } ) } ) < / script > < / div > < h2 id = line-chart class = "relative group" > Line chart < span class = "absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100" > < a class = "group-hover:text-primary-300 dark:group-hover:text-neutral-700" style = text-decoration-line:none!important href = #line-chart aria-label = Anchor > #< / a > < / span > < / h2 > < div class = chart > < canvas id = 475921386 > < / canvas >
< script type = text/javascript > window . addEventListener ( "DOMContentLoaded" , t => { const e = document . getElementById ( "475921386" ) , n = new Chart ( e , { type : 'line' , data : { labels : [ 'January' , 'February' , 'March' , 'April' , 'May' , 'June' , 'July' ] , datasets : [ { label : 'My First Dataset' , data : [ 65 , 59 , 80 , 81 , 56 , 55 , 40 ] , tension : . 2 } ] } } ) } ) < / script > < / div > < h2 id = doughnut-chart class = "relative group" > Doughnut chart < span class = "absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100" > < a class = "group-hover:text-primary-300 dark:group-hover:text-neutral-700" style = text-decoration-line:none!important href = #doughnut-chart aria-label = Anchor > #< / a > < / span > < / h2 > < div class = chart > < canvas id = 365784291 > < / canvas >
< script type = text/javascript > window . addEventListener ( "DOMContentLoaded" , t => { const e = document . getElementById ( "365784291" ) , n = new Chart ( e , { type : 'doughnut' , data : { labels : [ 'Red' , 'Blue' , 'Yellow' ] , datasets : [ { label : 'My First Dataset' , data : [ 300 , 50 , 100 ] , backgroundColor : [ 'rgba(255, 99, 132, 0.7)' , 'rgba(54, 162, 235, 0.7)' , 'rgba(255, 205, 86, 0.7)' ] , borderWidth : 0 , hoverOffset : 4 } ] } } ) } ) < / script > < / div > < / div > < / section > < footer class = "pt-8 max-w-prose print:hidden" > < div class = flex > < img class = "!mt-0 !mb-0 h-24 w-24 rounded-full ltr:mr-4 rtl:ml-4" width = 96 height = 96 alt = Blowfish src = /blowfish/img/blowfish_logo_hu184ea2fa12490a2458ca388a16ab730e_227816_192x192_fill_box_smart1_3.png > < div class = place-self-center > < div class = "text-[0.6rem] uppercase leading-3 text-neutral-500 dark:text-neutral-400" > Author< / div > < div class = "font-semibold leading-6 text-neutral-800 dark:text-neutral-300" > Blowfish< / div > < div class = "text-2xl sm:text-lg" > < / div > < / div > < / div > < section class = "flex flex-row flex-wrap justify-center pt-4 text-xl" > < a class = "m-1 inline-block min-w-[2.4rem] rounded bg-neutral-300 p-1 text-center text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800" href = "https://www.linkedin.com/shareArticle?mini=true&url=https://nunocoracao.github.io/blowfish/samples/charts/&title=Charts" title = "Share on LinkedIn" aria-label = "Share on LinkedIn" > < span class = "relative inline-block align-text-bottom icon" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > < path fill = "currentcolor" d = "M416 32H31.9C14.3 32 0 46.5.0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6.0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3.0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2.0 38.5 17.3 38.5 38.5.0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6.0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2.0 79.7 44.3 79.7 101.9V416z" / > < / svg > < / span > < / a > < a class = "m-1 inline-block min-w-[2.4rem] rounded bg-neutral-300 p-1 text-center text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800" href = "https://twitter.com/intent/tweet/?url=https://nunocoracao.github.io/blowfish/samples/charts/&text=Charts" title = "Tweet on Twitter" aria-label = "Tweet on Twitter" > < span class = "relative inline-block align-text-bottom icon" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 512 512" > < path fill = "currentcolor" d = "M459.37 151.716c.325 4.548.325 9.097.325 13.645.0 138.72-105.583 298.558-298.558 298.558-59.452.0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055.0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421.0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391.0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04.0-57.828 46.782-104.934 104.934-104.934 30.213.0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" / > < / svg > < / span > < / a > < a class = "m-1 inline-block min-w-[2.4rem] rounded bg-neutral-300 p-1 text-center text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800" href = "https://pinterest.com/pin/create/bookmarklet/?url=https://nunocoracao.github.io/blowfish/samples/charts/&description=Charts" title = "Pin on Pinterest" aria-label = "Pin on Pinterest" > < span class = "relative inline-block align-text-bottom icon" > < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 496 512" > < path fill = "currentcolor" d = "M496 256c0 137-111 248-248 248-25 . 6 . 0-50 . 2-3 . 9-73 . 4-11 . 1 10 . 1-16 . 5 25 . 2-43 . 5 30 . 8-65 3-11 . 6 15 . 4-59 15 . 4-59 8 . 1 15 . 4 31 . 7 28 . 5 56 . 8 28 . 5 74 . 8 . 0
< span class = "ml-3 text-neutral-700 group-hover:text-primary-600 ltr:hidden rtl:inline dark:text-neutral dark:group-hover:text-primary-400" > → < / span >
< span class = "flex flex-col" > < span class = "mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500" > Diagrams and Flowcharts< / span >
< span class = "mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400" > < time datetime = "2019-03-06 00:00:00 +0000 UTC" > 6 March 2019< / time > < / span > < / span > < / a > < / span >
< span > < a class = "flex text-right group" href = /blowfish/samples/mathematical-notation/ > < span class = "flex flex-col" > < span class = "mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500" > Mathematical notation< / span >
< span class = "mt-[0.1rem] text-xs text-neutral-500 dark:text-neutral-400" > < time datetime = "2019-03-08 00:00:00 +0000 UTC" > 8 March 2019< / time > < / span > < / span >
< span class = "ml-3 text-neutral-700 group-hover:text-primary-600 ltr:inline rtl:hidden dark:text-neutral dark:group-hover:text-primary-400" > → < / span >
< span class = "mr-3 text-neutral-700 group-hover:text-primary-600 ltr:hidden rtl:inline dark:text-neutral dark:group-hover:text-primary-400" > ← < / span > < / a > < / span > < / div > < / div > < / footer > < / article > < / main > < footer class = "py-10 print:hidden" > < nav class = "pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400" > < ul class = "flex flex-col list-none sm:flex-row" > < li class = "mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0" > < a class = "decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2" href = /blowfish/tags/ title = Tags > Tags< / a > < / li > < li class = "mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0" > < a class = "decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2" href = /blowfish/categories/ title = Categories > Categories< / a > < / li > < / ul > < / nav > < div class = "flex items-center justify-between" > < p class = "text-sm text-neutral-500 dark:text-neutral-400" > ©
2022
Blowfish< / p > < p class = "text-xs text-neutral-500 dark:text-neutral-400" > Powered by < a class = "hover:underline hover:decoration-primary-400 hover:text-primary-500" href = https://gohugo.io/ target = _blank rel = "noopener noreferrer" > Hugo< / a > & < a class = "hover:underline hover:decoration-primary-400 hover:text-primary-500" href = https://github.com/nunocoracao/blowfish target = _blank rel = "noopener noreferrer" > Blowfish< / a > < / p > < / div > < script > mediumZoom ( document . querySelectorAll ( "img:not(.nozoom)" ) , { margin : 24 , background : 'rgba(0,0,0,0.5)' , scrollOffset : 0 } ) < / script > < / footer > < / div > < / body > < / html >