Skip to content

Instantly share code, notes, and snippets.

View Shoray2002's full-sized avatar
🚬
Smoke Code Everyday

Shoray Singhal Shoray2002

🚬
Smoke Code Everyday
View GitHub Profile
@Shoray2002
Shoray2002 / submissions.md
Last active November 7, 2022 08:09
OverEngineered Submissions

This is the official Submission Gist for OverEngineered organised by Axios IIITL

Submission deadline: Nov 4, 10:00 AM IST

Rules

OverEngineered

To Submit you project, make a comment using the following as a template

Project Name: In line with repo
Repo link: Add link

@Shoray2002
Shoray2002 / metrics.md
Created October 2, 2022 09:55
TRacker.md
<!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
}

Chartjs gauge chart

An example on how to create a gauge chart in chartjs using the datalabels plugin.

A Pen by Patxi Pierce on CodePen.

License.