This document is not up-to-date, please refer to the Japanese document.

Sample InfoTypes

The following InfoTypes are free sample charts/graphs for you to test your data on.

Line Chart

linechart Discription: A generic line chart with x-axis data points as time and y-axis as given numerical value.

Data schema:

{
  "id":String,
  "value":Number,
  "ts": UNIX timestamp
}

Editable properties:

  • Value to categorize data
  • Value to name legened
  • The amount of data to be viewed

Bar Chart

barchart

Discription: A generic Bar chart that presents categorical data with with heights or lengths proportional to the given values.

Data schema:

{
  "id":String,
  "value":Number,
  "ts": UNIX timestamp
}

Editable properties:

  • Label to categorize data
  • Value to be represented from Labeled data

Pie Chart

piechart

Discription: A generic pie chart dividing slices of given values into numerical proportions.

Data schema:

{
  "id":String,
  "value":Number,
  "ts": UNIX timestamp
}

Editable properties:

  • Label to categorize data
  • Value to be represented from Labeled data

To upload an InfoType please see Uploading an InfoType

results matching ""

    No results matching ""