]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
2017-02-03  Matthisk HeimensenAdded Django-Jchart link to docs/notes.md (#3865) 3840/head
2017-01-28  etimbergbump version number
2017-01-28  Simon BrunelReplace `onEvent` by `before/afterEvent`
2017-01-28  Simon BrunelMake `beforeDraw` cancellable and fix easing value
2017-01-28  Simon BrunelPlugin hooks and jsdoc enhancements
2017-01-27  Jakub Juszczak📝 Add vue-chartjs to docs
2017-01-25  Evert Timberginner radius could be slightly negative due to numerica...
2017-01-22  Evert Timbergremove unnecessary extra init steps
2017-01-22  Jerry ChangDocumentation update on requiring Chart.js using Common...
2017-01-22  Simon BrunelIgnore .gitignore (and more) from Bower packages
2017-01-18  Thomas RedstonOnly generate ticks we care about
2017-01-15  Simon BrunelPlatform event API abstraction
2017-01-15  Evert Timbergwhen the cutoutPercentage is 0, the inner radius should...
2017-01-08  mdewildeCorrect anchor link (#3772)
2017-01-05  SAiTO TOSHiKiFix : Scale label display at top and right. (#3741)
2017-01-02  Jakeupdate copyright date
2017-01-01  potatopeelingsGroup stacked bar charts (#2643) (#3563)
2016-12-31  Zach PanzarinoHappy new year!
2016-12-24  Timofey RechkalovUpdate 07-Pie-Doughnut-Chart.md
2016-12-21  Evert TimbergRefactoring to put browser specific code in a new class...
2016-12-20  SAiTO TOSHiKiFix bar draw issue with `borderWidth`. (#3680)
2016-12-18  SAiTO TOSHiKiFix : samples (line-stacked-area.html & step-size.html...
2016-12-18  etimbergfix stacked bars on logarithmic axes
2016-12-18  Simon BrunelAdd support for local plugins and plugin options
2016-12-18  etimbergfix options in getDatasetAtEvent
2016-12-17  Evert Timbergfix linting again
2016-12-17  Evert Timbergfix linting
2016-12-17  SAiTO TOSHiKiUpdate core.scale.js
2016-12-14  TarqwynFix bug when calculating if steps fit into scale as...
2016-12-07  etimbergFix infinite loop in logarithmic tick generation
2016-12-07  etimbergFix newly introduced drawing bug when tick marks are...
2016-12-06  Wang ShenweiCorrect document for Interaction Modes #3676 (#3684)
2016-12-03  Jonathon HillPass the hover event to the onHover event handler ...
2016-12-03  SAiTO TOSHiKiImplement clipping (#3658)
2016-12-02  Toshiki SaitoFixed miscalculation of Bar width.
2016-12-02  Evert TimbergFix rotated label meaasurements (#2879, #3354). When...
2016-12-01  Evert TimbergRevert "Fixed tooltip labelling on Bar Chart when min...
2016-11-29  Evert TimbergDo not notify plugins when a silent resize occurs ...
2016-11-28  Jerry Changfixed tooltip labelling on Bar Chart when min is defined
2016-11-28  SAiTO TOSHiKiFix : Tooltip label for category scale. (#3649)
2016-11-28  etimbergFix monotone cubic interpolation when two adjacent...
2016-11-26  Christopher... Add rectRounded to point style sample
2016-11-26  Christopher... Add rectRounded point style
2016-11-25  etimbergAllow updating the config of a chart at runtime
2016-11-25  Evert TimbergImprove radial scale (#3625)
2016-11-22  Jeff CareyUpgraded dependency gulp-uglify to 2.0.0 (#3635)
2016-11-20  etimbergLabels can get bigger when the 2nd fit happens. Don...
2016-11-20  etimbergProperly use the ticks.padding option. To correctly...
2016-11-19  Jerry ChangFixed Issue with tooltip label display when given null...
2016-11-18  etimbergRemove unnecessary padding usages and update category...
2016-11-18  Evert TimbergTake vertical padding into account
2016-11-18  Evert TimbergWhen an axis needs padding due to a long, rotated,...
2016-11-18  Jeff CareyFixed vertical alignment in legend text (#3387)
2016-11-18  etimbergAllow line chart to use pointBorderWidth of 0 correctly
2016-11-17  Jonathon HillUpdate the documentation plugin list (#3610)
2016-11-16  38elementsFix link in 01-Chart-Configuration.md (#3607)
2016-11-14  etimberguse correct option for setting tension on radar charts
2016-11-14  etimberguse correct option in radar chart
2016-11-13  Evert Timbergremove unused cancel animation frame method
2016-11-13  38elementsFix path in 09-Advanced.md
2016-11-12  etimbergAdd a function to filter items out of the legend
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
next