Set Audio Options

Error: lowest frequency must be set lower than the highest frequency.

Error: highest frequency must be set higher than the lowest frequency.


Google Charts

Horizontal Line

This one has many data points.


Gradient

This one has many data points.


Sine

This one has many data points.


Sales—Line Chart

This one has few data points.


Sales—Bar Chart

This one has few data points.


Sales—Line Chart with Annotations

This one has few data points.


Horizontal Line and Gradient

This one has many data points.


Sine and Cosine Waves

This one has many data points.


C3 Charts

Gradient

This one has many data points.


Sine

This one has many data points.


Horizontal line and gradient

This one has many data points.


Sine and Cosine Waves

This one has many data points.


JSON

Example

{
  "data": [
	{
	  "series": "Test",
	  "values": [ 21, 42, 84, 42, 21 ]
	}
  ]
}

HTML Tables

One-series Example

Test Series
0
42
84
198
84
42
0

Two-series Example

Test Series 1 Test Series 2
0 198
42 84
84 42
198 0
84 42
42 84
0 198