]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
2017-04-04  cizmiakscale service - respect new weight scale option for... 4128/head
2017-04-03  etimbergAdds a better error message when the chart type is...
2017-04-03  etimbergAdd live samples back to docs for each chart type
2017-04-02  Thomas RedstonTime scale improvements to improve performance and...
2017-03-28  etimbergUpdate the tooltip with a new `caretPadding` setting...
2017-03-27  Martin ZürnFixed misplaced data points on category scale
2017-03-25  Simon BrunelMove legend and title in the plugins folder (#4076)
2017-03-25  Simon BrunelAdd `gulp unittest --coverage` argument (#4075)
2017-03-24  y-takeAdd link to plugin that creates a stacked percentage...
2017-03-22  ellieUpdate line-customTooltips.html (Re issue #4038 )
2017-03-21  Lee N DobrydenZero line dash options (#4019)
2017-03-21  Simon BrunelReorganize samples and list them in index.html (#4043)
2017-03-21  Samuel JoDo not draw tooltips that have no items (#4034)
2017-03-21  Hiroshi ShirosakiFix radar chart horizontal position (#4032)
2017-03-21  Evert TimbergFix for stacked bar charts with log axes (#4010)
2017-03-21  Bohdan KhoroletsAvoid errors when rendering serverside (#3909)
2017-03-21  Evert TimbergUpdate the docs structure/content to use GitBook (...
2017-03-18  Simon BrunelCorrectly handle decimal display size (#4009)
2017-03-18  Simon BrunelAdd support to fill between datasets (#4008)
2017-03-05  Simon BrunelIntroduce unit test based on image comparison (#3988)
2017-03-04  Simon BrunelCleanup and upgrade unit tests environment
2017-03-04  Simon BrunelFix shorthand `legend: false` and `title: false`
2017-03-04  Cătălin PinteaAdded a `maxBarThickness` setting for bar charts xAxis...
2017-03-03  Evert TimbergSplit radial scale lineArc setting into a combination...
2017-03-03  Simon BrunelFlatten animation object and fix callbacks
2017-03-03  Simon BrunelHandle incoming model values on element transition
2017-02-25  Jerry ChangFixed built-in auto skip caused by previous commit...
2017-02-25  etimbergAdd test for layout service weight ordering
2017-02-25  etimbergLayout service supports a new order setting to configur...
2017-02-25  Evert TimbergFix use of reserved keyword as a parameter name
2017-02-25  Adam Kirkfading tooltip
2017-02-25  Marcelo TedeschiRefactored drawCaret and drawBackground functions to...
2017-02-25  Marcelo TedeschiAdded configuration to documentation
2017-02-25  Marcelo TedeschiAdded possibility to draw tooltip borders
2017-02-22  Evert TimbergFix color dependency for builds
2017-02-22  Simon BrunelAdd new dataset update and draw plugin hooks
2017-02-18  Simon BrunelAdd chart data property setter and unit tests
2017-02-16  potatopeelings#3849 - Stack bars in z dimension
2017-02-12  etimbergwhen axes are in the wrong place, update the config...
2017-02-11  Evert TimbergWhen the dataset label is not defined, the tooltip...
2017-02-10  JerryUpdate tooltip only when active element has changed...
2017-02-10  Thomas RedstonReuse parsed results rather than redoing work
2017-02-10  Jerry ChangFixed HorizontalBar: stacked axis, displays NaN when...
2017-02-10  Simon BrunelUnit tests for Chart constructor and deprecations
2017-02-10  Simon BrunelRename `chartInstance` to `chart`
2017-02-10  Simon BrunelRemove deprecated nested `chart` accesses
2017-02-10  Simon BrunelDeprecate Chart.Controller (and nested `chart`)
2017-02-09  etimbergFix issue with how Chart.PluginBase is defined
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,...
next