@@ -38,7 +38,7 @@ PatternFly React charts are based on the [Victory](https://formidable.com/open-s
3838``` js
3939import React from ' react' ;
4040import { Switch } from ' @patternfly/react-core' ;
41- import { Chart , ChartArea , ChartAxis , ChartGroup , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
41+ import { Chart , ChartArea , ChartAxis , ChartGroup , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
4242
4343export const ChartAreaSkeleton: React .FunctionComponent = () => {
4444 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -120,7 +120,7 @@ export const ChartAreaSkeleton: React.FunctionComponent = () => {
120120``` js
121121import React from ' react' ;
122122import { Switch } from ' @patternfly/react-core' ;
123- import { Chart , ChartBar , ChartAxis , ChartGroup , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
123+ import { Chart , ChartBar , ChartAxis , ChartGroup , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
124124
125125export const ChartBarSkeleton: React .FunctionComponent = () => {
126126 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -178,7 +178,7 @@ export const ChartBarSkeleton: React.FunctionComponent = () => {
178178``` js
179179import React from ' react' ;
180180import { Switch } from ' @patternfly/react-core' ;
181- import { Chart , ChartAxis , ChartBoxPlot } from ' @patternfly/react-charts' ;
181+ import { Chart , ChartAxis , ChartBoxPlot , ChartThemeColor } from ' @patternfly/react-charts' ;
182182
183183export const ChartBoxPlotSkeleton: React .FunctionComponent = () => {
184184 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -237,7 +237,7 @@ export const ChartBoxPlotSkeleton: React.FunctionComponent = () => {
237237``` js
238238import React from ' react' ;
239239import { Switch } from ' @patternfly/react-core' ;
240- import { Chart , ChartAxis , ChartBullet , ChartLegend } from ' @patternfly/react-charts' ;
240+ import { Chart , ChartAxis , ChartBullet , ChartLegend , ChartThemeColor } from ' @patternfly/react-charts' ;
241241
242242export const ChartBulletSkeleton: React .FunctionComponent = () => {
243243 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -292,7 +292,7 @@ export const ChartBulletSkeleton: React.FunctionComponent = () => {
292292``` js
293293import React from ' react' ;
294294import { Switch } from ' @patternfly/react-core' ;
295- import { Chart , ChartAxis , ChartDonut } from ' @patternfly/react-charts' ;
295+ import { Chart , ChartAxis , ChartDonut , ChartThemeColor } from ' @patternfly/react-charts' ;
296296
297297export const ChartDonutSkeleton: React .FunctionComponent = () => {
298298 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -332,7 +332,7 @@ export const ChartDonutSkeleton: React.FunctionComponent = () => {
332332``` js
333333import React from ' react' ;
334334import { Switch } from ' @patternfly/react-core' ;
335- import { Chart , ChartAxis , ChartDonutUtilization } from ' @patternfly/react-charts' ;
335+ import { Chart , ChartAxis , ChartDonutUtilization , ChartThemeColor } from ' @patternfly/react-charts' ;
336336
337337export const ChartDonutUtilizationSkeleton: React .FunctionComponent = () => {
338338 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -382,7 +382,7 @@ export const ChartDonutUtilizationSkeleton: React.FunctionComponent = () => {
382382``` js
383383import React from ' react' ;
384384import { Switch } from ' @patternfly/react-core' ;
385- import { Chart , ChartAxis , ChartDonutThreshold , ChartDonutUtilization } from ' @patternfly/react-charts' ;
385+ import { Chart , ChartAxis , ChartDonutThreshold , ChartDonutUtilization , ChartThemeColor } from ' @patternfly/react-charts' ;
386386
387387export const ChartDonutUtilizationSkeleton: React .FunctionComponent = () => {
388388 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -427,7 +427,7 @@ export const ChartDonutUtilizationSkeleton: React.FunctionComponent = () => {
427427``` js
428428import React from ' react' ;
429429import { Switch } from ' @patternfly/react-core' ;
430- import { Chart , ChartVoronoiContainer , ChartGroup , ChartAxis , ChartLine } from ' @patternfly/react-charts' ;
430+ import { Chart , ChartAxis , ChartGroup , ChartLine , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
431431
432432export const ChartLineSkeleton: React .FunctionComponent = () => {
433433 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -518,7 +518,7 @@ export const ChartLineSkeleton: React.FunctionComponent = () => {
518518``` js
519519import React from ' react' ;
520520import { Switch } from ' @patternfly/react-core' ;
521- import { Chart , ChartAxis , ChartPie } from ' @patternfly/react-charts' ;
521+ import { Chart , ChartAxis , ChartPie , ChartThemeColor } from ' @patternfly/react-charts' ;
522522
523523export const ChartPieSkeleton: React .FunctionComponent = () => {
524524 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -567,7 +567,7 @@ export const ChartPieSkeleton: React.FunctionComponent = () => {
567567``` js
568568import React from ' react' ;
569569import { Switch } from ' @patternfly/react-core' ;
570- import { Chart , ChartVoronoiContainer , ChartGroup , ChartAxis , ChartScatter } from ' @patternfly/react-charts' ;
570+ import { Chart , ChartAxis , ChartGroup , ChartScatter , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
571571
572572export const ChartScatterSkeleton: React .FunctionComponent = () => {
573573 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -625,7 +625,7 @@ export const ChartScatterSkeleton: React.FunctionComponent = () => {
625625``` js
626626import React from ' react' ;
627627import { Switch } from ' @patternfly/react-core' ;
628- import { Chart , ChartVoronoiContainer , ChartAxis , ChartStack , ChartBar } from ' @patternfly/react-charts' ;
628+ import { Chart , ChartAxis , ChartBar , ChartStack , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
629629
630630export const ChartStackSkeleton: React .FunctionComponent = () => {
631631 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -682,7 +682,7 @@ export const ChartStackSkeleton: React.FunctionComponent = () => {
682682``` js
683683import React from ' react' ;
684684import { Switch } from ' @patternfly/react-core' ;
685- import { Chart , ChartVoronoiContainer , ChartLegend , ChartAxis , ChartThreshold , ChartGroup , ChartArea } from ' @patternfly/react-charts' ;
685+ import { Chart , ChartArea , ChartAxis , ChartGroup , ChartLegend , ChartThemeColor , ChartThreshold , ChartVoronoiContainer } from ' @patternfly/react-charts' ;
686686import chart_color_blue_300 from ' @patternfly/react-tokens/dist/esm/chart_color_blue_300' ;
687687
688688export const ChartThresholdSkeleton: React .FunctionComponent = () => {
0 commit comments