fix: add codesandbox memory limit#437
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CodeSandbox task commands across many Angular sample sandboxes to increase Node.js heap size during ng serve to mitigate out-of-memory issues.
Changes:
- Adds
node --max_old_space_size=12192to CodeSandbox “Start Project” task commands across many samples. - Adjusts the
ng serveinvocation in those tasks (notably removing-ofrom the command while the task key still references it).
Reviewed changes
Copilot reviewed 300 out of 366 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/charts/tree-map/layout/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/tree-map/highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/tree-map/highlighting-percent-based/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/tree-map/events/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/theming/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/layout-in-vertical-orientation/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/layout-actions-for-data-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/custom-tool/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/color-editor-support/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/actions-built-in-data-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/toolbar/actions-built-in-category-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/unknown-values/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/trendlines/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/normal-range/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/markers/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/grid/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/display-winloss/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/display-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/display-lines/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/display-column/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/sparkline/display-area/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/selection/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/overview/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/others/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/explosion/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/pie-chart/animation/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/volume-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/trendlines/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/tooltip-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/tooltip-template/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/titles/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/time-based-data/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/theming/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/stock-index-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/scrollbars/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/performance/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/panes/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/overview/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/multiple-feeds/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/multiple-data/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/indicator-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/indicator-customization/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/high-volume/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/high-frequency/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/format-specifiers/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/data-tooltip/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/data-tooltip-styling-props/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/data-tooltip-formatting-currency/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/data-legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/data-legend-styling-props/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/data-legend-formatting-currency/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/axis-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/financial-chart/annotations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/doughnut-chart/selection/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/doughnut-chart/rings/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/doughnut-chart/overview/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/doughnut-chart/legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/doughnut-chart/explosion/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/doughnut-chart/animation/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/selection/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/overview/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/others/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/highlight-filter/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/animation/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-pie-chart/animation-replay/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/waterfall-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/user-annotation-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-spline-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-spline-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-line-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-column-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-bar-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-100-spline-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-100-spline-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-100-line-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-100-column-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-100-bar-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-stacked-100-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-shape-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-spline-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-polyline-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-polygon-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-point-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-line-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-hd-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-contour-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-bubble-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-scatter-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-range-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-range-column-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-range-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-radial-pie-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-radial-line-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-radial-column-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-radial-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-overlays/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-ohlc-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-line-indicators/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-column-indicators/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-candlestick-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-financial-area-indicators/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-waterfall-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-step-line-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-step-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-spline-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-spline-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-point-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-line-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-column-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-bar-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/type-category-area-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/trendline-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/transition-event/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/tooltip-template/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-spline-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-spline-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-line-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-column-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-chart-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-bar-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-100-spline-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-100-spline-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-100-line-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-100-column-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-100-bar-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/stacked-100-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-value-overlay/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-trendlines/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-tooltips/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-markers/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-marker-template/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/series-annotations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/selection-matcher/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-spline-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-point-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-line-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-bubble-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-bubble-chart-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-bubble-chart-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/scatter-bubble-chart-fill-scale/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/range-column-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/range-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-proportional-radial-angle-axis/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-pie-proportional-category-angle-axis/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-pie-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-line-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-label-mode/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-column-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-column-chart-selection/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-chart-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/radial-area-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-spline-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-spline-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-scatter-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-line-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-chart-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-area-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/polar-area-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/legends/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/format-specifiers/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/financial-price-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/final-value-layer-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-tooltip/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-tooltip-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-tooltip-grouping/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-tooltip-grouping-and-highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-legend-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-legend-grouping/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-legend-grouping-and-highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-strip-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-slice-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-rect-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-multiple-with-stocks/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-multiple-with-overlay-text/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-line-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/data-annotation-band-layer/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/dash-array-trendline/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/dash-array-tickmarks/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/dash-array-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/dash-array-axes/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/custom-editing-data/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/custom-drawing-annotations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/crosshair-layer-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/composite-chart/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/column-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-titles/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-synchronization/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-performance/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-overview/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-navigation/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-highlight-filter/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-highlight-filter-multiple-series/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/chart-highlight-filter-datasource/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/callout-layer-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/bar-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/bar-chart-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/bar-chart-overlapping/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/bar-chart-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-sharing/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-settings/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-min-max-gap/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-locations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-label-rotation/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-crossing/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-annotations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/axis-annotations-corner-radius/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/data-chart/annotations-custom/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/dashboard-tile/pie-dashboard/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/dashboard-tile/map-dashboard/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/dashboard-tile/local-data-source-dashboard/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/dashboard-tile/gauge-dashboard/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/dashboard-tile/financial-dashboard/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/dashboard-tile/chart-dashboard/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/value-lines/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/trendline/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/tooltip-types/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/tooltip-template/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/step-line-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/step-line-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/step-line-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/step-area-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/step-area-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/step-area-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/stack-columns/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/spline-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/spline-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/spline-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/spline-area-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/spline-area-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/spline-area-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/selection-multiple-modes/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/selection-modes/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/selection-matcher/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/point-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/point-chart-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/point-chart-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/overview/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/marker-templates/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/marker-options/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/line-chart-with-legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/line-chart-with-annotations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/line-chart-with-animations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/line-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/line-chart-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/line-chart-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/legend-highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/highlighting-mode/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/highlighting-behavior/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/high-volume/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/high-frequency/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/format-specifiers/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-tooltip/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-tooltip-positioning/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-tooltip-formatting-decimals/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-legend/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-legend-formatting-decimals/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-filter/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/data-aggregations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/custom-selection/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/column-chart-with-tooltips/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/column-chart-with-highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/column-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/column-chart-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/column-chart-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/chart-highlight-filter/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-titles/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-tickmarks/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-range/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-overlap/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-options/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-locations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-labels/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-inverted/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-gridlines/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/axis-gap/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/area-chart-styling/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/area-chart-single-source/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/area-chart-multiple-sources/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations-highlighting/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations-final-value/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations-custom/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations-crosshairs/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations-callouts/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
| samples/charts/category-chart/annotations-all/.codesandbox/tasks.json | Adds Node heap limit flag to the CodeSandbox start command. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ChronosSF
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.