MCPcopy Index your code
hub / github.com/TheBolliwood/circleChart

github.com/TheBolliwood/circleChart @2.3.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.3.1 ↗ · + Follow
87 symbols 195 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

circleChart

a nice and easy to use jQuery plugin for drawing circular charts

(full documentation on my website (english) (german))

default settings

color: "#3459eb",
backgroundColor: "#e6e6e6",
background: true,
speed: 2000,
widthRatio: 0.2,
value: 66,
unit: "percent",
counterclockwise: false,
size: 110,
startAngle: 0,
animate: true,
backgroundFix: true,
lineCap: "round",
animation: "easeInOutCubic",
text: false,
redraw: false,
cAngle: 0,
textCenter: true,
textSize: false,
textWeight: "normal",
textFamily: "sans-serif",
relativeTextSize: 1 / 7,
autoCss: true,
onDraw: false

examples

$(".circleChart").circleChart({
      value: 68,
      startAngle: 180,
      speed: 3000,
      animation: "easeInOutCubic"
   });
setInterval(function() {
   $(".circleChart").circleChart({
      value: Math.random()*100
   });
}, 4000);

Core symbols most depended-on inside this repo

m
called by 56
examples/jquery.js
ub
called by 19
examples/jquery.js
b
called by 13
examples/jquery.js
ib
called by 11
examples/jquery.js
e
called by 11
examples/jquery.js
hb
called by 10
examples/jquery.js
f
called by 8
examples/jquery.js
g
called by 8
examples/jquery.js

Shape

Function 87

Languages

TypeScript100%

Modules by API surface

examples/jquery.js75 symbols
src/circleChart.js12 symbols

For agents

$ claude mcp add circleChart \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact