gnucash stable: [chartjs-4] add chartjs-4 files

Christopher Lam clam at code.gnucash.org
Sun Jul 6 18:33:45 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/2b0c9030 (commit)
	from  https://github.com/Gnucash/gnucash/commit/341f2102 (commit)



commit 2b0c90304e96b7a8ca3f18f970ae9c23ac98f380
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jul 5 21:32:00 2025 +0800

    [chartjs-4] add chartjs-4 files
    
    add chartjs-4.5.0



Summary of changes:
 borrowed/CMakeLists.txt                            |     2 +
 borrowed/chartjs-4/CMakeLists.txt                  |    15 +
 borrowed/chartjs-4/chart.cjs                       | 11638 +++++++++++++++++++
 borrowed/chartjs-4/chart.cjs.map                   |     1 +
 borrowed/chartjs-4/chart.js                        | 11590 ++++++++++++++++++
 borrowed/chartjs-4/chart.js.map                    |     1 +
 borrowed/chartjs-4/chart.umd.js                    |    14 +
 borrowed/chartjs-4/chart.umd.js.map                |     1 +
 borrowed/chartjs-4/chart.umd.min.js                |    14 +
 borrowed/chartjs-4/chart.umd.min.js.map            |     1 +
 borrowed/chartjs-4/chunks/helpers.dataset.cjs      |  2915 +++++
 borrowed/chartjs-4/chunks/helpers.dataset.cjs.map  |     1 +
 borrowed/chartjs-4/chunks/helpers.dataset.js       |  2788 +++++
 borrowed/chartjs-4/chunks/helpers.dataset.js.map   |     1 +
 borrowed/chartjs-4/controllers/controller.bar.d.ts |    65 +
 .../chartjs-4/controllers/controller.bubble.d.ts   |    35 +
 .../chartjs-4/controllers/controller.doughnut.d.ts |    64 +
 .../chartjs-4/controllers/controller.line.d.ts     |    13 +
 borrowed/chartjs-4/controllers/controller.pie.d.ts |     3 +
 .../controllers/controller.polarArea.d.ts          |    35 +
 .../chartjs-4/controllers/controller.radar.d.ts    |    19 +
 .../chartjs-4/controllers/controller.scatter.d.ts  |    20 +
 borrowed/chartjs-4/controllers/index.d.ts          |     8 +
 borrowed/chartjs-4/core/core.adapters.d.ts         |    67 +
 borrowed/chartjs-4/core/core.animation.d.ts        |    21 +
 borrowed/chartjs-4/core/core.animations.d.ts       |    22 +
 .../chartjs-4/core/core.animations.defaults.d.ts   |     1 +
 borrowed/chartjs-4/core/core.animator.d.ts         |    67 +
 borrowed/chartjs-4/core/core.config.d.ts           |    86 +
 borrowed/chartjs-4/core/core.controller.d.ts       |   257 +
 .../chartjs-4/core/core.datasetController.d.ts     |   251 +
 borrowed/chartjs-4/core/core.defaults.d.ts         |    80 +
 borrowed/chartjs-4/core/core.element.d.ts          |    21 +
 borrowed/chartjs-4/core/core.interaction.d.ts      |    92 +
 borrowed/chartjs-4/core/core.layouts.d.ts          |    88 +
 borrowed/chartjs-4/core/core.layouts.defaults.d.ts |     1 +
 borrowed/chartjs-4/core/core.plugins.d.ts          |    61 +
 borrowed/chartjs-4/core/core.registry.d.ts         |    90 +
 borrowed/chartjs-4/core/core.scale.autoskip.d.ts   |    19 +
 borrowed/chartjs-4/core/core.scale.d.ts            |   343 +
 borrowed/chartjs-4/core/core.scale.defaults.d.ts   |     1 +
 borrowed/chartjs-4/core/core.ticks.d.ts            |    31 +
 borrowed/chartjs-4/core/core.typedRegistry.d.ts    |    33 +
 borrowed/chartjs-4/core/index.d.ts                 |    15 +
 borrowed/chartjs-4/elements/element.arc.d.ts       |    51 +
 borrowed/chartjs-4/elements/element.bar.d.ts       |    32 +
 borrowed/chartjs-4/elements/element.line.d.ts      |    87 +
 borrowed/chartjs-4/elements/element.point.d.ts     |    39 +
 borrowed/chartjs-4/elements/index.d.ts             |     4 +
 borrowed/chartjs-4/helpers.cjs                     |   136 +
 borrowed/chartjs-4/helpers.cjs.map                 |     1 +
 borrowed/chartjs-4/helpers.js                      |     9 +
 borrowed/chartjs-4/helpers.js.map                  |     1 +
 borrowed/chartjs-4/helpers/helpers.canvas.d.ts     |    75 +
 borrowed/chartjs-4/helpers/helpers.collection.d.ts |    68 +
 borrowed/chartjs-4/helpers/helpers.color.d.ts      |    13 +
 borrowed/chartjs-4/helpers/helpers.config.d.ts     |    31 +
 .../chartjs-4/helpers/helpers.config.types.d.ts    |    41 +
 borrowed/chartjs-4/helpers/helpers.core.d.ts       |   147 +
 borrowed/chartjs-4/helpers/helpers.curve.d.ts      |    17 +
 borrowed/chartjs-4/helpers/helpers.dataset.d.ts    |     2 +
 borrowed/chartjs-4/helpers/helpers.dom.d.ts        |    48 +
 borrowed/chartjs-4/helpers/helpers.easing.d.ts     |    40 +
 borrowed/chartjs-4/helpers/helpers.extras.d.ts     |    45 +
 .../chartjs-4/helpers/helpers.interpolation.d.ts   |    22 +
 borrowed/chartjs-4/helpers/helpers.intl.d.ts       |     1 +
 borrowed/chartjs-4/helpers/helpers.math.d.ts       |    84 +
 borrowed/chartjs-4/helpers/helpers.options.d.ts    |    97 +
 borrowed/chartjs-4/helpers/helpers.rtl.d.ts        |    10 +
 borrowed/chartjs-4/helpers/helpers.segment.d.ts    |    65 +
 borrowed/chartjs-4/helpers/index.d.ts              |    16 +
 borrowed/chartjs-4/index.d.ts                      |    12 +
 borrowed/chartjs-4/index.umd.d.ts                  |     5 +
 borrowed/chartjs-4/platform/index.d.ts             |     5 +
 borrowed/chartjs-4/platform/platform.base.d.ts     |    63 +
 borrowed/chartjs-4/platform/platform.basic.d.ts    |    10 +
 borrowed/chartjs-4/platform/platform.dom.d.ts      |    19 +
 borrowed/chartjs-4/plugins/index.d.ts              |     7 +
 borrowed/chartjs-4/plugins/plugin.colors.d.ts      |    11 +
 borrowed/chartjs-4/plugins/plugin.decimation.d.ts  |    10 +
 .../plugins/plugin.filler/filler.drawing.d.ts      |     1 +
 .../plugins/plugin.filler/filler.helper.d.ts       |    14 +
 .../plugins/plugin.filler/filler.options.d.ts      |    30 +
 .../plugins/plugin.filler/filler.segment.d.ts      |    36 +
 .../plugins/plugin.filler/filler.target.d.ts       |     9 +
 .../plugins/plugin.filler/filler.target.stack.d.ts |    14 +
 .../chartjs-4/plugins/plugin.filler/index.d.ts     |    12 +
 .../chartjs-4/plugins/plugin.filler/simpleArc.d.ts |    12 +
 borrowed/chartjs-4/plugins/plugin.legend.d.ts      |   114 +
 borrowed/chartjs-4/plugins/plugin.subtitle.d.ts    |    27 +
 borrowed/chartjs-4/plugins/plugin.title.d.ts       |    61 +
 borrowed/chartjs-4/plugins/plugin.tooltip.d.ts     |   288 +
 borrowed/chartjs-4/scales/index.d.ts               |     6 +
 borrowed/chartjs-4/scales/scale.category.d.ts      |    21 +
 borrowed/chartjs-4/scales/scale.linear.d.ts        |    10 +
 borrowed/chartjs-4/scales/scale.linearbase.d.ts    |    20 +
 borrowed/chartjs-4/scales/scale.logarithmic.d.ts   |    25 +
 borrowed/chartjs-4/scales/scale.radialLinear.d.ts  |    63 +
 borrowed/chartjs-4/scales/scale.time.d.ts          |   130 +
 borrowed/chartjs-4/scales/scale.timeseries.d.ts    |    39 +
 borrowed/chartjs-4/types.d.ts                      |    10 +
 borrowed/chartjs-4/types/animation.d.ts            |    34 +
 borrowed/chartjs-4/types/basic.d.ts                |     3 +
 borrowed/chartjs-4/types/color.d.ts                |     1 +
 borrowed/chartjs-4/types/geometric.d.ts            |    52 +
 borrowed/chartjs-4/types/index.d.ts                |  3859 ++++++
 borrowed/chartjs-4/types/layout.d.ts               |    65 +
 borrowed/chartjs-4/types/utils.d.ts                |    30 +
 108 files changed, 37201 insertions(+)
 create mode 100644 borrowed/chartjs-4/CMakeLists.txt
 create mode 100644 borrowed/chartjs-4/chart.cjs
 create mode 100644 borrowed/chartjs-4/chart.cjs.map
 create mode 100644 borrowed/chartjs-4/chart.js
 create mode 100644 borrowed/chartjs-4/chart.js.map
 create mode 100644 borrowed/chartjs-4/chart.umd.js
 create mode 100644 borrowed/chartjs-4/chart.umd.js.map
 create mode 100644 borrowed/chartjs-4/chart.umd.min.js
 create mode 100644 borrowed/chartjs-4/chart.umd.min.js.map
 create mode 100644 borrowed/chartjs-4/chunks/helpers.dataset.cjs
 create mode 100644 borrowed/chartjs-4/chunks/helpers.dataset.cjs.map
 create mode 100644 borrowed/chartjs-4/chunks/helpers.dataset.js
 create mode 100644 borrowed/chartjs-4/chunks/helpers.dataset.js.map
 create mode 100644 borrowed/chartjs-4/controllers/controller.bar.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.bubble.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.doughnut.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.line.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.pie.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.polarArea.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.radar.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/controller.scatter.d.ts
 create mode 100644 borrowed/chartjs-4/controllers/index.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.adapters.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.animation.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.animations.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.animations.defaults.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.animator.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.config.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.controller.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.datasetController.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.defaults.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.element.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.interaction.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.layouts.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.layouts.defaults.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.plugins.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.registry.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.scale.autoskip.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.scale.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.scale.defaults.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.ticks.d.ts
 create mode 100644 borrowed/chartjs-4/core/core.typedRegistry.d.ts
 create mode 100644 borrowed/chartjs-4/core/index.d.ts
 create mode 100644 borrowed/chartjs-4/elements/element.arc.d.ts
 create mode 100644 borrowed/chartjs-4/elements/element.bar.d.ts
 create mode 100644 borrowed/chartjs-4/elements/element.line.d.ts
 create mode 100644 borrowed/chartjs-4/elements/element.point.d.ts
 create mode 100644 borrowed/chartjs-4/elements/index.d.ts
 create mode 100644 borrowed/chartjs-4/helpers.cjs
 create mode 100644 borrowed/chartjs-4/helpers.cjs.map
 create mode 100644 borrowed/chartjs-4/helpers.js
 create mode 100644 borrowed/chartjs-4/helpers.js.map
 create mode 100644 borrowed/chartjs-4/helpers/helpers.canvas.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.collection.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.color.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.config.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.config.types.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.core.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.curve.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.dataset.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.dom.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.easing.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.extras.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.interpolation.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.intl.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.math.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.options.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.rtl.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/helpers.segment.d.ts
 create mode 100644 borrowed/chartjs-4/helpers/index.d.ts
 create mode 100644 borrowed/chartjs-4/index.d.ts
 create mode 100644 borrowed/chartjs-4/index.umd.d.ts
 create mode 100644 borrowed/chartjs-4/platform/index.d.ts
 create mode 100644 borrowed/chartjs-4/platform/platform.base.d.ts
 create mode 100644 borrowed/chartjs-4/platform/platform.basic.d.ts
 create mode 100644 borrowed/chartjs-4/platform/platform.dom.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/index.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.colors.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.decimation.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/filler.drawing.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/filler.helper.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/filler.options.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/filler.segment.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/filler.target.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/filler.target.stack.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/index.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.filler/simpleArc.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.legend.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.subtitle.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.title.d.ts
 create mode 100644 borrowed/chartjs-4/plugins/plugin.tooltip.d.ts
 create mode 100644 borrowed/chartjs-4/scales/index.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.category.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.linear.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.linearbase.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.logarithmic.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.radialLinear.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.time.d.ts
 create mode 100644 borrowed/chartjs-4/scales/scale.timeseries.d.ts
 create mode 100644 borrowed/chartjs-4/types.d.ts
 create mode 100644 borrowed/chartjs-4/types/animation.d.ts
 create mode 100644 borrowed/chartjs-4/types/basic.d.ts
 create mode 100644 borrowed/chartjs-4/types/color.d.ts
 create mode 100644 borrowed/chartjs-4/types/geometric.d.ts
 create mode 100644 borrowed/chartjs-4/types/index.d.ts
 create mode 100644 borrowed/chartjs-4/types/layout.d.ts
 create mode 100644 borrowed/chartjs-4/types/utils.d.ts



More information about the gnucash-patches mailing list