All Projects → jedtrow → Chart.js-Rounded-Bar-Charts

jedtrow / Chart.js-Rounded-Bar-Charts

Licence: other
Rounded Rectangles in Bar Charts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chart.js-Rounded-Bar-Charts

Laravel Chartjs
Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library
Stars: ✭ 404 (+741.67%)
Mutual labels:  chart, chartjs
Vue Chartjs
📊 Vue.js wrapper for Chart.js
Stars: ✭ 4,554 (+9387.5%)
Mutual labels:  chart, chartjs
React Chartjs 2
React components for Chart.js, the most popular charting library
Stars: ✭ 4,667 (+9622.92%)
Mutual labels:  chart, chartjs
chartjs-chart-timeline
Google-like timeline chart for Chart.js.
Stars: ✭ 44 (-8.33%)
Mutual labels:  chart, chartjs
Chartjs Chart Box And Violin Plot
Chart.js Box Plot addon
Stars: ✭ 91 (+89.58%)
Mutual labels:  chart, chartjs
Chart
Quick & smart charting for STDIN
Stars: ✭ 521 (+985.42%)
Mutual labels:  chart, chartjs
chart
📊📉 Add beautiful and reusable charts with one line of ruby for Rails 5.x
Stars: ✭ 42 (-12.5%)
Mutual labels:  chart, chartjs
Django Jchart
📈 A Django package for plotting charts using the excellent Chart.JS library.
Stars: ✭ 115 (+139.58%)
Mutual labels:  chart, chartjs
Go Chartjs
golang library to make https://chartjs.org/ plots (this is vanilla #golang, not gopherjs)
Stars: ✭ 42 (-12.5%)
Mutual labels:  chart, chartjs
Chartkick.py
Create beautiful Javascript charts with minimal code
Stars: ✭ 695 (+1347.92%)
Mutual labels:  chart, chartjs
Chart.qml
Chart.qml like Chart.js
Stars: ✭ 100 (+108.33%)
Mutual labels:  chart, chartjs
chartjs-plugin-datasource-prometheus
Chart.js plugin for Prometheus data loading
Stars: ✭ 77 (+60.42%)
Mutual labels:  chart, chartjs
powir
Powir is a Windows 10 based tool to monitor and analyze your system's power and battery usage.
Stars: ✭ 119 (+147.92%)
Mutual labels:  chartjs
multi-chart
lit-element building blocks for charts and visualization (based on d3.js v5)
Stars: ✭ 24 (-50%)
Mutual labels:  chart
Ticket-Travel-Management-System
It's a e_Ticketing platform, it has whole ticket reservation system as like ixigo.com. Now three types of traveling such as Flight, Bus and Train reservation system. It's a responsive and dynamic PHP website.
Stars: ✭ 39 (-18.75%)
Mutual labels:  chartjs
Voice4Rural
A complete one stop solution for all the problems of Rural area people. 👩🏻‍🌾
Stars: ✭ 12 (-75%)
Mutual labels:  chartjs
open-source-monthly
📊 A dashboard for org open source activity
Stars: ✭ 29 (-39.58%)
Mutual labels:  chart
TeeChart-for-.NET-CSharp-WPF-samples
Assorted WPF examples
Stars: ✭ 18 (-62.5%)
Mutual labels:  chart
uncharted
No description or website provided.
Stars: ✭ 31 (-35.42%)
Mutual labels:  chart
nova-chartjs
A Chart JS component for Laravel Nova
Stars: ✭ 47 (-2.08%)
Mutual labels:  chartjs

Chart.js-Rounded-Bar-Charts

Rounded Rectangles in Bar Charts

Tested with Chart.js 2.7.0

To use include the following:

<script type="text/javascript" charset="utf-8" src="js/Chart.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/Chart.roundedBarCharts.min.js"></script>

Then set the radius in the options e.g.

var options = {
    cornerRadius: 20,
};
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].