Hello Experts,
We have got some extensions developed in previous SAP Lumira SDK version. We are following this blog post Migrate VizPacker-based Lumira Visualization Extensions to Web IDE as well as Football Heatmaps Viz Extension: The Migration From SAP Lumira SDK To SAP Web IDE but no luck yet. Unfortunately, as a result, chart is not populated and just the title and legend are displayed. I am stating below the steps in detail which we have followed. Can you please point/ highlight anything we are missing out in here?
1. In web ide File -> New-> project from template -> Visualization Extension.
2. Entered Project name, Extension name, extension id, company name.
3. Gave Chart title as Stacked Group Column chart and uploading csv file.
4. After uploading the csv, we are changing the measures as "Cash Flow from Investing Activities" field and dimensions as "FY Month" and "FY Year" fields.
5. Selected Measure Set as "Cash Flow from Investing Activities" and DIMENSION SET as "FY Month" and "FY Year" fields.
6. On next and finish the extension project got created.
7. Now we went to the auto generated render.js file in the structure and added the below height and width related code.

8. After that we have copied the old js bundle code (only the content inside the function) and pasted below the above statements.
9. But we are able to see only the title and legend of the chart. The main chart is not visible even after adding the parts of the old js code also.
Request you to kindly check and let me know if there is any more points we need to consider while integration.
Many Thanks,
Megha