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

Side by Side Diff: polymer_0.5.4/bower_components/chartnewjs/improvements_change_history

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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 Change history 1 Change history
2 -------------- 2 --------------
3 3
4 04/05/2015 - Doha83 - double Y Axis for Bar Chart 4 26/01/2015 - Vancoppenolle Francois - Fix Bug
5 04/01/2015 - Doha83 - double Y Axis for Bar Chart
5 31/12/2014 - Matt Luedke - Fix issue 208 6 31/12/2014 - Matt Luedke - Fix issue 208
6 26/12/2014 - iKBAHT - improve function getDecimalPlaces https:// github.com/FVANCOP/ChartNew.js/pull/215 7 26/12/2014 - iKBAHT - improve function getDecimalPlaces https:// github.com/FVANCOP/ChartNew.js/pull/215
7 22/12/2014 - Vancoppenolle François - option pointHitDetectionRadius & detectAnn otateOnFullLine added; 8 22/12/2014 - Vancoppenolle François - option pointHitDetectionRadius & detectAnn otateOnFullLine added;
8 (improvement proposed by Voidale) 9 (improvement proposed by Voidale)
9 20/12/2014 - Vancoppenolle Francois - option spaceBetweenBa added (improvement p roposed by kmuncie) 10 20/12/2014 - Vancoppenolle Francois - option spaceBetweenBa added (improvement p roposed by kmuncie)
10 16/12/2014 - Omar Sedki - new marker shapes - https://github.com/FVA NCOP/ChartNew.js/pull/150 11 16/12/2014 - Omar Sedki - new marker shapes - https://github.com/FVA NCOP/ChartNew.js/pull/150
11 16/12/2014 - Vancoppenolle Francois - ChartNew.js version 2 ! 12 16/12/2014 - Vancoppenolle Francois - ChartNew.js version 2 !
12 14/12/2014 - omerbonfil - Fix issue 203 13 14/12/2014 - omerbonfil - Fix issue 203
13 11/12/2014 - Matt Luedke - break lines in title/subtitle 14 11/12/2014 - Matt Luedke - break lines in title/subtitle
14 24/11/2014 - Vancoppenolle Francois - Fix issue 185 (Bug reported by Omerbonfil) 15 24/11/2014 - Vancoppenolle Francois - Fix issue 185 (Bug reported by Omerbonfil)
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 143
143 Future Improvements 144 Future Improvements
144 ------------------- 145 -------------------
145 - merge Pie/Doughnut code (can be the same code : A pie = Dougnut with a hole ha ving a radiant of 0...) 146 - merge Pie/Doughnut code (can be the same code : A pie = Dougnut with a hole ha ving a radiant of 0...)
146 - small animation (https://github.com/nnnick/Chart.js/issues/357) 147 - small animation (https://github.com/nnnick/Chart.js/issues/357)
147 - non evolutive animation in Pie/Doughnut (https://github.com/nnnick/Chart.js/is sues/357) 148 - non evolutive animation in Pie/Doughnut (https://github.com/nnnick/Chart.js/is sues/357)
148 - code reduction 149 - code reduction
149 - animate Canvas when mouse is over a piece of graph (like in http://zurb.com/pl ayground/pizza-pie-charts) 150 - animate Canvas when mouse is over a piece of graph (like in http://zurb.com/pl ayground/pizza-pie-charts)
150 - dynamicDisplay defines a canvas.id when not defined; Avoid defining a canvas.i d (issue 35) 151 - dynamicDisplay defines a canvas.id when not defined; Avoid defining a canvas.i d (issue 35)
151 - see issue #128 152 - see issue #128
153 - doughnut(s) arround Pie - see issue #227
152 154
153 Known Bugs 155 Known Bugs
154 ---------- 156 ----------
155 - problem with inGraphData on Pie/Doughnut 157 - problem with inGraphData on Pie/Doughnut
156 - dynamicDisplay not working on IOS 5 158 - dynamicDisplay not working on IOS 5
157 - Pie not working on some devices 159 - Pie not working on some devices
158 - If the first label is long, it can be truncated 160 - If the first label is long, it can be truncated
159 161
160 In "sample.html", if you put : 162 In "sample.html", if you put :
161 163
(...skipping 17 matching lines...) Expand all
179 { 181 {
180 fillColor : "rgba(151,187,205,0.5)", 182 fillColor : "rgba(151,187,205,0.5)",
181 strokeColor : "rgba(151,187,205,1)", 183 strokeColor : "rgba(151,187,205,1)",
182 pointColor : "rgba(151,187,205,1)", 184 pointColor : "rgba(151,187,205,1)",
183 pointStrokeColor : "#fff", 185 pointStrokeColor : "#fff",
184 data : [-28,-48,-40,-19,-96,-27,-100], 186 data : [-28,-48,-40,-19,-96,-27,-100],
185 title : "Second data" 187 title : "Second data"
186 } 188 }
187 ] 189 ]
188 } 190 }
OLDNEW
« no previous file with comments | « polymer_0.5.4/bower_components/chartnewjs/composer.json ('k') | polymer_0.5.4/bower_components/chartnewjs/mathFunctions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698