Skip to content

Commit 20cc8ad

Browse files
committed
Merge branch 'main' into clarasb-xxx-update_vite_vitest
2 parents 814b32a + c707e53 commit 20cc8ad

File tree

218 files changed

+1126
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+1126
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Brockmann Consult Development
3+
Copyright (c) 2024-2026 Brockmann Consult Development
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

chartlets.js/packages/demo/eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { fixupConfigRules } from "@eslint/compat";
28
import reactRefresh from "eslint-plugin-react-refresh";
39
import globals from "globals";

chartlets.js/packages/demo/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
~ Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
~ Permissions are hereby granted under the terms of the MIT License:
4+
~ https://opensource.org/licenses/MIT.
5+
-->
6+
17
<!doctype html>
28
<html lang="en">
39
<head>

chartlets.js/packages/demo/src/App.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { useMemo } from "react";
28
import {
39
CssBaseline,

chartlets.js/packages/demo/src/actions/hidePanel.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { updateContributionContainer } from "chartlets";
28
import type { PanelState } from "@/types";
39

chartlets.js/packages/demo/src/actions/showPanel.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import { updateContributionContainer } from "chartlets";
28

39
import type { PanelState } from "@/types";

chartlets.js/packages/demo/src/components/ControlBar.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import FormControl from "@mui/material/FormControl";
28
import InputLabel from "@mui/material/InputLabel";
39
import Select from "@mui/material/Select";

chartlets.js/packages/demo/src/components/ExtensionInfo.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import Typography from "@mui/material/Typography";
28

39
import { useExtensions, useContributionsResult } from "chartlets";

chartlets.js/packages/demo/src/components/Header.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import Box from "@mui/material/Box";
28
import Button from "@mui/material/Button";
39
import Typography from "@mui/material/Typography";

chartlets.js/packages/demo/src/components/Panel.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2019-2026 by Brockmann Consult Development team
3+
* Permissions are hereby granted under the terms of the MIT License:
4+
* https://opensource.org/licenses/MIT.
5+
*/
6+
17
import type { CSSProperties, ReactElement } from "react";
28
import CircularProgress from "@mui/material/CircularProgress";
39
import { Component } from "chartlets";

0 commit comments

Comments
 (0)