Skip to content

Changing chart viewing defaults

ondovb edited this page Aug 27, 2015 · 2 revisions

The way a Krona chart appears each time it is loaded can be changed by passing HTML GET variables when linking to a chart.

The following variables are currently supported:

  • collapse=<true | false>
    • Collapse redundant wedges.
    • Default: true
  • color=<true | false>
    • Use a custom color scheme if one is defined in the chart.
    • Default: false
  • key=<true | false>
    • Show the key to small wedges in the lower right.
    • Default: true

Example:

Clone this wiki locally