Skip to content

Instantly share code, notes, and snippets.

View vrutik2809's full-sized avatar

Vrutik Prajapati vrutik2809

View GitHub Profile
@DNTech
DNTech / AXES IN COLUMN CHART.js
Last active April 19, 2024 08:30
Google Charts - Customizing Axes ( hAxis and vAxis ) | Code Based Learning by RichNet
<!-- AXES IN COLUMN CHART -->
<html>
<head>
<link href="/css/w3.css" rel="stylesheet" />
<link href="/css/print.min.css" rel="stylesheet" />
<script>
//Declaring Global Variables
var GV, CHT, DT, OPT;
function drawChart(){
GV = google.visualization;