]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
2016-11-11  Simon BrunelFix retina scale when display size is implicit 3551/head
2016-11-08  Simon BrunelFix context state restoration on destroy
2016-11-06  Simon BrunelBump version to 2.4.0
2016-11-05  etimbergX and Y interaction modes now use the intersect option
2016-11-03  Simon BrunelFix the event handler when legend is disabled (#3544)
2016-10-31  Simon BrunelFix iframe resize handler when re-attached to DOM ...
2016-10-30  etimbergWhen an event triggers an update while the bufferedUpda...
2016-10-29  Simon BrunelBump ESLint to v3.x (gulp and Code Climate) (#3526)
2016-10-27  Josh SorefSpelling fixes (#3522)
2016-10-27  Varatep Buranintufix "area" typo
2016-10-25  bret bFixes issue #3490: Tick documentation is missing autoSk...
2016-10-25  Zach PanzarinoUpdate installation instructions in README
2016-10-23  Evert TimbergUpdate chartColors.js to utils.js and move randomScalin...
2016-10-23  etimbergFix bug in 'y' tooltip mode
2016-10-23  etimbergReorganized sample files into sub directories. Added...
2016-10-23  etimbergAdd a way to filter items in the tooltip
2016-10-19  bydooweedooCustom tooltip: add data points infos (#3201)
2016-10-19  etimbergAdd new properties for the caretX,caretY point of a...
2016-10-18  Zach PanzarinoFix eslint errors in layout service test
2016-10-17  etimbergLayout service now supports configurable padding on...
2016-10-17  etimbergAdd reset method to chart prototype
2016-10-16  Zach PanzarinoExtend eslint to test files (#3473)
2016-10-16  Simon BrunelEnhance context acquisition on chart creation
2016-10-15  Evert TimbergMake index mode only work with the horizontal distance...
2016-10-14  Evert TimbergConfigurable Tooltip Position Modes (#3453)
2016-10-14  etimbergBar chart performance improvements
2016-10-14  Evert TimbergNew fill modes for lines (#3460)
2016-10-11  Simon BrunelUpdate the GitHub issue template
2016-10-10  etimbergNo longer merge arrays during the config merge. Simply...
2016-10-09  Tieson TrowbridgeReplaces Unicode character with HTML entity
2016-10-09  Evert TimbergFix/3061 (#3446)
2016-10-08  Evert TimbergProperly merge colors for the label colors in the toolt...
2016-10-06  Evert TimbergFix bubble chart tooltip callback to use correct labels...
2016-10-04  Mickael JeanroyRefactor tooltip draw function to extract drawBackgroun...
2016-10-04  Aidan FewsterIf tick options have min, max and stepSize use them...
2016-10-04  Aidan FewsterAdded the watchify NPM dependency to satisfy karma...
2016-10-04  Evert TimbergDisplay tooltip color boxes for all tooltips. Added...
2016-10-03  Evert TimbergImprove Tooltip and Hover Interaction (#3400)
2016-10-03  Simon BrunelBetter animation when adding or removing data
2016-09-29  Simon BrunelFix config initialization and add unit tests
2016-09-28  Simon BrunelInject iframe for responsive charts only
2016-09-25  Evert TimbergFixes HTML legend string for polar area charts to match...
2016-09-24  Evert TimbergBetter number -> string callback for the radial linear...
2016-09-24  Simon BrunelMerge pull request #3325 from chartjs/fix/3269
2016-09-24  Evert TimbergUpdate default config tests and re-enable 3325/head
2016-09-24  Evert TimbergIn the doughnut chart, specifically handle multiline...
2016-09-24  Evert Timbergskip non finite data points when determining scale...
2016-09-24  Evert TimbergMerge pull request #3356 from simonbrunel/aspect-ratio
2016-09-24  Evert TimbergFix 2 minor documentation issues in the scale documenta...
2016-09-24  Evert TimbergCompute correct tooltip size when there is no title...
2016-09-24  Evert TimbergFix the legend drawing when `labels.usePointStyle`...
2016-09-24  Evert TimbergMerge pull request #3358 from dylan-kerr/fix/limit...
2016-09-24  Evert TimbergMerge pull request #3357 from kant/patch-1
2016-09-23  Simon BrunelInitial core.controller.js unit tests 3356/head
2016-09-23  dylan-kerrAdjust expected values in core.title.tests.js 3358/head
2016-09-23  dylan-kerrSet maxWidth during title draw to avoid overflow
2016-09-23  Darío HereñúMinor fixes (proposal) 3357/head
2016-09-23  Simon BrunelFix radar default aspect ratio and samples
2016-09-23  Simon BrunelFix initial aspect ratio when not responsive
2016-09-23  Simon BrunelGulp command switch to run specific test files
2016-09-23  Simon BrunelMake charts vertically responsive (#3105) (#3326)
2016-09-23  Zach PanzarinoMove reverse option for labels to correct section in...
2016-09-22  Simon BrunelBump version to 2.3.0
2016-09-21  Nick DownieEnsure the second pie chart sits inline 3321/head
2016-09-17  Simon BrunelBump version to 2.3.0-rc.1
2016-09-17  Simon BrunelChange bower package name for chart.js (#1562)
2016-09-16  Zach PanzarinoMerge pull request #3315 from zachpanz88/fix-pie-multi...
2016-09-16  Zach PanzarinoFix bug with pie/doughnut chart legends 3315/head
2016-09-15  Evert TimbergMerge pull request #3287 from simonbrunel/tests-cleanup
2016-09-15  Simon BrunelTurn off linebreak-style linting rule
2016-09-15  Simon BrunelMerge pull request #3308 from zachpanz88/eslint
2016-09-15  Zach PanzarinoImplement eslint changes proposed by @simonbrunel in... 3308/head
2016-09-15  Zach PanzarinoInclude changes suggested by @etimberg in code review
2016-09-15  Zach PanzarinoAllow variable use before define with warning
2016-09-15  Zach PanzarinoFix style issues in core and scales
2016-09-14  Zach PanzarinoFix more style errors in controllers, elements, and...
2016-09-14  Zach PanzarinoRemove func-call-spacing rule
2016-09-14  Zach PanzarinoAdd keyword spacing to eslint and update code
2016-09-14  Zach PanzarinoFirst round of eslint fixes
2016-09-14  Zach PanzarinoUpdate new eslint rules
2016-09-13  Zach PanzarinoFix broken links in Maintaining.md
2016-09-12  Evert TimbergMerge pull request #3261 from desowin/3211
2016-09-12  Tomasz MońFix check for undefined 3261/head
2016-09-11  Evert TimbergMerge pull request #3284 from chartjs/fix/3278
2016-09-10  Evert TimbergWhen the category scale is used as the non main scale... 3284/head
2016-09-09  Chris FäCleanup React extension links (#3282)
2016-09-08  Evert TimbergMerge pull request #3280 from trantorLiu/master
2016-09-08  Chun-Yi LiuUpdate 01-Chart-Configuration.md 3280/head
2016-09-08  Simon BrunelAutomatically expose custom Jasmine matchers 3287/head
2016-09-08  Simon BrunelFix time scale tests using the wrong chart instance
2016-09-08  Simon BrunelAuto-release charts if not persistent (tests)
2016-09-08  Lubomir SotirovFix 3267 Add "onHover" functionality for legend (#3271)
2016-09-08  Simon BrunelMerge pull request #3254 from ianks/minDisplayFormat
2016-09-06  Evert TimbergMerge pull request #3256 from simonbrunel/code-cleanup
2016-09-06  Ian Ker-SeymerSuport minUnit for time scale 3254/head
2016-09-04  Tomasz MońBuild labelDiffs cache once per update (#3211)
2016-09-03  Tomasz MońBuild label diff lookup table
2016-09-03  Simon BrunelEnforce curly braces for single statement block 3256/head
2016-09-03  Simon BrunelEnforce consistent tab indentation
2016-09-03  Simon BrunelUse gulp-eslint instead of gulp-jshint
next