An SVG generator generates graphics in support of data visualization, such as line charts, bar charts, pie charts, etc. The output charts are formated in Scalable Vector Graphics (SVG), a W3C recommendation for describing two-dimensional graphics in XML.
SVGGenerator is the implementation class of the SVG chart generator.
It implements the IGraphicDocumentGrnerator interface, which provides
the APIs for chart generation.
There are two exception classes in this package.
Input to the SVG generator is an XML document that must conform to input.xsd.
The generator throws SVGGeneratorInvalidInputException if the input
XML is not well-formed or invalid. SVGGeneratorException
is thrown if the generation process failed.