This is the official Submission Gist for OverEngineered organised by Axios IIITL
Project Name: In line with repo
Repo link: Add link
This is the official Submission Gist for OverEngineered organised by Axios IIITL
Project Name: In line with repo
Repo link: Add link
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
| <style type="text/css" src="gauge.css"> | |
| .chart-gauge | |
| { | |
| width: 400px; | |
| margin: 100px auto | |
| } |
An example on how to create a gauge chart in chartjs using the datalabels plugin.
A Pen by Patxi Pierce on CodePen.