Skip to content

Instantly share code, notes, and snippets.

@EE2dev
EE2dev / README.md
Last active November 6, 2015 22:56
item explorer - data format - example 4

An example of the required format for item explorer. This example shows how to use dimensions. Introducing different dimensions for the items typically means that each dimension is refering to something different. In this example dimensions distinguish between items (bought) and payment method. Using dimensions has two effects:

  • for each dimension the corresponding items are shown in a separate chart with the dimension label for the x axis
  • when sorting is applied each dimension is sorted separately

More examples

The main example is here.

@EE2dev
EE2dev / README.md
Last active November 6, 2015 22:56
item explorer - data format - example 5
@EE2dev
EE2dev / README.md
Last active January 28, 2019 06:26
item explorer - demo
@EE2dev
EE2dev / README.md
Last active November 6, 2015 22:54
item explorer - visualization option 1

An example of the visualization options for item explorer. Each visualization option is a function which returns the itemExplorerChart object, thus it allows method chaining.

In this example, the thousands separator is set to ".", and the tick format is set to "s". The thousands separator "." causes the decimal separator (of the percentages in the info and exploration panels) to be ",". The tick format "s" refers to the SI-prefix format type.

More examples

The main example is here.

Complete list of examples:

@EE2dev
EE2dev / .block
Last active September 9, 2018 13:42 — forked from wangeleile/de.json
Germany as Topo.json file
license: mit
@EE2dev
EE2dev / README.md
Last active January 14, 2016 22:05
tree with embedded data

This tree can be used without a web server.

  • copy your JSON file into the function getData() - the first curly bracket of the JSON should remain in the line of return statement.
  • use Array textinFrontOFNodeFor to enummerate the indices of internal node with the label being in front of it (instead on top)
@EE2dev
EE2dev / blow.mp3
Last active April 25, 2016 21:09
Math test
@EE2dev
EE2dev / README.md
Last active June 19, 2016 15:31
Bars transitioning over text