Importing text and XML data - marbl/Krona GitHub Wiki
NOTE: For script usage information, any script can be run without parameters.
- Use 
ktImportTextto create a chart based on a text file that lists values and wedge hierarchies to add them to. Each line should be an optional quantity (use-qif quantities are omitted) followed by list of wedges to contribute to (starting from the highest level), separated by tabs. If a hierarchy has more than one listing, the quantities will be added. - Example text file
 - Example Krona chart
 
- Further control over the chart can be gained by importing an XML file with 
ktImportXML. This allows custom information about each node (wedge), including links, to be shown when the node is selected. It also allows customized coloring of the chart. - Krona 1.1 XML Specification
 - Krona 2.0 XML Specification
 - Example xml file
 - Example Krona chart
 
