The UberChart plugin gives you the ability to generate charts based on CSV data.

To configure a CSV data source, proceed as follows:

  • In the Source -> Type option, set “CSV”.
  • In the Source -> URL option, set the URL of the CSV source.

CSV Data

You should format the linked CSV file like in the following examples.

Standard Chart

Entity 1, Entity 2,Entity 3,Entity 4
27,48,51,13
21,41,31,23

Scatter Chart

Entity 1, Entity 2,Entity 3,Entity 4
27/38,48/72,51/41,13/36
21/31,41/71,31/31,23/26

Bubble Chart

Entity 1,Entity 2,Entity 3,Entity 4
27/38/60,48/72/40,51/41/11,13/36/22
21/31/46,41/71/52,31/31/21,23/26/26