@patternfly/patternfly 6.2.0-prerelease.5 → 6.2.0-prerelease.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/package.json +1 -1
- package/patternfly-charts.css +2 -0
- package/patternfly-charts.scss +2 -0
package/package.json
CHANGED
package/patternfly-charts.css
CHANGED
|
@@ -718,6 +718,8 @@
|
|
|
718
718
|
--pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Width: 1;
|
|
719
719
|
--pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
|
|
720
720
|
--pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Width: 1;
|
|
721
|
+
--pf-v6-chart-echarts-tooltip--backgroundColor: var(--pf-v6-chart-global--Fill--Color--900);
|
|
722
|
+
--pf-v6-chart-echarts-tooltip--text-Style--Color: var(--pf-v6-chart-global--Fill--Color--200);
|
|
721
723
|
--pf-v6-chart-echarts-timeline--emphasis--control-style--Color: var(--pf-v6-chart-global--Fill--Color--400);
|
|
722
724
|
--pf-v6-chart-echarts-timeline--emphasis--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
|
|
723
725
|
--pf-v6-chart-echarts-timeline--emphasis--control-style--BorderWidth: 1;
|
package/patternfly-charts.scss
CHANGED
|
@@ -527,6 +527,8 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
527
527
|
--#{$chart}-echarts-tooltip--axis--pointer--cross-style--Width: 1;
|
|
528
528
|
--#{$chart}-echarts-tooltip--axis--pointer--line-style--Color: var(--#{$chart}-global--Fill--Color--300);
|
|
529
529
|
--#{$chart}-echarts-tooltip--axis--pointer--line-style--Width: 1;
|
|
530
|
+
--#{$chart}-echarts-tooltip--backgroundColor: var(--#{$chart}-global--Fill--Color--900);
|
|
531
|
+
--#{$chart}-echarts-tooltip--text-Style--Color: var(--#{$chart}-global--Fill--Color--200);
|
|
530
532
|
|
|
531
533
|
// Timeline
|
|
532
534
|
--#{$chart}-echarts-timeline--emphasis--control-style--Color: var(--#{$chart}-global--Fill--Color--400);
|