realreport-designer 1.10.4 → 1.10.6
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/realreport-designer.cjs +262 -251
- package/dist/realreport-designer.d.ts +4 -2
- package/dist/realreport-designer.js +82521 -84483
- package/dist/realreport-designer.umd.js +262 -251
- package/dist/styles/realreport-designer.css +12 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.10.
|
|
2
|
+
RealReport Designer v1.10.6
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -2407,6 +2407,7 @@ All Rights Reserved.
|
|
|
2407
2407
|
/** bar series */
|
|
2408
2408
|
.rct-bar-series {
|
|
2409
2409
|
fill-opacity: 1;
|
|
2410
|
+
stroke-width: 0;
|
|
2410
2411
|
}
|
|
2411
2412
|
|
|
2412
2413
|
/** circlebar series */
|
|
@@ -2640,6 +2641,16 @@ All Rights Reserved.
|
|
|
2640
2641
|
stroke-width: 2px;
|
|
2641
2642
|
}
|
|
2642
2643
|
|
|
2644
|
+
/** wordcloud series */
|
|
2645
|
+
.rct-wordcloud-series .rct-point[data-focus] {
|
|
2646
|
+
filter: none !important;
|
|
2647
|
+
}
|
|
2648
|
+
.rct-wordcloud-series .rct-point[data-focus] text {
|
|
2649
|
+
filter: brightness(80%) !important;
|
|
2650
|
+
stroke: #777 !important;
|
|
2651
|
+
stroke-width: 0px;
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2643
2654
|
/** gauge */
|
|
2644
2655
|
.rct-gauge-pane {
|
|
2645
2656
|
fill: none;
|