]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
2017-10-28  Ben McCannBump version to 2.7.1 (#4877) 4876/head 4906/head
2017-10-28  Evert TimbergReset tooltip when calling Chart.update (#4840)
2017-10-24  Simon BrunelMove extend and inherits helpers in helpers.core.js...
2017-10-22  Simon BrunelAdd jsDelivr as CDN install option (#4881)
2017-10-22  Ben McCannAttempt to fix test flakiness (Firefox) (#4880)
2017-10-21  Evert TimbergUpdate supported browser section (#4818)
2017-10-20  Ben McCannRespect min and max when building ticks (#4860)
2017-10-16  minusfminor doc fixes (#4851)
2017-10-14  JewelsJLFAdd "beforeTooltipDraw" and "afterTooltipDraw" plugin...
2017-10-10  Florian ScholzFixes #4772: added scope for tooltip position mode...
2017-10-09  Ben McCannFix choosing of formatting unit (#4779)
2017-10-08  Ben McCannFix markdown (#4827)
2017-10-08  Ben McCannClarify that x/y coordinates only work with the time...
2017-10-07  Simon BrunelFix responsive issue when the chart is recreated (...
2017-10-06  Fabio Polonifixed typo (#4819)
2017-10-02  Rittyanfix colour settings of BeforeLabel and BeforeBody ...
2017-09-29  Ben McCannFix handling of null labels (#4795)
2017-09-29  RydoriError if style is null (#4781)
2017-09-29  Ben McCannRename INTERVALS.major to INTERVALS.common (#4777)
2017-09-16  Evert TimbergFix regression in x-axis interaction mode (#4762)
2017-09-15  Ben McCannConsistent formatting for cartesian option docs (#4765)
2017-09-11  Ben McCannExpand scale jsdocs (#4736)
2017-09-10  andigImplement scale label padding (#4646) 4706/head
2017-09-10  Simon BrunelAdd Google Analytics to samples and update badges ...
2017-09-10  Ben McCannAdd a financial time series sample (#4554)
2017-09-09  Simon BrunelUpdate chartjs-color dependency (#4733)
2017-09-08  Ben McCannMake major ticks optional and off by default (#4723)
2017-09-02  Simon BrunelAdd platform basic implementation (fallback) (#4708)
2017-08-28  Simon BrunelBump version to 2.7.0
2017-08-27  andigImprove controller tests stability (#4698)
2017-08-26  Simon BrunelRemove trailing `.js` in plugin names (docs)
2017-08-26  Akihiko KusanagiFix bar chart with {x, y} data points (#4673)
2017-08-26  Simon BrunelFix wild special zero grid line when undefined (#4700)
2017-08-26  Akihiko KusanagiFix flipped stepped line in filler plugin (#4697)
2017-08-25  Simon BrunelAdd chartjs-plugin-datalabels plugin link (#4701)
2017-08-24  andigImprove bar test stability (#4694)
2017-08-24  Simon BrunelFix scriptable options documentation snippet
2017-08-24  Simon BrunelIntroduce scriptable options (bubble chart) (#4671)
2017-08-23  andigMake bar tests independent from scales (#4686)
2017-08-21  Evert TimbergWhen a radial scale is rotated using the startAngle...
2017-08-19  andigFix autoskipped ticks messing up category axis (#4649)
2017-08-14  Xingan Wangremove redundant tooltip initialize (#4655)
2017-08-14  Akihiko KusanagiMake `offsetGridLines` consistent and add new `offset...
2017-08-14  Zach PanzarinoUpdate codeclimate.yml (#4654)
2017-08-13  andigTicks callback is now called with `this` as scope ...
2017-08-08  Ben McCannDocument new time options (#4592)
2017-08-07  Ben McCannRefactor autoskip functionality into a separate method...
2017-08-05  andigFix tests on OSX with retina screen 4619/head
2017-08-03  Simon BrunelEnforce variable declaration coding style (#4610)
2017-08-02  Ben McCannMake Chart.Ticks private and remove Chart.Ticks.generat...
2017-08-02  Ben McCannAllow updating dataset types (#4586)
2017-08-02  Simon BrunelChange `scale.ticks.bounds` to `scale.bounds` (#4595)
2017-08-02  Simon BrunelReplace the IFRAME resizer by DIVs (#4596)
2017-08-01  Simon BrunelAdd support for detached canvas element (#4591)
2017-07-30  Simon BrunelChange `ticks.mode` to `scale.distribution` (#4582)
2017-07-29  Simon BrunelChange `scale.ticks` back to an array of strings (...
2017-07-29  Ben McCannAllow specifying bar chart via {x, y} data points ...
2017-07-28  Evert Timbergindex-y interaction mode + convert horizontal bar defau...
2017-07-27  Simon BrunelNew time scale `ticks.source: 'data'` option (#4568)
2017-07-26  andigInstructions to access resources built from master
2017-07-26  Simon BrunelRewrite unit test waitForResize helper (#4566)
2017-07-25  Simon BrunelNew time scale `ticks.bounds` option (#4556)
2017-07-24  Ben McCannAdd a note about breaking changes (#4555)
2017-07-23  Simon BrunelMove and rewrite time helpers (#4549)
2017-07-22  andigHonour time scale min/max settings (#4522)
2017-07-22  Simon BrunelEnforce spaces around infix/unary words operators ...
2017-07-22  Ben McCannFix ESLint errors (#4485)
2017-07-22  Ben McCannAllow specifying the time axis via t attribute (#4533)
2017-07-21  Simon BrunelRefactor padding parsing under helpers.options (#4544)
2017-07-21  Simon BrunelMake `Chart.Element/elements.*` importable (#4540)
2017-07-21  Ben McCannRemove duplicate npm install (#4542)
2017-07-20  Simon BrunelAdd support for line height CSS values (#4531)
2017-07-19  Simon BrunelNew time scale `ticks.mode/.source` options (#4507)
2017-07-19  andigAllow category labels definition at scale level (#4506)
2017-07-18  Marceau DewildeAdd link to Java integration (#4527)
2017-07-16  Simon BrunelMake `Chart.defaults/Ticks/Interaction` importable...
2017-07-16  Simon BrunelMake `Chart.platform` importable (#4509)
2017-07-15  Evert TimbergFix copy paste error in new docs with respect to settin...
2017-07-15  Simon BrunelMake `Chart.helpers` importable (#4479)
2017-07-15  Suhaib KhanFix labelOffset not working for vertical axes (#4249)
2017-07-09  Adrian LiawFix links in documentations (#4477)
2017-07-08  Simon BrunelSimplify formulas based on code review
2017-07-08  Simon BrunelMove easing effects in separate file + unit tests
2017-07-05  Alexander PatersonUpdate link to documentation for previous versions
2017-07-04  Akihiko KusanagiClip chart area before filling
2017-07-04  etimbergAdd a note on how to use getElementAtEvent in a click...
2017-07-04  etimbergUse proper reverse option in radial linear scale
2017-07-04  Evert TimbergSupport an array for line chart pointBorderWidth
2017-07-01  Simon BrunelRewrite the clone and merge helpers (#4422)
2017-07-01  Simon BrunelClamp radius when drawing rounded rectangle (#4448)
2017-07-01  Let Aurn IVRemove `.js` extensions when requiring a file (#4427)
2017-07-01  Simon BrunelIncrease ESLint complexity and add config for tests...
2017-06-29  Justin Ledfordreplace self closing script tag with open and closing...
2017-06-25  etimbergticks.padding option applies to both vertical and horiz...
2017-06-25  etimbergWhen all datasets are hidden, the linear scale defaults...
2017-06-25  Simon BrunelFix non-passive event listener warning in Chrome
2017-06-25  etimbergUpdate scatter chart default config to hide lines
2017-06-25  Evert TimbergEnsure deprecated unitStepSize property of time scale...
2017-06-25  Simon BrunelChange `valueAtIndexOrDefault` behavior (#4423)
2017-06-24  Simon BrunelCleanup and reorganize core and canvas helpers
next