Please take a look at this example in Combination of Line, Area and Column Charts in React. You can also download react samples from our download page to run it locally.
Changing column chart to stacked-column by changing the type property of dataSeries in the above given example should work fine in your case. Please refer React-Gallery for more examples. Also take a look at documentation for more info on Stacked-Column chart.