I have 4 charts on the same page, 2 of them were created using V3 and the other two were created with V4.
Since I cannot get both versions to work simultaneously in React (which was NOT an issue with plain HTML and JS), I want to convert two of them to V3. What's the easiest way to do this? I am not well versed in D3, and I need to have the charts by tomorrow.
Would it be easier to just grind until I can convert the syntax OR try to find a way around React in order to make it work with both V3 and V4?