-
Notifications
You must be signed in to change notification settings - Fork 102
Importing text and XML data
Brian Ondov edited this page Apr 26, 2017
·
3 revisions
NOTE: For script usage information, any script can be run without parameters.
- Use
ktImportText
to 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-q
if 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