How to use the @patternfly/react-charts.ChartThemeColor.multiUnordered function in @patternfly/react-charts

To help you get started, we’ve selected a few @patternfly/react-charts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github patternfly / patternfly-react / packages / patternfly-4 / react-integration / demo-app-ts / src / components / demos / StackChartDemo / StackedAreaDemo.tsx View on Github external
return (
      <div>
        <div style="{{">
           `${datum.name}: ${datum.y}`} /&gt;}
            legendData={[{ name: 'Cats' }, { name: 'Birds' }, { name: 'Dogs' }]}
            legendPosition="bottom"
            height={225}
            padding={{
              bottom: 75, // Adjusted to accomodate legend
              left: 50,
              right: 50,
              top: 50
            }}
            maxDomain={{ y: 30 }}
            themeColor={ChartThemeColor.multiUnordered}
            width={650}
          &gt;
            
            
            
              </div></div>