Skip to content

windfish27/CodeTalentD3Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3 Test

Test donut chart animation & coxcomb pie chart.

  • animate1
    • Find out blank animation bug on data0.
  • animate1_bug
    • Bug demo.
    • A Bigger percetage add or disppear cause it.
  • animate2
    • Another example.
    • Same value without blank animation.
  • coxcomb
    • Combine coxcomb and pie chart, click show inside property.
    • Layer data from Codetalent skill section.
    • But it's hard to recognize the meaning, the proposal was declined.
var data = [{
    'name': 'php',
    'value': 10,
    'percent': 8,
    'tags':[{
		'name':'web',
		'value':20,
		'percent': 40
    },{
		'name':'app',
		'value':30,
		'percent': 60
    }]
},{
    'name': 'js',
    'value': 40,
    'percent': 33,
    'tags':[{
		'name':'rac.js',
		'value':60,
		'percent': 60
    },{
		'name':'nodeJs',
		'value':40,
		'percent': 40
    }]
},{
    'name': 'asp.net',
    'value': 70,
    'percent': 59,
    'tags': null
}];

About

Project D3 test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages