@@ -37,7 +37,7 @@ PatternFly React charts are based on the [Victory](https://formidable.com/open-s
3737### Area chart
3838``` js
3939import React from ' react' ;
40- import { Chart , ChartArea , ChartAxis , ChartGroup , ChartVoronoiContainer } from ' @patternfly/react-charts/victory' ;
40+ import { Chart , ChartArea , ChartAxis , ChartGroup , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts/victory' ;
4141import { Switch } from ' @patternfly/react-core' ;
4242
4343export const ChartAreaSkeleton: React .FunctionComponent = () => {
@@ -119,7 +119,7 @@ export const ChartAreaSkeleton: React.FunctionComponent = () => {
119119``` js
120120import React from ' react' ;
121121import { Switch } from ' @patternfly/react-core' ;
122- import { Chart , ChartBar , ChartAxis , ChartGroup , ChartVoronoiContainer } from ' @patternfly/react-charts/victory' ;
122+ import { Chart , ChartBar , ChartAxis , ChartGroup , ChartThemeColor , ChartVoronoiContainer } from ' @patternfly/react-charts/victory' ;
123123
124124export const ChartBarSkeleton: React .FunctionComponent = () => {
125125 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -175,8 +175,8 @@ export const ChartBarSkeleton: React.FunctionComponent = () => {
175175### Box plot chart
176176``` js
177177import React from ' react' ;
178- import { Switch } from ' @patternfly/react-charts/victory '
179- import { Chart , ChartAxis , ChartBoxPlot } from ' @patternfly/react-charts/victory' ;
178+ import { Switch } from ' @patternfly/react-core '
179+ import { Chart , ChartAxis , ChartBoxPlot , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
180180
181181export const ChartBoxPlotSkeleton: React .FunctionComponent = () => {
182182 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -234,7 +234,7 @@ export const ChartBoxPlotSkeleton: React.FunctionComponent = () => {
234234``` js
235235import React from ' react' ;
236236import { Switch } from ' @patternfly/react-core' ;
237- import { Chart , ChartAxis , ChartBullet , ChartLegend } from ' @patternfly/react-charts/victory' ;
237+ import { Chart , ChartAxis , ChartBullet , ChartLegend , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
238238
239239export const ChartBulletSkeleton: React .FunctionComponent = () => {
240240 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -288,7 +288,7 @@ export const ChartBulletSkeleton: React.FunctionComponent = () => {
288288``` js
289289import React from ' react' ;
290290import { Switch } from ' @patternfly/react-core' ;
291- import { Chart , ChartAxis , ChartDonut } from ' @patternfly/react-charts/victory' ;
291+ import { Chart , ChartAxis , ChartDonut , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
292292
293293export const ChartDonutSkeleton: React .FunctionComponent = () => {
294294 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -327,7 +327,7 @@ export const ChartDonutSkeleton: React.FunctionComponent = () => {
327327``` js
328328import React from ' react' ;
329329import { Switch } from ' @patternfly/react-core' ;
330- import { Chart , ChartAxis , ChartDonutUtilization } from ' @patternfly/react-charts/victory' ;
330+ import { Chart , ChartAxis , ChartDonutUtilization , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
331331
332332export const ChartDonutUtilizationSkeleton: React .FunctionComponent = () => {
333333 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -376,7 +376,7 @@ export const ChartDonutUtilizationSkeleton: React.FunctionComponent = () => {
376376``` js
377377import React from ' react' ;
378378import { Switch } from ' @patternfly/react-core' ;
379- import { Chart , ChartAxis , ChartDonutThreshold , ChartDonutUtilization } from ' @patternfly/react-charts/victory' ;
379+ import { Chart , ChartAxis , ChartDonutThreshold , ChartDonutUtilization , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
380380
381381export const ChartDonutUtilizationSkeleton: React .FunctionComponent = () => {
382382 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -420,7 +420,7 @@ export const ChartDonutUtilizationSkeleton: React.FunctionComponent = () => {
420420``` js
421421import React from ' react' ;
422422import { Switch } from ' @patternfly/react-core' ;
423- import { Chart , ChartVoronoiContainer , ChartGroup , ChartAxis , ChartLine } from ' @patternfly/react-charts/victory' ;
423+ import { Chart , ChartVoronoiContainer , ChartGroup , ChartAxis , ChartLine , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
424424
425425export const ChartLineSkeleton: React .FunctionComponent = () => {
426426 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -510,7 +510,7 @@ export const ChartLineSkeleton: React.FunctionComponent = () => {
510510``` js
511511import React from ' react' ;
512512import { Switch } from ' @patternfly/react-core' ;
513- import { Chart , ChartAxis , ChartPie } from ' @patternfly/react-charts/victory' ;
513+ import { Chart , ChartAxis , ChartPie , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
514514
515515export const ChartPieSkeleton: React .FunctionComponent = () => {
516516 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -558,7 +558,7 @@ export const ChartPieSkeleton: React.FunctionComponent = () => {
558558``` js
559559import React from ' react' ;
560560import { Switch } from ' @patternfly/react-core' ;
561- import { Chart , ChartVoronoiContainer , ChartGroup , ChartAxis , ChartScatter } from ' @patternfly/react-charts/victory' ;
561+ import { Chart , ChartVoronoiContainer , ChartGroup , ChartAxis , ChartScatter , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
562562
563563export const ChartScatterSkeleton: React .FunctionComponent = () => {
564564 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -615,7 +615,7 @@ export const ChartScatterSkeleton: React.FunctionComponent = () => {
615615``` js
616616import React from ' react' ;
617617import { Switch } from ' @patternfly/react-core' ;
618- import { Chart , ChartVoronoiContainer , ChartAxis , ChartStack , ChartBar } from ' @patternfly/react-charts/victory' ;
618+ import { Chart , ChartVoronoiContainer , ChartAxis , ChartStack , ChartBar , ChartThemeColor } from ' @patternfly/react-charts/victory' ;
619619
620620export const ChartStackSkeleton: React .FunctionComponent = () => {
621621 const [isChecked , setIsChecked ] = React .useState < boolean> (true );
@@ -671,7 +671,7 @@ export const ChartStackSkeleton: React.FunctionComponent = () => {
671671``` js
672672import React from ' react' ;
673673import { Switch } from ' @patternfly/react-core' ;
674- import { Chart , ChartVoronoiContainer , ChartLegend , ChartAxis , ChartThreshold , ChartGroup , ChartArea } from ' @patternfly/react-charts/victory' ;
674+ import { Chart , ChartArea , ChartAxis , ChartGroup , ChartLegend , ChartThemeColor , ChartThreshold , ChartVoronoiContainer } from ' @patternfly/react-charts/victory' ;
675675import chart_color_blue_300 from ' @patternfly/react-tokens/dist/esm/chart_color_blue_300' ;
676676
677677export const ChartThresholdSkeleton: React .FunctionComponent = () => {
0 commit comments