| OLD | NEW |
| 1 Change history | 1 Change history |
| 2 -------------- | 2 -------------- |
| 3 | 3 |
| 4 04/05/2015 - Doha83 - double Y Axis for Bar Chart |
| 5 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 22/12/2014 - Vancoppenolle François - option pointHitDetectionRadius & detectAnn
otateOnFullLine added; |
| 8 (improvement proposed by Voidale) |
| 9 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 - Vancoppenolle Francois - ChartNew.js version 2 ! |
| 12 14/12/2014 - omerbonfil - Fix issue 203 |
| 13 11/12/2014 - Matt Luedke - break lines in title/subtitle |
| 14 24/11/2014 - Vancoppenolle Francois - Fix issue 185 (Bug reported by Omerbonfil) |
| 15 15/11/2014 - Joe343 - Fix Typo Issue 184 |
| 4 28/10/2014 - Vancoppenolle Francois - responsive options is available | 16 28/10/2014 - Vancoppenolle Francois - responsive options is available |
| 5 - function updateChart can be used to update
a graph | 17 - function updateChart can be used to update
a graph |
| 6 06/10/2014 - Vancoppenolle Francois - new options to set the legend whereever yo
u want | 18 06/10/2014 - Vancoppenolle Francois - new options to set the legend whereever yo
u want |
| 7 - fix of several bugs | 19 - fix of several bugs |
| 8 29/09/2014 - Chris2014 - default value defined for scaleLabel2 | 20 29/09/2014 - Chris2014 - default value defined for scaleLabel2 |
| 9 27/09/2014 - naudhr - Fix Bug to mouse functions + code reductio
n | 21 27/09/2014 - naudhr - Fix Bug to mouse functions + code reductio
n |
| 10 25/09/2014 - Vancoppenolle François - Enhancements : | 22 25/09/2014 - Vancoppenolle François - Enhancements : |
| 11 StackedBar and HorizontalStacked
Bar can now have negative values; | 23 StackedBar and HorizontalStacked
Bar can now have negative values; |
| 12 mouseWheel option added | 24 mouseWheel option added |
| 13 Bugs fixed | 25 Bugs fixed |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 29/01/2014 - Francois Vancoppenolle - startAngle parameter for Pie and Doughtnut | 135 29/01/2014 - Francois Vancoppenolle - startAngle parameter for Pie and Doughtnut |
| 124 22/01/2014 - Francois Vancoppenolle - bugs fix when negative values | 136 22/01/2014 - Francois Vancoppenolle - bugs fix when negative values |
| 125 21/01/2014 - Francois Vancoppenolle - minor corrections for parameter "rotateLab
els" + showYAxisMin parameter | 137 21/01/2014 - Francois Vancoppenolle - minor corrections for parameter "rotateLab
els" + showYAxisMin parameter |
| 126 18/01/2014 - Francois Vancoppenolle - rotateLabels can be choosen by the user -
parameter "rotateLabels" | 138 18/01/2014 - Francois Vancoppenolle - rotateLabels can be choosen by the user -
parameter "rotateLabels" |
| 127 13/01/2014 - Ole Kroeger - Logaritmic Y-Axis for lines and bars - par
ameter "logarithmic" | 139 13/01/2014 - Ole Kroeger - Logaritmic Y-Axis for lines and bars - par
ameter "logarithmic" |
| 128 10/01/2014 - Francois Vancoppenolle - creation of the Github entry | 140 10/01/2014 - Francois Vancoppenolle - creation of the Github entry |
| 129 | 141 |
| 130 | 142 |
| 131 Future Improvements | 143 Future Improvements |
| 132 ------------------- | 144 ------------------- |
| 133 - Diamonds, triangles, square or other shapes instead of circle for points in gr
aphs; | |
| 134 - Currently, for the color, users can specify a function or an array; Extend thi
s possibility to all text options (size, family, style) | |
| 135 - merge Pie/Doughnut code (can be the same code : A pie = Dougnut with a hole ha
ving a radiant of 0...) | 145 - merge Pie/Doughnut code (can be the same code : A pie = Dougnut with a hole ha
ving a radiant of 0...) |
| 136 - small animation (https://github.com/nnnick/Chart.js/issues/357) | 146 - small animation (https://github.com/nnnick/Chart.js/issues/357) |
| 137 - non evolutive animation in Pie/Doughnut (https://github.com/nnnick/Chart.js/is
sues/357) | 147 - non evolutive animation in Pie/Doughnut (https://github.com/nnnick/Chart.js/is
sues/357) |
| 138 - code reduction | 148 - code reduction |
| 139 - animate Canvas when mouse is over a piece of graph (like in http://zurb.com/pl
ayground/pizza-pie-charts) | 149 - animate Canvas when mouse is over a piece of graph (like in http://zurb.com/pl
ayground/pizza-pie-charts) |
| 140 - dynamicDisplay defines a canvas.id when not defined; Avoid defining a canvas.i
d (issue 35) | 150 - dynamicDisplay defines a canvas.id when not defined; Avoid defining a canvas.i
d (issue 35) |
| 141 - see issue #128 | 151 - see issue #128 |
| 142 | 152 |
| 143 Known Bugs | 153 Known Bugs |
| 144 ---------- | 154 ---------- |
| (...skipping 24 matching lines...) Expand all Loading... |
| 169 { | 179 { |
| 170 fillColor : "rgba(151,187,205,0.5)", | 180 fillColor : "rgba(151,187,205,0.5)", |
| 171 strokeColor : "rgba(151,187,205,1)", | 181 strokeColor : "rgba(151,187,205,1)", |
| 172 pointColor : "rgba(151,187,205,1)", | 182 pointColor : "rgba(151,187,205,1)", |
| 173 pointStrokeColor : "#fff", | 183 pointStrokeColor : "#fff", |
| 174 data : [-28,-48,-40,-19,-96,-27,-100], | 184 data : [-28,-48,-40,-19,-96,-27,-100], |
| 175 title : "Second data" | 185 title : "Second data" |
| 176 } | 186 } |
| 177 ] | 187 ] |
| 178 } | 188 } |
| OLD | NEW |