Git Product home page Git Product logo

branch-canvas's Introduction

branch-canvas

draw commit-tree

how to use

<div id="canv_container"></div>
<script src="branchCanvas.min.js"></script>
let bc=new branchCanvas({
	container:document.getElementById("canv_container"),
	data:[
		{depth:1,datetime:"2018/03/01 03:12:31",text:"[HEAD]0.1.0"},
		{depth:1,datetime:"2018/03/01 03:12:31",text:"merge pull request #2"},
		{depth:2,datetime:"2018/03/01 03:12:31",text:"fix #3"},
		{depth:2,datetime:"2018/03/01 03:12:31",text:"fix #4"},
		{depth:3,datetime:"2018/03/01 03:12:31",text:"update Modules"},
		{depth:2,datetime:"2018/03/01 03:12:31",text:"fix typo"},
		{depth:1,datetime:"2018/03/01 03:12:31",text:"merge pull request #1"},
		{depth:2,datetime:"2018/03/01 03:12:31",text:"test commit"},
		{depth:1,datetime:"2018/03/01 03:12:31",text:"initial commit"},
	],
});
bc.canvas.width=400;
bc.draw();

example result

options

let bc=new branchCanvas({
	container:canv_container,//HTMLElement
	font:"Meiryo,Arial",//string
	dtFontSize:11,//string or number(px)
	textFontSize:15,//string or number(px)
	radius:13,//number
	margin:10,//number
	data:[
		{depth:1,datetime:"2018/03/01 03:12:31",text:"commit"},
	],
});
bc.canvas.width=400;
bc.draw();

branch-canvas's People

Contributors

mochiya98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.