Can you elaborate on your graphics?
The basis of the graphics is the "sector" master shape, which contains 6 User-defined Cells for customization.
The data source is a CSV file, which is obtained as a result of exporting from the database.
To create graphics, I use the ThisDocument.CommonTask macro. The macro clears the document, reads the data file, creates graphics in the form of a set of "sector" shapes, saves the document using VisSaveAsWeb.
VisSaveAsWeb creates many files, but only three of them need to be uploaded to the site. These are png_1.png, png_1.js and png_1.htm (after a little search and replace).
I am attaching the files Wheel.vsd and wheel.csv for those who want to learn more about the process of creating and preparing graphics for export via FTP.