]> git.ipfire.org Git - thirdparty/Chart.js.git/shortlog
thirdparty/Chart.js.git
2021-01-05  Jukka KurkelaAdd type linting (#8264)
2021-01-04  LeeLenaleeeUpdate link to latest version of V2 Docs (#8270)
2021-01-03  Ben McCannUpgrade TypeDoc (#8267)
2021-01-02  Ben McCannUpgrade Docusaurus (#8262)
2021-01-02  Ben McCannStandardize type declaration indentation with tabs...
2020-12-31  stockiNailAdds backgroundColor and borderColor options to the...
2020-12-31  stockiNailChange title font default option (#8258) (#8259)
2020-12-31  Jukka KurkelaUse provided options in tooltip plugin (#8254)
2020-12-30  Jukka KurkelaTooltip: Render when animations are disabled (#8252)
2020-12-30  Jukka KurkelaLine: Set points on resize (to reset Path2D cache)...
2020-12-30  Jukka KurkelaFix small bugs when animations are disabled (#8253)
2020-12-29  Jukka KurkelaSkip reset when animations are disabled (#8248)
2020-12-29  Jukka KurkelaAlways freeze cached options (#8247)
2020-12-29  Jukka KurkelaLine: Update points directly, when possible (#8246)
2020-12-28  Jukka KurkelaUse cached Intl.NumberFormat everywhere (#8244)
2020-12-28  Ben McCannMention npm in installation section (#8245)
2020-12-28  Jukka KurkelaLine: Use Path2D as cache (#8239)
2020-12-28  Jukka KurkelaRename helpers.clear to helpers.clearCanvas (#8238)
2020-12-28  Ben McCannUpdate spelling of cancellable (#8236)
2020-12-28  Evert TimbergCache the lineheight regex (#8240)
2020-12-27  Jukka KurkelaMigrate to chartjs-test-utils (#8237)
2020-12-26  Evert TimbergClean up the LayoutItem type (#8235)
2020-12-26  Evert TimbergCache data limits to ensure they are only computed...
2020-12-26  Evert TimbergCreate standardized text render method (#8227)
2020-12-24  LeeLenaleeeExample code plugin outdated (#8230)
2020-12-23  Evert TimbergEnable changing the chart type (#8226)
2020-12-22  Evert TimbergRemove duplicate Scriptable definitions (#8223)
2020-12-22  Evert TimbergScriptable tick colours (#8222)
2020-12-22  Evert TimbergHorizontal axis with center position should display...
2020-12-22  Evert TimbergAdd options to configure tick styling independent of...
2020-12-22  LeeLenaleeeEnsure that default collections table is clear (#8216)
2020-12-21  Evert TimbergAdd note about loading fonts and chart updates (#8214)
2020-12-21  Evert TimbergEnsure that default animation modes table is clear...
2020-12-20  Evert TimbergSplit animation definitions (#8208)
2020-12-20  LeeLenaleeeDocs/multiline labels (#8201)
2020-12-19  Evert TimbergSplit Element type to it's own definition file (#8206)
2020-12-19  Jukka KurkelaSplit adapter types to their own definition file (...
2020-12-19  Evert TimbergSplit geometric types to their own definition file...
2020-12-19  Jukka KurkelaUpdate CI (#8204)
2020-12-19  Jukka KurkelaUpdate dependencies (#8203)
2020-12-19  Evert TimbergMerge TS files into a single file to prevent circular...
2020-12-19  LeeLenaleeeUpdate showLine location in defaults (#8199)
2020-12-18  stockiNailAdd color options to documentation and types where...
2020-12-18  Jukka KurkelaLayout: enforce box limits, reject <0 chartArea (#8193)
2020-12-18  Josh KelleyTypeScript updates (#8190)
2020-12-18  Jukka KurkelaMake PointLabels color scriptable (#8194)
2020-12-18  Jukka KurkelaUpdate defaults and types for tick stroke (#8195)
2020-12-18  UrielMaDRadius validation for drawRadiusLine (#8191)
2020-12-17  Evert TimbergMove tooltip plugin hooks to the core Plugin type ...
2020-12-17  Jukka KurkelaHover: only update styles of changed elements (#8185)
2020-12-17  Jukka KurkelaReject pending promises when animation is updated ...
2020-12-16  David TurbertAdd ArcElement to getting-started.md (#8174)
2020-12-16  LeeLenaleeeRemove dataset while hovered (#8181)
2020-12-16  Salman Kazmiadded comma to fix syntax issue (#8177)
2020-12-15  Jukka KurkelaFix legend alignment issues (#8168)
2020-12-14  Jukka KurkelaArcElement: Skip draw when radius is negative (#8170)
2020-12-14  Jukka KurkelaUse correct color for legend labels (#8167)
2020-12-14  Jukka KurkelaLegend plugin cleanup (#8109)
2020-12-14  Josh KelleyUpdate docs for .resize() method (#8151)
2020-12-14  Evert TimbergQuick exit the legend fit function when the legend...
2020-12-14  Evert TimbergPrevent double plugin registers from losing the list...
2020-12-11  LeeLenaleeedefault values for element background and border color...
2020-12-10  Josh KelleyUpdate docs on printing (#8149)
2020-12-06  Evert TimbergRespect the set locale for in the pie/doughnut tooltips...
2020-12-05  LeeLenaleeefix default font color for legend (#8139)
2020-12-05  Jukka KurkelaCI: Conditionally run steps based on changes (#8132)
2020-12-05  LeeLenaleeeClarification: barPercentage vs categoryPercentage...
2020-12-04  dependabot... Bump highlight.js from 10.3.1 to 10.4.1 (#8128) v3.0.0-beta.7
2020-12-04  Jukka KurkelaRevert "New release workflow (#8127)" and fixes (#8131)
2020-12-04  Jukka KurkelaUpdate release.yml (#8130)
2020-12-04  Jukka KurkelaFix the needs job name (#8129)
2020-12-04  Jukka KurkelaNew release workflow (#8127)
2020-12-04  lab900-marcel... [v3] Add locale to ChartOptions type (#8118)
2020-12-02  Jukka KurkelaAdd new scale hooks for plugins (#8112)
2020-12-02  Jukka KurkelaFix CategoryScale.getValueForPixel with autoSkip (...
2020-11-30  LeeLenaleeeFix/area fill and chart titles (#8113)
2020-11-28  WenfangUpdate performance.md (#8107)
2020-11-28  Jukka KurkelaAdd new hooks for plugins (#8103)
2020-11-28  Jukka KurkelaLineElement: no fill by default (#8111)
2020-11-28  Mostafa Sametifix color type & add background and border color (...
2020-11-28  Jukka KurkelaUnify signature of plugin hooks (#8102)
2020-11-26  Jukka KurkelaTitle plugin cleanup (#8104)
2020-11-25  Jukka KurkelaMove title, tooltip and legend to options.plugins ...
2020-11-24  Jukka KurkelaRestore `datasets` namespace (revert 6955) (#8090)
2020-11-23  Jukka KurkelaDisable all plugins when options.plugins = false (...
2020-11-23  LeeLenaleeeFixed samples: area dataset (line), radar and logarithm...
2020-11-23  Jukka KurkelaFix disabling hover (#8097)
2020-11-23  Jukka KurkelaImprove test coverage (#8087)
2020-11-23  Jukka KurkelaUpdate interpolation-modes sample to new defaults ...
2020-11-20  Jukka KurkelaDo not use offsetX/Y in shadow DOM (#8082)
2020-11-19  LeeLenaleeecoppied to wrong place in file, backgroundColor should...
2020-11-19  Jukka KurkelaSwitch to eslint-plugin-es (#8075)
2020-11-19  Jukka KurkelaAlign font options with CSS (#8066)
2020-11-19  Jukka KurkelaAllow single parameter to Defaults.set (#8050)
2020-11-19  LeeLenaleeemade scatter chart a lot better readable, removed unnec...
2020-11-19  Evert TimbergRename uppercase types to camel case (#8074)
2020-11-19  Jukka KurkelaRemove classic style extensions from docs/tests (#8076)
2020-11-19  SaintMalikFix url bug (#8072)
2020-11-18  SaintMalikfix broken url in docs (#8070)
2020-11-18  LeeLenaleeev2 note not nessecary in v3 docs and update example...
next