]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
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
2017-06-24  Evert TimbergFix error when legend label options are not defined...
2017-06-24  Akihiko KusanagiUpdate Display Format table
2017-06-23  Karan BhatiaAdd aria-hidden=true attribute to hidden iframe for...
2017-06-23  etimbergLine height setting for scale titles. The text is cente...
2017-06-23  Akihiko KusanagiFix arguments in plugin interface description
2017-06-23  Peter-Van-DrunenEnsure that chart dimensions are always >= 0
2017-06-23  Akihiko KusanagiAdd description on new dataset update and draw plugin...
2017-06-22  Ben SWording error
2017-06-19  etimbergMultiple lines of text in the chart title
2017-06-19  etimbergAdd note regarding non-existant fonts
2017-06-16  Martin Bagge... HighCharts is not open source (#4383)
2017-06-15  AndrewTime axis tick formatting with major and minor units...
2017-06-12  Julian RademacherFixed tiny typo in title.md
2017-06-11  Ricardo CostaSupport hover animation duration during updates (#4300)
2017-06-10  Simon BrunelFix filling between datasets of different lengths
2017-06-09  Spencer DellisFix Tiny Typo in Labelling.md
2017-06-08  etimbergFix round option for time scales
2017-06-07  Evert TimbergMake sure that the border width of the tooltip color...
2017-06-07  Ben McCannUse the latest 6.x LTS release for Travis builds (...
2017-06-05  Raquel GuimaraesFix broken link on animations page #4324
2017-06-04  Evert TimbergFix vertical alignment of legend labels (#4318)
2017-06-04  Evert TimbergProvide a blank default global layout option (#4319)
next