Skip to content

Conversation

@krkshitij
Copy link
Contributor

Previous Behavior

New Behavior

Related Issue(s)

  • Fixes #

@github-actions
Copy link

Pull request demo site: URL

@@ -0,0 +1,7 @@
{
Copy link

@github-actions github-actions bot Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵🏾‍♀️ visual changes to review in the Visual Change Report

vr-tests-react-components/Avatar Converged 1 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Avatar Converged.badgeMask - RTL.normal.chromium.png 6 Changed
vr-tests-react-components/CalendarCompat 4 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/CalendarCompat.multiDayView.default.chromium_1.png 858 Changed
vr-tests-react-components/CalendarCompat.multiDayView - Dark Mode.default.chromium.png 3297 Changed
vr-tests-react-components/CalendarCompat.multiDayView - High Contrast.default.chromium.png 3336 Changed
vr-tests-react-components/CalendarCompat.multiDayView - RTL.default.chromium.png 854 Changed
vr-tests-react-components/Charts-DonutChart 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Charts-DonutChart.Dynamic - RTL.default.chromium.png 30791 Changed
vr-tests-react-components/Charts-DonutChart.Dynamic - Dark Mode.default.chromium.png 12638 Changed
vr-tests-react-components/Charts-LineChart 5 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Charts-LineChart.Basic - Dark Mode.default.chromium.png 786 Changed
vr-tests-react-components/Charts-LineChart.Basic - Dark Mode.hover.chromium.png 3956 Changed
vr-tests-react-components/Charts-LineChart.Basic - RTL.default.chromium.png 703 Changed
vr-tests-react-components/Charts-LineChart.Basic.default.chromium.png 704 Changed
vr-tests-react-components/Charts-LineChart.Basic.hover.chromium.png 2924 Changed
vr-tests-react-components/Positioning 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Positioning.Positioning end.chromium.png 842 Changed
vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png 881 Changed

There were 1 duplicate changes discarded. Check the build logs for more information.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

📊 Bundle size report

Package & Exports Baseline (minified/GZIP) PR Change
react-charts
AreaChart
402.827 kB
123.084 kB
403.432 kB
123.39 kB
605 B
306 B
react-charts
DeclarativeChart
720.516 kB
208.412 kB
718.211 kB
208.272 kB
-2.305 kB
-140 B
react-charts
DonutChart
298.828 kB
89.101 kB
298.982 kB
89.167 kB
154 B
66 B
react-charts
FunnelChart
290.083 kB
85.929 kB
290.237 kB
86.007 kB
154 B
78 B
react-charts
GanttChart
384.697 kB
116.219 kB
386.639 kB
117.092 kB
1.942 kB
873 B
react-charts
GaugeChart
313.705 kB
92.734 kB
313.859 kB
92.824 kB
154 B
90 B
react-charts
GroupedVerticalBarChart
392.719 kB
118.848 kB
394.3 kB
119.69 kB
1.581 kB
842 B
react-charts
HeatMapChart
386.777 kB
117.935 kB
388.719 kB
118.829 kB
1.942 kB
894 B
react-charts
HorizontalBarChart
296.449 kB
87.009 kB
296.603 kB
87.064 kB
154 B
55 B
react-charts
Legends
235.555 kB
69.356 kB
235.709 kB
69.434 kB
154 B
78 B
react-charts
LineChart
412.115 kB
124.516 kB
413.595 kB
125.331 kB
1.48 kB
815 B
react-charts
SankeyChart
199.518 kB
61.371 kB
199.464 kB
61.347 kB
-54 B
-24 B
react-charts
ScatterChart
392.006 kB
118.772 kB
393.489 kB
119.493 kB
1.483 kB
721 B
react-charts
Sparkline
91.385 kB
28.704 kB
91.393 kB
28.708 kB
8 B
4 B
react-charts
VerticalBarChart
427.051 kB
123.837 kB
427.913 kB
124.774 kB
862 B
937 B
react-charts
VerticalStackedBarChart
398.948 kB
119.78 kB
400.321 kB
120.64 kB
1.373 kB
860 B
Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-charts
HorizontalBarChartWithAxis
63 B
83 B
🤖 This report was generated against 6daf8a064ebdab82213eebd2676a176c9f705041

@krkshitij krkshitij marked this pull request as ready for review December 1, 2025 21:53
@krkshitij krkshitij requested a review from a team as a code owner December 1, 2025 21:53
.html(originalDataArray[i])
.style('left', event.pageX + 'px')
.style('top', event.pageY - 28 + 'px');
.html(fullLabel)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this .html using the innerHtml function from d3 internally.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it does. Changed it to text() to fix the vulnerability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants