• Latest
  • Featured
This is an example of a simple bootstrap line chart, designed using CSS, HTML, jQuery, and bootstrap 4 framework. Chartjs library has been imported to implement the line chart along with bootstrap styles. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex styles of 1, and a padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15). The style word-wrap: break-word has been used to break words and wrap into the next line.
This is an example of a web form with a bubble chart layout, designed using CSS, HTML, jQuery, and bootstrap 4 framework. Chartjs library has been imported to implement the chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The bubble areas are assigned with the colors; rgba(255, 0, 0, 0.5), rgba(100, 255, 0, 0.5), rgba(200, 50, 255, 0.5), and rgba(0, 100, 255, 0.5). Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex styles of 1, and a padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The style word-wrap: break-word has been used to break words and wrap into the next line. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15).

Bubble chart

4.3.1
This is an example of a web form with a doughnut chart layout, designed using CSS, HTML, jQuery, and bootstrap 4 framework. Chartjs library has been imported to implement the chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The chart sections: Spring, Summer, Fall, and Winter are assigned the colors rgba(255, 0, 0, 0.5), rgba(100, 255, 0, 0.5), rgba(200, 50, 255, 0.5), and rgba(0, 100, 255, 0.5), respectively. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex styles of 1, and a padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The style word-wrap: break-word has been used to break words and wrap into the next line. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15).
This is an example of a bootstrap pie chart layout, designed using CSS, HTML, jQuery, and bootstrap 4 framework. Chartjs library has been imported to implement the pie chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The chart sections: Spring, Summer, Fall, and Winter are assigned the colors rgba(255, 0, 0, 0.5), rgba(100, 255, 0, 0.5), rgba(200, 50, 255, 0.5), and rgba(0, 100, 255, 0.5), respectively. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex styles of 1, and a padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15). The style word-wrap: break-word has been used to break words and wrap into the next line.

pie chart

4.3.1
This is an example of a bootstrap polar area chart layout, designed using CSS, HTML, JavaScript, and bootstrap 4 framework. Chartjs library has been imported to implement the area chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The chart sections: Spring, Summer, Fall, and Winter are assigned the colors rgba(255, 0, 0, 0.5), rgba(100, 255, 0, 0.5), rgba(200, 50, 255, 0.5), and rgba(0, 100, 255, 0.5), respectively. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex styles of 1, and a padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15). The style word-wrap: break-word has been used to break words and wrap into the next line.
This is an example of a bootstrap radar chart layout, designed using CSS, HTML, JavaScript, and bootstrap 4 framework. Chartjs library has been imported to implement the radar chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The school teams: A Team and B Team are assigned the colors #458af7, and #3cba9f, respectively. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex styles of 1, and a padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15).

Radar chart

4.3.1
This is an example of a web form with a horizontal bar chart layout, designed using CSS, HTML, JavaScript, and bootstrap 4 framework. Chartjs library has been imported to implement the bar chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The chart bars: Africa and Europe are assigned the colors #458af7, and #3cba9f respectively. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa, a flex style of 1, and padding of 5rem. The chart card is given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The card header has the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15).
This is an example of a web form with a bar chart layout, designed using CSS, HTML, jQuery, and bootstrap 4 framework. Chartjs library has been imported to implement the bar chart along with bootstrap styles. JavaScript has been used to apply filters to the chart. The chart bars: Africa, Asia, and Europe are assigned the colors #458af7, #8e5ea2, and #3cba9f, respectively. Media queries have been used to make the form responsive. The body of the form is given a background color of #f9f9fa. The form is given a flex styles of 1, and a padding of 5rem, whereas the chart card has been given the styles of background as #fff, border-radius as .25rem, box-shadow as 0 1px 3px rgba(0, 0, 0, .05), border as 1px solid rgba(19, 24, 44, .125) and the margin-bottom as 1.5rem. The card header is given the styles of padding as .75rem 1.25rem, background-color as rgba(19, 24, 44, .03), and, border-bottom: 1px solid rgba(19, 24, 44, .125), whereas the card footer is given a border-color of rgba(160, 175, 185, .15). Media queries have been used to make the form responsive.