@eclipse-scout/chart 25.1.0-beta.0 → 25.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/d.ts/src/chart/ChartJsRenderer.d.ts.map +1 -1
- package/dist/d.ts/src/index.d.ts +1 -1
- package/dist/d.ts/src/index.d.ts.map +1 -1
- package/dist/eclipse-scout-chart-f2ef4dc34a38fde9cfea.min.js +3 -0
- package/dist/eclipse-scout-chart-f2ef4dc34a38fde9cfea.min.js.map +1 -0
- package/dist/{eclipse-scout-chart-theme-0ccdbef637d0a76afc97.min.css → eclipse-scout-chart-theme-03e8dfdce2c2cd602f40.min.css} +1 -1
- package/dist/{eclipse-scout-chart-theme-dark-7f7bf1d1273a6775ec74.min.css → eclipse-scout-chart-theme-dark-378a537154001198a741.min.css} +1 -1
- package/dist/eclipse-scout-chart-theme-dark.css +50 -2
- package/dist/eclipse-scout-chart-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-chart-theme.css +50 -2
- package/dist/eclipse-scout-chart-theme.css.map +1 -1
- package/dist/eclipse-scout-chart.esm-68ec6b6400b08664057c.min.js +3 -0
- package/dist/eclipse-scout-chart.esm-68ec6b6400b08664057c.min.js.map +1 -0
- package/dist/eclipse-scout-chart.esm.js +63 -55
- package/dist/eclipse-scout-chart.esm.js.map +1 -1
- package/dist/eclipse-scout-chart.js +63 -55
- package/dist/eclipse-scout-chart.js.map +1 -1
- package/dist/file-list +6 -6
- package/package.json +3 -3
- package/src/chart/Chart.less +59 -1
- package/src/chart/ChartJsRenderer.ts +8 -0
- package/src/index.ts +1 -2
- package/src/style/colors.less +13 -1
- package/dist/eclipse-scout-chart-3726555fa9c2ad44c586.min.js +0 -3
- package/dist/eclipse-scout-chart-3726555fa9c2ad44c586.min.js.map +0 -1
- package/dist/eclipse-scout-chart.esm-b57cae279a99199f39be.min.js +0 -3
- package/dist/eclipse-scout-chart.esm-b57cae279a99199f39be.min.js.map +0 -1
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
* SPDX-License-Identifier: EPL-2.0
|
|
21
21
|
*/
|
|
22
22
|
/*
|
|
23
|
-
* Copyright (c) 2010,
|
|
23
|
+
* Copyright (c) 2010, 2025 BSI Business Systems Integration AG
|
|
24
24
|
*
|
|
25
25
|
* This program and the accompanying materials are made
|
|
26
26
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* SPDX-License-Identifier: EPL-2.0
|
|
30
30
|
*/
|
|
31
31
|
/*
|
|
32
|
-
* Copyright (c) 2010,
|
|
32
|
+
* Copyright (c) 2010, 2025 BSI Business Systems Integration AG
|
|
33
33
|
*
|
|
34
34
|
* This program and the accompanying materials are made
|
|
35
35
|
* available under the terms of the Eclipse Public License 2.0
|
|
@@ -4528,6 +4528,54 @@ path.speedo-chart-arc.red,
|
|
|
4528
4528
|
path.pointer.red {
|
|
4529
4529
|
stroke: #FF5555;
|
|
4530
4530
|
}
|
|
4531
|
+
.color-alternative path.speedo-chart-arc.dark-green,
|
|
4532
|
+
.color-alternative path.pointer.dark-green {
|
|
4533
|
+
stroke: #0DA98C;
|
|
4534
|
+
}
|
|
4535
|
+
.color-alternative path.speedo-chart-arc.light-green,
|
|
4536
|
+
.color-alternative path.pointer.light-green {
|
|
4537
|
+
stroke: #1FC9AA;
|
|
4538
|
+
}
|
|
4539
|
+
.color-alternative path.speedo-chart-arc.yellow,
|
|
4540
|
+
.color-alternative path.pointer.yellow {
|
|
4541
|
+
stroke: #FE9915;
|
|
4542
|
+
}
|
|
4543
|
+
.color-alternative path.speedo-chart-arc.red,
|
|
4544
|
+
.color-alternative path.pointer.red {
|
|
4545
|
+
stroke: #FF5555;
|
|
4546
|
+
}
|
|
4547
|
+
.inverted path.speedo-chart-arc.dark-green,
|
|
4548
|
+
.inverted path.pointer.dark-green {
|
|
4549
|
+
stroke: #0DA98C;
|
|
4550
|
+
}
|
|
4551
|
+
.inverted path.speedo-chart-arc.light-green,
|
|
4552
|
+
.inverted path.pointer.light-green {
|
|
4553
|
+
stroke: #1FC9AA;
|
|
4554
|
+
}
|
|
4555
|
+
.inverted path.speedo-chart-arc.yellow,
|
|
4556
|
+
.inverted path.pointer.yellow {
|
|
4557
|
+
stroke: #FE9915;
|
|
4558
|
+
}
|
|
4559
|
+
.inverted path.speedo-chart-arc.red,
|
|
4560
|
+
.inverted path.pointer.red {
|
|
4561
|
+
stroke: #FF5555;
|
|
4562
|
+
}
|
|
4563
|
+
.color-alternative.inverted path.speedo-chart-arc.dark-green,
|
|
4564
|
+
.color-alternative.inverted path.pointer.dark-green {
|
|
4565
|
+
stroke: #0DA98C;
|
|
4566
|
+
}
|
|
4567
|
+
.color-alternative.inverted path.speedo-chart-arc.light-green,
|
|
4568
|
+
.color-alternative.inverted path.pointer.light-green {
|
|
4569
|
+
stroke: #1FC9AA;
|
|
4570
|
+
}
|
|
4571
|
+
.color-alternative.inverted path.speedo-chart-arc.yellow,
|
|
4572
|
+
.color-alternative.inverted path.pointer.yellow {
|
|
4573
|
+
stroke: #FE9915;
|
|
4574
|
+
}
|
|
4575
|
+
.color-alternative.inverted path.speedo-chart-arc.red,
|
|
4576
|
+
.color-alternative.inverted path.pointer.red {
|
|
4577
|
+
stroke: #FF5555;
|
|
4578
|
+
}
|
|
4531
4579
|
/* --- Salesfunnel --- */
|
|
4532
4580
|
line.label-separator {
|
|
4533
4581
|
stroke: #666666;
|