Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: polymer_0.4.0/bower_components/chartnewjs/ChartNew.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * ChartNew.js 2 * ChartNew.js
3 * 3 *
4 * Vancoppenolle Francois - January 2014 4 * Vancoppenolle Francois - January 2014
5 * francois.vancoppenolle@favomo.be 5 * francois.vancoppenolle@favomo.be
6 * 6 *
7 * Source location : http:\\www.favomo.be\graphjs 7 * Source location : http:\\www.favomo.be\graphjs
8 * GitHub community : https://github.com/FVANCOP/ChartNew.js 8 * GitHub community : https://github.com/FVANCOP/ChartNew.js
9 * 9 *
10 * This file is an adaptation of the chart.js source developped by Nick Downie ( 2013) 10 * This file is an adaptation of the chart.js source developped by Nick Downie ( 2013)
(...skipping 6471 matching lines...) Expand 10 before | Expand all | Expand 10 after
6482 ctx.textAlign = "left"; 6482 ctx.textAlign = "left";
6483 ctx.textBaseline = "bottom"; 6483 ctx.textBaseline = "bottom";
6484 ctx.translate(xpos + config.legendBlockSize + co nfig.legendSpaceBetweenBoxAndText, ypos); 6484 ctx.translate(xpos + config.legendBlockSize + co nfig.legendSpaceBetweenBoxAndText, ypos);
6485 ctx.fillText(lgtxt, 0, 0); 6485 ctx.fillText(lgtxt, 0, 0);
6486 ctx.stroke(); 6486 ctx.stroke();
6487 ctx.restore(); 6487 ctx.restore();
6488 } 6488 }
6489 } 6489 }
6490 } 6490 }
6491 }; 6491 };
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/chartnewjs/Add-ins/stats.js ('k') | polymer_0.4.0/bower_components/chartnewjs/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698