Skip to main content

Power Tips From A Self-Help Book??

Small errors and disciplines determine everything in life!! Small errors repeated over time become our bad habits. Tiny discipline repeated over time become good ones. They are applicable to every single area of life – health, wealth, spiritual life, relationships, happiness, education. You won’t find a single exception. Jeff Olson made those two statements the […]

Read More

圆圈JS学习

Angular Chart HTML5 & JavaScript Bubble Charts https://leanpub.com/D3-Tips-and-Tricks/read#leanpub-auto-adding-axis-labels chartist-js   https://live2.zoomdata.com/zoomdata/visualization?__target=embedded&key=546ca53ae4b0f6e2257e3295#54292b07e4b011a99e1252ba-5411ace4e4b065842f0df36e n3-charts http://www.brain-map.org/api/examples.html http://karstenahnert.com/gp/ https://vida.io/documents/69vHFM9t23dzobJEM/edit  (gmail) https://bost.ocks.org/mike/ http://thestoryoftheseason.com/ https://vida.io/explore http://vallandingham.me/gates_bubbles/ http://dimplejs.org/advanced_examples_viewer.html?id=advanced_interactive_legends https://bl.ocks.org/mbostock/4063269 https://jrue.github.io/coding/2014/exercises/basicbubblepackchart/ http://vallandingham.me/bubble_charts_in_d3.html http://dimplejs.org/advanced_examples_viewer.html?id=advanced_interactive_legends Quick scatterplot tutorial for d3.js

Read More

NBA 历史最差成绩

  link: jsfiddle.net/gh/get/jquery/3.1.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/scatter/ http://jsfiddle.net/gh/get/jquery/3.1.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/column-rotated-labels/ Code: <script src=”https://code.highcharts.com/highcharts.js”></script> <script src=”https://code.highcharts.com/modules/exporting.js”></script> <div id=”container” style=”min-width: 300px; height: 400px; margin: 0 auto”></div>   $(function () { Highcharts.chart(‘container’, { chart: { type: ‘column’ }, title: { text: ‘NBA 史上最差胜率球队!’ }, subtitle: { text: ‘来源:NBA’ }, xAxis: { type: ‘category’, labels: { rotation: -45, style: { fontSize: ’13px’, fontFamily: ‘Verdana, sans-serif’ […]

Read More