]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
2021-06-20  Jukka KurkelaDocs: describe catching events with plugin (#9296)
2021-06-20  Jukka KurkelaNew plugin: subtitle (#9294)
2021-06-20  Jacco van den... resolve auto register typescript failure (#9292)
2021-06-19  Jukka KurkelaLegend: fix layout padding handling (#9290)
2021-06-19  Jukka KurkelaBar: ignore not-grouped bars from group bar count ...
2021-06-18  Jukka KurkelaFiller: skip NaN points from end of segment (#9287)
2021-06-18  Jukka KurkelaRefactor radialLinear scale and renderText helper ...
2021-06-18  Jukka KurkelaApply maxTicksLimit to grid when ticks are hidden ...
2021-06-18  Jukka KurkelaFix: Don't use clip/unclipArea when `clip: false` ...
2021-06-18  Jacco van den... added fill type to line in options object and to radar...
2021-06-14  Josh KelleyFix type definitions for `getPixelForValue` (#9263)
2021-06-13  Jukka KurkelaDocs: Add copy button to code blocks (#9262)
2021-06-12  Jukka KurkelaFix updating of active elements (#9261)
2021-06-12  Evert TimbergReplace [...set] with Array.from(set) (#9260)
2021-06-12  Evert Timberg`null` or `undefined` should skip grid lines in the...
2021-06-05  Jukka KurkelaDocs: fix broken and inconsistent links (#9237)
2021-06-03  jiho leeFix broken guidelines url in PR template (#9228)
2021-06-03  Jacco van den... add missing types to legend (#9226)
2021-06-02  Jacco van den... Barheight no longer undefined (#9208)
2021-06-02  Jacco van den... complete custom legend click sample to also work for...
2021-06-02  Jacco van den... Add explanation on how to run the samples locally ...
2021-06-01  Evert TimbergFix rtl legend text alignment (#9199)
2021-05-30  Evert TimbergTick backdrop padding is not scriptable (#9191)
2021-05-30  Jukka KurkelaMake sure data is parsed before updateElements (#9187)
2021-05-30  Jukka KurkelaFix error when swapping dataset locations (#9183)
2021-05-29  Evert TimbergAllow setting a constance spacing between arc elements...
2021-05-29  Evert TimbergVersion bump to 3.3.1 (#9182) v3.3.1
2021-05-29  Jukka KurkelaLinear: Respect bounds option in tick generation (...
2021-05-28  Jukka KurkelaAdd documentation about default scales (#9173)
2021-05-28  Jukka KurkelaAdd declaration for Decimation plugin (#9172)
2021-05-28  Jukka KurkelaFix clearStacks with custom scaleId (#9170)
2021-05-27  Jukka KurkelaIgnore items outside chart area for interaction (#9171)
2021-05-26  Jacco van den... Update pointstyle type and default value (#9168)
2021-05-26  Jacco van den... show the utils file in the samples page to clarify...
2021-05-25  Jukka KurkelaStop mutating arc state while drawing (#9153)
2021-05-24  Jukka KurkelaFix: Arc getCenterPoint when full circle (#9152)
2021-05-24  Jukka KurkelaBump version to 3.3, update dependencies (#9149) v3.3.0
2021-05-22  Evert TimbergImproved error message when no date adapter provided...
2021-05-21  SylhareFix scales option in example (#9146)
2021-05-20  Jukka KurkelaUpdate chartjs-test-utils and mis-sized fixtures (...
2021-05-20  Jukka KurkelaFurther improve linear tick collision estimation (...
2021-05-19  Evert TimbergShow correct decimal places when using count but `min...
2021-05-19  Jacco van den... add legend to the default onclick to make sample work...
2021-05-19  Jon RimmerCorrectly extend ExtendedPlugin interface (#9124)
2021-05-19  Jon RimmerAdd missing props to ChartArea type (#9123)
2021-05-18  Jukka KurkelaFix arc offset calculation (#9118)
2021-05-18  Jukka KurkelaFix animations when data is replaced (#9120)
2021-05-18  Jukka KurkelaFix doughnut rotation on float edge cases (#9121)
2021-05-18  Evert TimbergAdd documentation note about only styling the parent...
2021-05-17  Jacco van den... remove double sentence and adjust scale to scales.r...
2021-05-15  Jukka KurkelaDelay data to elements synchronization to update (...
2021-05-15  Evert TimbergUpgrade dependencies (#9102)
2021-05-14  Jukka KurkelaMake sure context indices are up to date (#9101)
2021-05-14  Akihiko KusanagiSupport monotone cubic interpolation for vertical line...
2021-05-14  Evert TimbergAdd test for issue 9085 (#9091)
2021-05-13  Akihiko KusanagiFix element reset animations in vertical line and bubbl...
2021-05-12  Jukka KurkelaFix setting options in array of objects (#9062)
2021-05-12  Evert TimbergFix polar area tooltip item label (#9067)
2021-05-10  Jacco van den... add default values so it wont crash on out of memory...
2021-05-10  Josh KelleyFix detecting changed events (#9050)
2021-05-08  Toni DietzeRound canvas.style dimensions to avoid blurring (#9015)
2021-05-08  Evert TimbergHTML legend handles doughnut/pie charts (#9044)
2021-05-07  Jukka KurkelaTypes: Export DecinmationAlgorithm as const (#9046)
2021-05-07  Jukka KurkelaAllow scale to auto-adjust it's min when stacked (...
2021-05-07  Jukka KurkelaAdd includeBounds option for cartesian ticks (#9020)
2021-05-07  Jukka KurkelaFix line segments with alignToPixel (#9042)
2021-05-05  Jukka KurkelaFix: Avoid negative layout dimensions (#9027)
2021-05-05  hiroki shimizufix typo on api.md (#9030)
2021-05-05  Jacco van den... add index for radial axes to nav and update fonts locat...
2021-05-01  Jukka KurkelaBump version to 3.2.1 (#9014) v3.2.1
2021-05-01  Evert TimbergEnable scriptable element chart options (#9012)
2021-05-01  Evert TimbergAdd test for DecimationAlgorithm type (#9010)
2021-05-01  Evert TimbergAdd documentation on tooltip xAlign and yAlign (#9011)
2021-04-30  Akihiko KusanagiFix for enabling monotone cubicInterpolationMode when...
2021-04-28  Jukka KurkelaIgnore truncated pixels in bar width calculation (...
2021-04-28  Jukka KurkelaImprove linear tick generators collision estimation...
2021-04-24  Evert TimbergBump to version 3.2.0 (#8974) v3.2.0
2021-04-24  Jukka KurkelaAdd drawTime: beforeDraw option to filler (#8973)
2021-04-24  Jukka KurkelaFix skipNull for subsequent datasets (#8972)
2021-04-24  Evert TimbergIn html tooltip sample padding is read from the options...
2021-04-19  Jukka KurkelaUpdate helpers types export (#8944)
2021-04-18  Evert TimbergOnly enable the bar borderRadius at the end of the...
2021-04-18  Jukka KurkelaAdd example plugins for border and quadrants (#8942)
2021-04-18  Jukka KurkelaScale: draw border on separate layer after grid (#8936)
2021-04-18  Jukka KurkelaTime: cache options needed by parse (#8933)
2021-04-18  Prateek R PatilFix for allowing parsing:false with stacks (#8934)
2021-04-18  Evert TimbergCartesian scale tick backdrop (#8931)
2021-04-17  Evert TimbergAllow the events option to be changed at runtime (...
2021-04-17  Jukka KurkelaAdd `initial` property to animation callbacks (#8926)
2021-04-17  Evert TimbergBump to 3.1.1 (#8927) v3.1.1
2021-04-17  Jukka KurkelaFix: Fill vertical lines (#8919)
2021-04-17  Jukka KurkelaScale: Make sure grace is applied only once (#8913)
2021-04-17  Jukka KurkelaFix: Initialize data object when replaced (#8918)
2021-04-17  Jukka KurkelaSkip ticks by callback value as documented (#8914)
2021-04-16  Jukka KurkelaFix: don't draw segments out of bounds (#8911)
2021-04-16  Jukka KurkelaFix minor issues in docs (#8910)
2021-04-16  Jukka KurkelaFix tooltip positioners and scriptable signature (...
2021-04-16  Касымов НурланFix javascript syntax error in docs/general/padding...
2021-04-15  Evert TimbergDo not redraw endlessly on mouse move (#8898)
2021-04-15  Jacco van den... Update v3-migration.md (#8904)
next