All Projects → sibtc → django-chartjs-example

sibtc / django-chartjs-example

Licence: MIT License
How to Use Chart.js with Django

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-chartjs-example

chartjs-chart-graph
Chart.js Graph-like Charts (tree, force directed)
Stars: ✭ 103 (+202.94%)
Mutual labels:  chartjs
vuepress-theme-cool
A custom vuepress theme with mermaid and plantuml, katex and vue components.
Stars: ✭ 57 (+67.65%)
Mutual labels:  chartjs
chartjs-plugin-doughnutlabel
Chart.js plugin for doughnut chart to display text in the center
Stars: ✭ 48 (+41.18%)
Mutual labels:  chartjs
hugo-chart
a Chart.js component for Hugo. 📈
Stars: ✭ 71 (+108.82%)
Mutual labels:  chartjs
vuejs-admin-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in Vue. Made by
Stars: ✭ 139 (+308.82%)
Mutual labels:  chartjs
django admin chart js
An example repo showing how to add Chart.js to Django admin
Stars: ✭ 35 (+2.94%)
Mutual labels:  chartjs
phpchartjs
A PHP library that makes it easy to generate data for ChartJS.
Stars: ✭ 24 (-29.41%)
Mutual labels:  chartjs
laravel-chartjs
No description or website provided.
Stars: ✭ 13 (-61.76%)
Mutual labels:  chartjs
chartjs
Use Chartjs in laravel-admin
Stars: ✭ 97 (+185.29%)
Mutual labels:  chartjs
StatusPilatus
Monitor your PC like never before!
Stars: ✭ 52 (+52.94%)
Mutual labels:  chartjs
chartjs-web-components
the web components for chartjs
Stars: ✭ 50 (+47.06%)
Mutual labels:  chartjs
chartjs-plugin-downsample
Chart.js plugin to downsample chart data
Stars: ✭ 41 (+20.59%)
Mutual labels:  chartjs
firefox-health-dashboard
firefox-health-dashboard.netlify.com
Stars: ✭ 26 (-23.53%)
Mutual labels:  chartjs
PiFire
PiFire is a Smart WiFi enabled controller for your pellet smoker / grill.
Stars: ✭ 41 (+20.59%)
Mutual labels:  chartjs
covid-19-next
Offline Covid-19 stats
Stars: ✭ 17 (-50%)
Mutual labels:  chartjs
data-11ty
An open source 11ty theme designed for reporting & data-visualization
Stars: ✭ 19 (-44.12%)
Mutual labels:  chartjs
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (+41.18%)
Mutual labels:  chartjs
andresrodriguez55.github.io
Personal blog and portfolio with administration panel, notification system and comment system.
Stars: ✭ 18 (-47.06%)
Mutual labels:  chartjs
node-chartjs
Chart.js on the server in Node.js
Stars: ✭ 25 (-26.47%)
Mutual labels:  chartjs
network performance monitor
Network Performance Monitor - a portable tool for troubleshooting performance issues with home networks
Stars: ✭ 74 (+117.65%)
Mutual labels:  chartjs

How to Use Chart.js with Django

Python Version Django Version

Code example used in the tutorial How to Use Chart.js with Django.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/sibtc/django-chartjs-example.git

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py migrate

Load the data from fixtures:

python manage.py loaddata countries.json cities.json

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

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].