Chromium Code Reviews

Side by Side Diff: bower_components/chartnewjs/improvements_change_history

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.
Jump to:
View unified diff |
« no previous file with comments | « bower_components/chartnewjs/composer.json ('k') | bower_components/chartnewjs/mathFunctions.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Change history
2 --------------
3
4 28/10/2014 - Vancoppenolle Francois - responsive options is available
5 - 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
7 - fix of several bugs
8 29/09/2014 - Chris2014 - default value defined for scaleLabel2
9 27/09/2014 - naudhr - Fix Bug to mouse functions + code reductio n
10 25/09/2014 - Vancoppenolle François - Enhancements :
11 StackedBar and HorizontalStacked Bar can now have negative values;
12 mouseWheel option added
13 Bugs fixed
14 Hover info remains on graph (iss ue #19)
15 legend not correct (inverted) fo r gradient Colors in Bar/Lines chart
16 gradient Color not displayed cor rectly on HorizontalBar when negative values in the data;
17 animation on HorizontalBar was n ot correct in some cases;
18 when max value was greater than graphMax, the (Horizontal)StackedBar graph was not correct;
19 24/09/2014 - Naudhr - fix bug:recursive call to mouse functions in case of graph update - Pull request #149
20 22/09/2014 - Ole Kröger, Omar Sedki, Vancoppenolle Francois - gradient color (se e issue #102)
21 11/09/2014 - Ole Kröger - savePngName option added (issue #97)
22 05/09/2014 - Ole Kröger & Vancoppenolle Francois - double Y Axis
23 02/09/2014 - Vancoppenolle Francois - Mouse actions (issue #125)
24 10/08/2014 - Ole Kröger - fmtdatetime and improvements for fmtdate,f mttime
25 10/08/2014 - Ole Kröger - median computation
26 07/08/2014 - Vancoppenolle Francois - new statistical values computes in stats.j s add-ins : skewness, kurtosis, coefficient variance, student t test
27 05/08/2014 - Vancoppenolle Francois - new options xScaleLabelsMinimumWidth and y ScaleLabelsMinimumWidth
28 03/08/2014 - Jan Mortiz Lindemann - new option extrapolateMissingData
29 31/07/2014 - Vancoppenolle François - x values not associated to labels on axis (issue 110)
30 31/07/2014 - Ole Kröger - Bug with logarithm axis corrected (issue 1 07)
31 26/07/2014 - Vancoppenolle François - Bug with annotates corrected (see issue #1 03) - bug reported by jeppebemad
32 26/07/2014 - Vancoppenolle François - "stats.js" add-in created
33 12/07/2014 - Vancoppenolle Francois - you can now draw more than one graph on a single canvas.
34 11/07/2014 - Vancoppenolle François - crossImage options have been added
35 07/07/2014 - Vancoppenolle François - animationStartWithData option activated fo r Pie/Doughnut/Polararea
36 06/07/2014 - Vancoppenolle François - yAxisMinimumInterval option added (issue 7 6)
37 04/07/2014 - Ole Kröger & Vancoppenolle François - new possibilities for the ani mation with the introduction of four
38 new options.
39 animationStartWithDataset
40 animationStartWithData
41 animationLeftToRight
42 animationByDataset
43 29/06/2014 - Vancoppenolle Francois - "format.js" add-in created
44 26/06/2014 - Vancoppenolle François - option showSingleLegend added
45 18/06/2014 - Ole Kröger - draw a mean (or other math function) horiz ontal line (Line & Bar)
46 18/06/2014 - Ole Kröger - deviation vertical lines inside Line & Bar (see issue #31)
47 17/06/2014 - Vancoppenolle François - line break can now be defined in labels
48 17/06/2014 - Ole Kröger - deviation vertical lines inside line chart (see issue #31)
49 17/06/2014 - Ole Kröger - better animation for negative values (Line &Bar)
50 16/06/2014 - Ole Kröger - multiLine support for inGraphData
51 12/06/2014 - Ole Kröger - Add BarLine Chart (part of BarChart) (see issue #23)
52 11/06/2014 - Vancoppenolle François - "Personnal" corrected to "Personal"
53 09/06/2014 - Vancoppenolle François - Colors can be specified through a function (see issue #48)
54 - minor bug fixed
55 31/05/2014 - Vancoppenolle Francois - New options implemented : animationStartVa lue : 0,animationStopValue : 1,
56 animationCount : 1, animationPauseTime : 5,
57 animationBackwar d : false,
58 New options implemented : defaultStrokeCol or, defaultFillColor
59 Bug fix for Y-Labels (only a few labels we re displayed)
60 Bug fix for colors (see issue #46 - report ed by Dave Collins)
61 + Other minor bug fix
62 21/05/2014 - Romain Sauvaire - problem detected with Google Closure Compi ler fixed (see issue #36)
63 20/05/2014 - Blaine Kasten - Francois Vancoppenolle - fix bug when Canvas has no ID (see issue #34)
64 18/05/2014 - Blaine Kasten - bug in doughNut fixed (see issue #32)
65 15/05/2014 - Francois Vancoppenolle & Justin Sternberg - option barBorderRadius added for Bar and horizontalBar
66 13/05/2014 - Francois Vancoppenolle - parameters (ctx,config,data) passed to fun ction onAnimationComplete
67 13/05/2014 - Francois Vancoppenolle - fix bug for option fmtYLabel
68 - for all bar graphs (stacked/Horizontal), p ossibility to specify the color of each bar;
69 (request introduced by abraxas1484 - I ssue 28)
70 - fix bug when only one value on line - sign aled by Umarmukthar
71 10/05/2014 - John Rayes - Improvement in savePng functions - issue # 26
72 - Changes in annotate templates - issue #24
73 - annotate can be defined through CSS (optio n annotateClassName added) - Issue #25
74 - Francois Vancoppenolle - fix of several bugs detected while writing the documentation.
75 04/05/2014 - Francois Vancoppenolle - fix of several bugs; code simplification
76 01/05/2014 - Francois Vancoppenolle/sjt88 - fix a problem when lot of data in th e graph (more than number of available pixels)
77 29/04/2014 - Francois Vancoppenolle - option thousandSeparator added - Default v alue : ""
78 (request introduced by Sebastian Perts ch)
79 27/04/2014 - Francois Vancoppenolle - Issue 21 fixed -> No chart when entry is N ULL - Bug reported by "theBear"
80
81 18/04/2014 - Francois Vancoppenolle - support for a missing data value in all ch art types
82 - Labels in Radar and PolarArea
83
84 15/04/2014 - Francois Vancoppenolle - support for a missing data value in line c hart
85 13/04/2014 - Francois Vancoppenolle - Bug in annotate corrected (bug reported by Varsha Vekariya)
86 - Bug in Pie/Doughnut inGraphData corrected
87 - For Pie/Doughnut, option inGraphDataRotate can now be initialized to "inRadiusAxisRotateLabels"
88 (request introduced by Strainy)
89 03/04/2014 - Francois Vancoppenolle - Labels in Pie/Doughnut (options inGraphDat a in the name)
90
91 27/03/2014 - Francois Vancoppenolle - Labels in StackedBar/HorizontalStackedBar (options with inGraphData in the name);
92 18/03/2014 - Francois Vancoppenolle - works now on Android
93 - default options can be changed in a smart way (charJSPersonnalDefaultOptions)
94 17/03/2014 - Francois Vancoppenolle - Option decimalSeparator added (default val ue : ".");
95 Correction of a bug (issue #15 problem for animationSteps);
96 New options (name starting with "fmt") - n eed to be documented;
97 09/03/2014 - Francois Vancoppenolle - Labels in Bar/HorizontalBar (options with inGraphData in the name);
98 - possibility to remove X Axis Display (opti ons xAxisBottom)
99 08/03/2014 - gkres - Fix bug when all values are identical (iss ue #13)
100 04/03/2014 - Francois Vancoppenolle - Option dynamicDisplay added; If set to tru e, the animation of the graph starts
101 when the graph is visible on screen.
102 03/03/2014 - Francois Vancoppenolle - Correction of a bug when scale steps are d efined
103 - Options scaleXGridLinesStep and scaleYGrid LinesStep added (improvement proposed by
104 Ruben Rutten)
105 - When the X Labels is not horizontal, the p osition of the labels has been
106 readjusted.
107 (Bug reported by Ruben Rutten)
108 02/03/2014 - Francois Vancoppenolle - new option startAngle for radar chart;
109 - new option graphMaximized for radar chart ; By default, value is false; if set
110 to true, the radar will not be displayed i n the middle of the canvas, but at
111 a place where the size of the graph is max imized;
112 - bug correction for startAngle in Pied, Dou ghtnut and PolarArea graphs;
113 - options savePng added;
114 26/02/2014 - Francois Vancoppenolle - option canvasBackgroundColor added (improv ement proposed by joetime)
115 24/02/2014 - Francois Vancoppenolle - Review how axis are drawn (correct several bugs)
116 New options added (options with SpaceBefor e, SpaceAfter, SpaceLeft, Space Right
117 in the name)
118 Labels inside line graph (options with inG raphData in the name)
119 04/02/2014 - Francois vancoppenolle - Bug for X Axis Label corrected (reported b y James Barnsley)
120 03/02/2014 - Francois Vancoppenolle - Minor Bug correction - Code reduction (com monOptions/xyAxisCommonOptions)
121 02/02/2014 - Francois Vancoppenolle - Minor Bugs correction
122 31/01/2014 - joetime - improvements for annotations
123 29/01/2014 - Francois Vancoppenolle - startAngle parameter for Pie and Doughtnut
124 22/01/2014 - Francois Vancoppenolle - bugs fix when negative values
125 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"
127 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
129
130
131 Future Improvements
132 -------------------
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...)
136 - 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)
138 - code reduction
139 - 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)
141 - see issue #128
142
143 Known Bugs
144 ----------
145 - problem with inGraphData on Pie/Doughnut
146 - dynamicDisplay not working on IOS 5
147 - Pie not working on some devices
148 - If the first label is long, it can be truncated
149
150 In "sample.html", if you put :
151
152 var mydata1 = {
153 labels : ["January this is a very long label","February","March","Ap ril","May","June","July"],
154
155 => "January this is a very long label" will be truncated (outside of the graph area)
156
157 - not enough labels on the Y-Axis (with logarithmic options)
158 var negdata1 = {
159 labels : ["January","February","March","April","May","June","July"],
160 datasets : [
161 {
162 fillColor : "rgba(220,220,220,0.5)",
163 strokeColor : "rgba(220,220,220,1)",
164 pointColor : "rgba(220,220,220,1)",
165 pointStrokeColor : "#fff",
166 data : [-100,-50,-90,-81,-56,-25,-100],
167 title : "First data"
168 },
169 {
170 fillColor : "rgba(151,187,205,0.5)",
171 strokeColor : "rgba(151,187,205,1)",
172 pointColor : "rgba(151,187,205,1)",
173 pointStrokeColor : "#fff",
174 data : [-28,-48,-40,-19,-96,-27,-100],
175 title : "Second data"
176 }
177 ]
178 }
OLDNEW
« no previous file with comments | « bower_components/chartnewjs/composer.json ('k') | bower_components/chartnewjs/mathFunctions.js » ('j') | no next file with comments »

Powered by Google App Engine