Closed christiemolloy closed 4 years ago
Also seeing a few warnings in the browser console. Perhaps this is a setting we can change?
updated @dlabrecq
I went through the tutorial again and it's looking good.
For step 6, can we also move the legendPosition
before adding legendData
? The legendPosition="right"
doesn't change anything because that's the default. Alternatively, we could just remove it.
Also, can we please change step 1 and step 2 to use interpolation="monotoneX"
. We need to change all our examples to use this value per https://github.com/patternfly/patternfly-react/issues/3329
Ok updated. I can't see any interpolation
property in other modules should I add them in here?
The interpolation property only applies to the area chart, thanks
All area chart changes, including @gheake2 changes here: https://github.com/patternfly/training-scenarios/pull/207/files
You can view the changes here: https://katacoda.com/cmolloy/courses/react-charts/area-chart